EPSG:5701 — ODN height
Vertical · UK - Great Britain mainland onshore
Export Formats
OGC WKT
VERT_CS[
"ODN height",
VERT_DATUM["Ordnance Datum Newlyn",2005,AUTHORITY["EPSG","5101"]],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AXIS["Gravity-related height",UP],
AUTHORITY["EPSG","5701"]
]Related Coordinate Systems
Available Transformations (8)
| Transformation | Source → Target | Accuracy (m) |
|---|---|---|
| 11008 → 5701 | 0.008 | |
| 4937 → 5701 | 0.02 | |
| 5701 → 9390 | 0.02 | |
| 5701 → 9389 | 0.024 | |
| 5701 → 5730 | 0.1 | |
| Newlyn height to EVRF2000 height (1) Deprecated | 5701 → 5730 | 0.1 |
| ODN height to EVRF2019 height (1) Deprecated | 5701 → 9389 | 0.022 |
| ODN height to EVRF2019 mean-tide height (1) Deprecated | 5701 → 9390 | 0.02 |
Frequently Asked Questions
How do I add EPSG:5701 to GeoServer?
Add the following definition to your GeoServer configuration:
5701=VERT_CS["ODN height",VERT_DATUM["Ordnance Datum Newlyn",2005,AUTHORITY["EPSG","5101"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5701"]] Read the full GeoServer guide →
How do I add EPSG:5701 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (5701, 'EPSG', 5701, '+vunits=m +no_defs +type=crs', 'VERT_CS["ODN height",VERT_DATUM["Ordnance Datum Newlyn",2005,AUTHORITY["EPSG","5101"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5701"]]'); Read the full PostGIS guide →
How do I add EPSG:5701 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+vunits=m"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:5701 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:5701", "+vunits=m +no_defs +type=crs"); Read the full Proj4js guide →