EPSG:9672

CD Norway depth

Attributes

Unit: metre

Geodetic CRS: CD Norway depth

Datum: Norwegian Chart Datum

Data source: EPSG

Information source: Norwegian Mapping Authority, Hydrographic Service.

Revision date: 2021-11-04

Scope: Hydrography and nautical charting.

Area of use: Norway (offshore) and Svalbard and Jan Mayen (offshore).

Coordinate system: Vertical CS. Axis: depth (D). Orientation: down. UoM: m.

Center coordinates
inf inf

Projected bounds:
inf inf
inf -inf

WGS84 bounds:
-13.63 56.08
38.01 84.73

Norway (offshore) and Svalbard and Jan Mayen (offshore).
MapTiler banner

Definition: OGC Well Known Text

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"]]

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: ESRI Well Known Text

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

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: GeoServer

9672=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"]]

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 ( 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"]]');