EPSG:5737

Yellow Sea 1985 height

Attributes

Unit: metre

Geodetic CRS: Yellow Sea 1985 height

Datum: Yellow Sea 1985

Data source: EPSG

Information source: Guangdong Province Land Resource Information Centre

Revision date: 2020-08-31

Scope: Geodesy, engineering survey.

Remarks: Replaces Yellow Sea 1956 height (CRS code 5736).

Area of use: China - onshore.

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

Center coordinates
35.84 104.2

Projected bounds:
18.11 73.62
53.56 134.77

WGS84 bounds:
73.62 18.11
134.77 53.56

China - onshore.
MapTiler banner

Definition: OGC Well Known Text

VERT_CS["Yellow Sea 1985 height",
    VERT_DATUM["Yellow Sea 1985",2005,
        AUTHORITY["EPSG","5137"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","5737"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["Yellow Sea 1985 height",
    VDATUM["Yellow Sea 1985"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Geodesy, engineering survey."],
        AREA["China - onshore."],
        BBOX[18.11,73.62,53.56,134.77]],
    ID["EPSG",5737]]

Definition: ESRI Well Known Text

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

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "Yellow Sea 1985 height",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Yellow Sea 1985"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Gravity-related height",
                "abbreviation": "H",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Geodesy, engineering survey.",
    "area": "China - onshore.",
    "bbox": {
        "south_latitude": 18.11,
        "west_longitude": 73.62,
        "north_latitude": 53.56,
        "east_longitude": 134.77
    },
    "id": {
        "authority": "EPSG",
        "code": 5737
    }
}

Definition: GeoServer

5737=VERT_CS["Yellow Sea 1985 height",VERT_DATUM["Yellow Sea 1985",2005,AUTHORITY["EPSG","5137"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5737"]]

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 ( 5737, 'EPSG', 5737, '+vunits=m +no_defs +type=crs', 'VERT_CS["Yellow Sea 1985 height",VERT_DATUM["Yellow Sea 1985",2005,AUTHORITY["EPSG","5137"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5737"]]');