Unit: metre
Geodetic CRS: SVS2000 height
Datum: Slovenian Vertical System 2000
Prime meridian: Greenwich
Data source: OGP
Information source: Geodetska uprava Republike Slovenije, http://www.gu.gov.si
Revision date: 2018-08-29
Scope: Geodetic survey, topographic mapping, engineering survey.
Remarks: Replaces Trieste height (CRS code 5195) in Slovenia from 2000. Replaced by SVS2010 (CRS code 8690) from 2019-01.
Area of use: Slovenia - onshore.
Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.
Definition: Well Known Text (WKT)
VERT_CS["NVN99 height", VERT_DATUM["National Vertical Network 1999",2005, AUTHORITY["EPSG","5177"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Up",UP], AUTHORITY["EPSG","5779"]]
VERT_CS["NVN99 height", VERT_DATUM["National Vertical Network 1999",2005, AUTHORITY["EPSG","5177"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Up",UP], AUTHORITY["EPSG","5779"]]
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-5779"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:alias alias="SI_TRIE / NOH" code="2973" codeSpace="urn:ogc:def:naming-system:EPSG::7307" /> <epsg:alias alias="NVN99 height" code="7799" codeSpace="urn:ogc:def:naming-system:EPSG::7301"> <epsg:remarks>Name from EuroGeographics used by EPSG prior to 2018-07.</epsg:remarks> </epsg:alias> <epsg:informationSource>Geodetska uprava Republike Slovenije, http://www.gu.gov.si</epsg:informationSource> <epsg:revisionDate>2018-08-29</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2005.180" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2008.010" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2018.037" /> </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::5779</gml:identifier> <gml:name>SVS2000 height</gml:name> <gml:remarks>Replaces Trieste height (CRS code 5195) in Slovenia from 2000. Replaced by SVS2010 (CRS code 8690) from 2019-01.</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::3307" /> <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::5177" /> </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-5779"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:alias alias="SI_TRIE / NOH" code="2973" codeSpace="urn:ogc:def:naming-system:EPSG::7307" /> <epsg:alias alias="NVN99 height" code="7799" codeSpace="urn:ogc:def:naming-system:EPSG::7301"> <epsg:remarks>Name from EuroGeographics used by EPSG prior to 2018-07.</epsg:remarks> </epsg:alias> <epsg:informationSource>Geodetska uprava Republike Slovenije, http://www.gu.gov.si</epsg:informationSource> <epsg:revisionDate>2018-08-29</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2005.180" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2008.010" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2018.037" /> </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::5779</gml:identifier> <gml:name>SVS2000 height</gml:name> <gml:remarks>Replaces Trieste height (CRS code 5195) in Slovenia from 2000. Replaced by SVS2010 (CRS code 8690) from 2019-01.</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::3307" /> <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::5177" /> </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 ( 5779, 'EPSG', 5779, '', 'VERT_CS["NVN99 height",VERT_DATUM["National Vertical Network 1999",2005,AUTHORITY["EPSG","5177"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Up",UP],AUTHORITY["EPSG","5779"]]');