Unit: metre
Geodetic CRS: North Rona height
Datum: North Rona
Prime meridian: Greenwich
Data source: OGP
Information source: Ordnance Survey of Great Britain.
Revision date: 2016-07-13
Scope: Geodetic and engineering surveying.
Remarks: Replaced by ODN (Offshore) height (CRS code 7707) in 2016.
Area of use: United Kingdom (UK) - Great Britain - Scotland - North Rona onshore.
Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.
Definition: Well Known Text (WKT)
VERT_CS["North Rona height", VERT_DATUM["North Rona",2005, AUTHORITY["EPSG","5143"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Up",UP], AUTHORITY["EPSG","5745"]]
VERT_CS["North Rona height", VERT_DATUM["North Rona",2005, AUTHORITY["EPSG","5143"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Up",UP], AUTHORITY["EPSG","5745"]]
Definition: OGC GML
<?xml version="1.0" encoding="UTF-8"?> <gml:VerticalCRS xmlns:epsg="urn:x-ogp:spec:schema-xsd:EPSG:1.0:dataset" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" gml:id="iogp-crs-5745"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:informationSource>Ordnance Survey of Great Britain.</epsg:informationSource> <epsg:revisionDate>2016-07-13</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2008.010" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2015.069" /> </epsg:changes> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="IOGP">urn:ogc:def:crs:EPSG::5745</gml:identifier> <gml:name>North Rona height</gml:name> <gml:remarks>Replaced by ODN (Offshore) height (CRS code 7707) in 2016.</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::2798" /> <gml:scope>Geodetic and engineering surveying.</gml:scope> <gml:verticalCS xlink:href="urn:ogc:def:cs:EPSG::6499" /> <gml:verticalDatum xlink:href="urn:ogc:def:datum:EPSG::5143" /> </gml:VerticalCRS>
<?xml version="1.0" encoding="UTF-8"?> <gml:VerticalCRS xmlns:epsg="urn:x-ogp:spec:schema-xsd:EPSG:1.0:dataset" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" gml:id="iogp-crs-5745"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:informationSource>Ordnance Survey of Great Britain.</epsg:informationSource> <epsg:revisionDate>2016-07-13</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2008.010" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2015.069" /> </epsg:changes> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="IOGP">urn:ogc:def:crs:EPSG::5745</gml:identifier> <gml:name>North Rona height</gml:name> <gml:remarks>Replaced by ODN (Offshore) height (CRS code 7707) in 2016.</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::2798" /> <gml:scope>Geodetic and engineering surveying.</gml:scope> <gml:verticalCS xlink:href="urn:ogc:def:cs:EPSG::6499" /> <gml:verticalDatum xlink:href="urn:ogc:def:datum:EPSG::5143" /> </gml:VerticalCRS>
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs=""> <Layer srs=""> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5745, 'EPSG', 5745, '', 'VERT_CS["North Rona height",VERT_DATUM["North Rona",2005,AUTHORITY["EPSG","5143"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Up",UP],AUTHORITY["EPSG","5745"]]');