Unit: metre
Geodetic CRS: ONGD14
Datum: Oman National Geodetic Datum 2014
Ellipsoid: GRS 1980
Prime meridian: Greenwich
Data source: OGP
Information source: National Survey Authority, Sultanate of Oman.
Revision date: 2015-09-17
Scope: Geodetic survey.
Remarks: In Oman replaces usage of WGS 84 (G874) from 2014.
Area of use: Oman - onshore and offshore.
Center coordinates
3194248.15397890 5049873.40005313
Projected bounds:
3806227.06702357 4869996.25470719
2553963.94106909 5095704.58278564
WGS84 bounds:
51.99 14.33
63.38 26.74
Definition: Well Known Text (WKT)
GEOCCS["Geocentric", DATUM["unknown", SPHEROID["GRS80",6378137,298.257222101]], PRIMEM["Greenwich",0], UNIT["Meter",1], AUTHORITY["epsg","7371"]]
GEOCCS["Geocentric", DATUM["unknown", SPHEROID["GRS80",6378137,298.257222101]], PRIMEM["Greenwich",0], UNIT["Meter",1], AUTHORITY["epsg","7371"]]
Definition: OGC GML
<?xml version="1.0" encoding="UTF-8"?> <gml:GeodeticCRS 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-7371"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:informationSource>National Survey Authority, Sultanate of Oman.</epsg:informationSource> <epsg:revisionDate>2015-09-17</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2015.035" /> </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::7371</gml:identifier> <gml:name>ONGD14</gml:name> <gml:remarks>In Oman replaces usage of WGS 84 (G874) from 2014.</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::1183" /> <gml:scope>Geodetic survey.</gml:scope> <gml:cartesianCS xlink:href="urn:ogc:def:cs:EPSG::6500" /> <gml:geodeticDatum xlink:href="urn:ogc:def:datum:EPSG::1147" /> </gml:GeodeticCRS>
<?xml version="1.0" encoding="UTF-8"?> <gml:GeodeticCRS 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-7371"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:informationSource>National Survey Authority, Sultanate of Oman.</epsg:informationSource> <epsg:revisionDate>2015-09-17</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2015.035" /> </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::7371</gml:identifier> <gml:name>ONGD14</gml:name> <gml:remarks>In Oman replaces usage of WGS 84 (G874) from 2014.</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::1183" /> <gml:scope>Geodetic survey.</gml:scope> <gml:cartesianCS xlink:href="urn:ogc:def:cs:EPSG::6500" /> <gml:geodeticDatum xlink:href="urn:ogc:def:datum:EPSG::1147" /> </gml:GeodeticCRS>
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=geocent +ellps=GRS80 +units=m +no_defs"> <Layer srs="+proj=geocent +ellps=GRS80 +units=m +no_defs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 7371, 'EPSG', 7371, '+proj=geocent +ellps=GRS80 +units=m +no_defs ', 'GEOCCS["Geocentric",DATUM["unknown",SPHEROID["GRS80",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Meter",1],AUTHORITY["epsg","7371"]]');