EPSG:5723

JSLD69 height

Attributes

Unit: metre

Geodetic CRS: JSLD69 height

Datum: Japanese Standard Levelling Datum 1969

Data source: EPSG

Information source: Geospatial Information Authority of Japan (GSI) bulletin volume 51 of March 2004.

Revision date: 2014-05-01

Scope: Geodesy, engineering survey.

Remarks: Replaces JSLD49. Replaced by JGD2000 (vertical) (CRS code 6694) with effect from April 2002.

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

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

Center coordinates
36.26 135.72

Projected bounds:
30.94 129.3
41.58 142.14

WGS84 bounds:
129.3 30.94
142.14 41.58

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

Definition: OGC Well Known Text

VERT_CS["JSLD69 height",
    VERT_DATUM["Japanese Standard Levelling Datum 1969",2005,
        AUTHORITY["EPSG","5122"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","5723"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["JSLD69 height",
    VDATUM["Japanese Standard Levelling Datum 1969"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Geodesy, engineering survey."],
        AREA["Japan - onshore mainland - Honshu, Shikoku, Kyushu."],
        BBOX[30.94,129.3,41.58,142.14]],
    ID["EPSG",5723]]

Definition: ESRI Well Known Text

VERTCS["Japanese_Standard_Levelling_Datum_1969",
    VDATUM["Japanese_Standard_Levelling_Datum_1969"],
    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:5723","+vunits=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "JSLD69 height",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Japanese Standard Levelling Datum 1969"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Gravity-related height",
                "abbreviation": "H",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Geodesy, engineering survey.",
    "area": "Japan - onshore mainland - Honshu, Shikoku, Kyushu.",
    "bbox": {
        "south_latitude": 30.94,
        "west_longitude": 129.3,
        "north_latitude": 41.58,
        "east_longitude": 142.14
    },
    "id": {
        "authority": "EPSG",
        "code": 5723
    }
}

Definition: GeoServer

5723=VERT_CS["JSLD69 height",VERT_DATUM["Japanese Standard Levelling Datum 1969",2005,AUTHORITY["EPSG","5122"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5723"]]

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 ( 5723, 'EPSG', 5723, '+vunits=m +no_defs +type=crs', 'VERT_CS["JSLD69 height",VERT_DATUM["Japanese Standard Levelling Datum 1969",2005,AUTHORITY["EPSG","5122"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5723"]]');