EPSG:6695

JGD2011 (vertical) height

Attributes

Unit: metre

Geodetic CRS: JGD2011 (vertical) height

Datum: Japanese Geodetic Datum 2011 (vertical)

Data source: EPSG

Information source: Geodetic Department, Geospatial Information Authority of Japan (GSI).

Revision date: 2019-07-17

Scope: Geodesy, engineering survey.

Remarks: Replaces JGD2000 (vertical) (CRS code 6694) with effect from 21st October 2011.

Area of use: Japan - onshore mainland - Hokkaido, Honshu, Shikoku, Kyushu.

Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.

Center coordinates
inf inf

Projected bounds:
30.94 129.3
45.54 142.1

WGS84 bounds:
129.3 30.94
145.87 45.54

Japan - onshore mainland - Hokkaido, Honshu, Shikoku, Kyushu.
MapTiler banner

Definition: OGC Well Known Text

VERT_CS["JGD2011 (vertical) height",
    VERT_DATUM["Japanese Geodetic Datum 2011 (vertical)",2005,
        AUTHORITY["EPSG","1131"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","6695"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["JGD2011 (vertical) height",
    VDATUM["Japanese Geodetic Datum 2011 (vertical)"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Geodesy, engineering survey."],
        AREA["Japan - onshore mainland - Hokkaido, Honshu, Shikoku, Kyushu."],
        BBOX[30.94,129.3,45.54,145.87]],
    ID["EPSG",6695]]

Definition: ESRI Well Known Text

VERTCS["JGD2011_vertical_height",
    VDATUM["Japanese_Geodetic_Datum_2011_vertical"],
    PARAMETER["Vertical_Shift",0.0],
    PARAMETER["Direction",1.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+vunits=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:6695","+vunits=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "JGD2011 (vertical) height",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Japanese Geodetic Datum 2011 (vertical)"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Gravity-related height",
                "abbreviation": "H",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Geodesy, engineering survey.",
    "area": "Japan - onshore mainland - Hokkaido, Honshu, Shikoku, Kyushu.",
    "bbox": {
        "south_latitude": 30.94,
        "west_longitude": 129.3,
        "north_latitude": 45.54,
        "east_longitude": 145.87
    },
    "id": {
        "authority": "EPSG",
        "code": 6695
    }
}

Definition: GeoServer

6695=VERT_CS["JGD2011 (vertical) height",VERT_DATUM["Japanese Geodetic Datum 2011 (vertical)",2005,AUTHORITY["EPSG","1131"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","6695"]]

Definition: MapServer - MAPfile

PROJECTION
	"vunits=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+vunits=m +no_defs +type=crs">
	<Layer srs="+vunits=m +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 6695, 'EPSG', 6695, '+vunits=m +no_defs +type=crs', 'VERT_CS["JGD2011 (vertical) height",VERT_DATUM["Japanese Geodetic Datum 2011 (vertical)",2005,AUTHORITY["EPSG","1131"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","6695"]]');