metre
EPSG
Norwegian Mapping Authority, Hydrographic Service.
2021-11-04
Hydrography and nautical charting.
inf inf
inf inf
inf -inf
-13.63 56.08
38.01 84.73
Definition: OGC Well Known Text 2 (2019)
VERTCRS["CD Norway depth", VDATUM["Norwegian Chart Datum"], CS[vertical,1], AXIS["depth (D)",down, LENGTHUNIT["metre",1]], USAGE[ SCOPE["Hydrography and nautical charting."], AREA["Norway (offshore) and Svalbard and Jan Mayen (offshore)."], BBOX[56.08,-13.63,84.73,38.01]], ID["EPSG",9672]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "VerticalCRS", "name": "CD Norway depth", "datum": { "type": "VerticalReferenceFrame", "name": "Norwegian Chart Datum" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Depth", "abbreviation": "D", "direction": "down", "unit": "metre" } ] }, "scope": "Hydrography and nautical charting.", "area": "Norway (offshore) and Svalbard and Jan Mayen (offshore).", "bbox": { "south_latitude": 56.08, "west_longitude": -13.63, "north_latitude": 84.73, "east_longitude": 38.01 }, "id": { "authority": "EPSG", "code": 9672 } }
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 ( 9672, 'EPSG', 9672, '+vunits=m +no_defs +type=crs', 'VERT_CS["CD Norway depth",VERT_DATUM["Norwegian Chart Datum",2005,AUTHORITY["EPSG","1301"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","9672"]]');