Unit: metre
Geodetic CRS: CGRS93
Datum: Cyprus Geodetic Reference System 1993
Ellipsoid: WGS 84
Prime meridian: Greenwich
Data source: OGP
Information source: Cyprus Department of Lands and Surveys (DLS).
Revision date: 2015-10-14
Scope: Geodetic survey.
Area of use: Cyprus - onshore.
Center coordinates
4356572.91622648 2875358.73569478
Projected bounds:
4447914.45879864 2801001.22284427
4263665.69109123 2946800.70229357
WGS84 bounds:
32.2 34.59
34.65 35.74
Definition: Well Known Text (WKT)
GEOCCS["Geocentric", DATUM["unknown", SPHEROID["WGS84",6378137,298.257223563]], PRIMEM["Greenwich",0], UNIT["Meter",1], AUTHORITY["epsg","6309"]]
GEOCCS["Geocentric", DATUM["unknown", SPHEROID["WGS84",6378137,298.257223563]], PRIMEM["Greenwich",0], UNIT["Meter",1], AUTHORITY["epsg","6309"]]
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-6309"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:informationSource>Cyprus Department of Lands and Surveys (DLS).</epsg:informationSource> <epsg:revisionDate>2015-10-14</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2014.091" /> </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::6309</gml:identifier> <gml:name>CGRS93</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::3236" /> <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::1112" /> </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-6309"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>geocentric</epsg:type> <epsg:informationSource>Cyprus Department of Lands and Surveys (DLS).</epsg:informationSource> <epsg:revisionDate>2015-10-14</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2014.091" /> </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::6309</gml:identifier> <gml:name>CGRS93</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::3236" /> <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::1112" /> </gml:GeodeticCRS>
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=geocent +ellps=WGS84 +units=m +no_defs"> <Layer srs="+proj=geocent +ellps=WGS84 +units=m +no_defs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 6309, 'EPSG', 6309, '+proj=geocent +ellps=WGS84 +units=m +no_defs ', 'GEOCCS["Geocentric",DATUM["unknown",SPHEROID["WGS84",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Meter",1],AUTHORITY["epsg","6309"]]');