Unit: metre
Geodetic CRS: Kyrg-06
Datum: Kyrgyzstan Geodetic Datum 2006
Ellipsoid: GRS 1980
Prime meridian: Greenwich
Data source: OGP
Information source: National Statistical Committee of the Kyrgyz Republic.
Revision date: 2015-12-17
Center coordinates
1262815.31011876 4636736.04482232
Projected bounds:
1754557.63666736 4628637.20818274
785161.11788484 4588559.49985379
WGS84 bounds:
69.24 39.19
80.29 43.22
Definition: Well Known Text (WKT)
GEOCCS["Geocentric", DATUM["unknown", SPHEROID["GRS80",6378137,298.257222101]], PRIMEM["Greenwich",0], UNIT["Meter",1], AUTHORITY["epsg","7684"]]
GEOCCS["Geocentric", DATUM["unknown", SPHEROID["GRS80",6378137,298.257222101]], PRIMEM["Greenwich",0], UNIT["Meter",1], AUTHORITY["epsg","7684"]]
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-7684"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:informationSource>National Statistical Committee of the Kyrgyz Republic.</epsg:informationSource> <epsg:revisionDate>2015-12-17</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2015.064" /> </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::7684</gml:identifier> <gml:name>Kyrg-06</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::1137" /> <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::1160" /> </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-7684"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:informationSource>National Statistical Committee of the Kyrgyz Republic.</epsg:informationSource> <epsg:revisionDate>2015-12-17</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2015.064" /> </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::7684</gml:identifier> <gml:name>Kyrg-06</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::1137" /> <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::1160" /> </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 ( 7684, 'EPSG', 7684, '+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","7684"]]');