Unit: metre
Geodetic CRS: EVRF2007 height
Datum: European Vertical Reference Frame 2007
Prime meridian: Greenwich
Data source: OGP
Information source: OGP
Revision date: 2019-07-17
Scope: Geodetic survey, topographic mapping, engineering survey.
Remarks: Uses Normal heights. Replaces EVRF2000 height (CRS code 5730).
Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.
Definition: Well Known Text (WKT)
VERT_CS["EVRF2007 height", VERT_DATUM["European Vertical Reference Frame 2007",2005, AUTHORITY["EPSG","5215"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Up",UP], AUTHORITY["EPSG","5621"]]
VERT_CS["EVRF2007 height", VERT_DATUM["European Vertical Reference Frame 2007",2005, AUTHORITY["EPSG","5215"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Up",UP], AUTHORITY["EPSG","5621"]]
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-5621"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:alias alias="409" code="8683" codeSpace="urn:ogc:def:naming-system:EPSG::1046" /> <epsg:alias alias="EVRF2007 - NHt" code="8684" codeSpace="urn:ogc:def:naming-system:EPSG::1047" /> <epsg:alias alias="EVRF2007_AMST / NH" code="8687" codeSpace="urn:ogc:def:naming-system:EPSG::7307" /> <epsg:informationSource>OGP</epsg:informationSource> <epsg:revisionDate>2019-07-17</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2015.005" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2019.038" /> </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::5621</gml:identifier> <gml:name>EVRF2007 height</gml:name> <gml:remarks>Uses Normal heights. Replaces EVRF2000 height (CRS code 5730).</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::3594" /> <gml:scope>Geodetic survey, topographic mapping, engineering survey.</gml:scope> <gml:verticalCS xlink:href="urn:ogc:def:cs:EPSG::6499" /> <gml:verticalDatum xlink:href="urn:ogc:def:datum:EPSG::5215" /> </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-5621"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:alias alias="409" code="8683" codeSpace="urn:ogc:def:naming-system:EPSG::1046" /> <epsg:alias alias="EVRF2007 - NHt" code="8684" codeSpace="urn:ogc:def:naming-system:EPSG::1047" /> <epsg:alias alias="EVRF2007_AMST / NH" code="8687" codeSpace="urn:ogc:def:naming-system:EPSG::7307" /> <epsg:informationSource>OGP</epsg:informationSource> <epsg:revisionDate>2019-07-17</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2015.005" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2019.038" /> </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::5621</gml:identifier> <gml:name>EVRF2007 height</gml:name> <gml:remarks>Uses Normal heights. Replaces EVRF2000 height (CRS code 5730).</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::3594" /> <gml:scope>Geodetic survey, topographic mapping, engineering survey.</gml:scope> <gml:verticalCS xlink:href="urn:ogc:def:cs:EPSG::6499" /> <gml:verticalDatum xlink:href="urn:ogc:def:datum:EPSG::5215" /> </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 ( 5621, 'EPSG', 5621, '', 'VERT_CS["EVRF2007 height",VERT_DATUM["European Vertical Reference Frame 2007",2005,AUTHORITY["EPSG","5215"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Up",UP],AUTHORITY["EPSG","5621"]]');