Unit: metre
Geodetic CRS: IGN 1988 LS height
Datum: IGN 1988 LS
Prime meridian: Greenwich
Data source: OGP
Information source: IGN Paris.
Revision date: 2008-10-13
Scope: Geodetic survey, topographic mapping, engineering survey.
Area of use: Guadeloupe - onshore - Les Saintes.
Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.
Definition: Well Known Text (WKT)
VERT_CS["IGN 1988 LS height", VERT_DATUM["IGN 1988 LS",2005, AUTHORITY["EPSG","5210"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Up",UP], AUTHORITY["EPSG","5616"]]
VERT_CS["IGN 1988 LS height", VERT_DATUM["IGN 1988 LS",2005, AUTHORITY["EPSG","5210"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Up",UP], AUTHORITY["EPSG","5616"]]
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="epsg-crs-5616"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:informationSource>IGN Paris.</epsg:informationSource> <epsg:revisionDate>2008-10-13</epsg:revisionDate> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="OGP">urn:ogc:def:crs:EPSG::5616</gml:identifier> <gml:name>IGN 1988 LS height</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::2895" /> <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::5210" /> </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="epsg-crs-5616"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:informationSource>IGN Paris.</epsg:informationSource> <epsg:revisionDate>2008-10-13</epsg:revisionDate> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="OGP">urn:ogc:def:crs:EPSG::5616</gml:identifier> <gml:name>IGN 1988 LS height</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::2895" /> <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::5210" /> </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 ( 5616, 'EPSG', 5616, '', 'VERT_CS["IGN 1988 LS height",VERT_DATUM["IGN 1988 LS",2005,AUTHORITY["EPSG","5210"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Up",UP],AUTHORITY["EPSG","5616"]]');