EPSG:20000

SVD2006 height

Attributes

Unit: metre

Geodetic CRS: SVD2006 height

Datum: Svalbard vertical datum 2006

Data source: EPSG

Information source: Norwegian Mapping Authority (Kartverket).

Revision date: 2022-05-08

Scope: Geodesy, topographic mapping.

Remarks: Defined through the arcgp-2006-sk geoid model.

Area of use: Arctic (Norway (Svalbard) onshore and offshore) - between 81°10'N and 76°10'N.

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

Center coordinates
78.66 17.33

Projected bounds:
76.39 -3.35
80.94 -3.35

WGS84 bounds:
-3.35 76.16
38.01 81.17

Arctic (Norway (Svalbard) onshore and offshore) - between 81°10'N and 76°10'N.
MapTiler banner

Definition: OGC Well Known Text

VERT_CS["SVD2006 height",
    VERT_DATUM["Svalbard vertical datum 2006",2005,
        AUTHORITY["EPSG","1323"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","20000"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["SVD2006 height",
    VDATUM["Svalbard vertical datum 2006"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Geodesy, topographic mapping."],
        AREA["Arctic (Norway (Svalbard) onshore and offshore) - between 81°10'N and 76°10'N."],
        BBOX[76.16,-3.35,81.17,38.01]],
    ID["EPSG",20000]]

Definition: ESRI Well Known Text

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

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "SVD2006 height",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Svalbard vertical datum 2006"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Gravity-related height",
                "abbreviation": "H",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Geodesy, topographic mapping.",
    "area": "Arctic (Norway (Svalbard) onshore and offshore) - between 81°10'N and 76°10'N.",
    "bbox": {
        "south_latitude": 76.16,
        "west_longitude": -3.35,
        "north_latitude": 81.17,
        "east_longitude": 38.01
    },
    "id": {
        "authority": "EPSG",
        "code": 20000
    }
}

Definition: GeoServer

20000=VERT_CS["SVD2006 height",VERT_DATUM["Svalbard vertical datum 2006",2005,AUTHORITY["EPSG","1323"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","20000"]]

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 ( 20000, 'EPSG', 20000, '+vunits=m +no_defs +type=crs', 'VERT_CS["SVD2006 height",VERT_DATUM["Svalbard vertical datum 2006",2005,AUTHORITY["EPSG","1323"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","20000"]]');