metre
Cyprus Geodetic Reference System 1993
EPSG
Cyprus Department of Lands and Surveys (DLS).
2015-10-14
4356570.81 2875361.87
4263663.49 2761848.94
4447912.45 2988581.39
32.2 34.59
34.65 35.74
Definition: OGC Well Known Text
GEOCCS["CGRS93", DATUM["Cyprus_Geodetic_Reference_System_1993", SPHEROID["WGS 84",6378137,298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","1112"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Geocentric X",OTHER], AXIS["Geocentric Y",OTHER], AXIS["Geocentric Z",NORTH], AUTHORITY["EPSG","6309"]]
Definition: OGC Well Known Text 2 (2019)
GEODCRS["CGRS93", DATUM["Cyprus Geodetic Reference System 1993", ELLIPSOID["WGS 84",6378137,298.257223563, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[Cartesian,3], AXIS["(X)",geocentricX, ORDER[1], LENGTHUNIT["metre",1]], AXIS["(Y)",geocentricY, ORDER[2], LENGTHUNIT["metre",1]], AXIS["(Z)",geocentricZ, ORDER[3], LENGTHUNIT["metre",1]], USAGE[ SCOPE["Geodesy."], AREA["Cyprus - onshore."], BBOX[34.59,32.2,35.74,34.65]], ID["EPSG",6309]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeodeticCRS", "name": "CGRS93", "datum": { "type": "GeodeticReferenceFrame", "name": "Cyprus Geodetic Reference System 1993", "ellipsoid": { "name": "WGS 84", "semi_major_axis": 6378137, "inverse_flattening": 298.257223563 } }, "coordinate_system": { "subtype": "Cartesian", "axis": [ { "name": "Geocentric X", "abbreviation": "X", "direction": "geocentricX", "unit": "metre" }, { "name": "Geocentric Y", "abbreviation": "Y", "direction": "geocentricY", "unit": "metre" }, { "name": "Geocentric Z", "abbreviation": "Z", "direction": "geocentricZ", "unit": "metre" } ] }, "scope": "Geodesy.", "area": "Cyprus - onshore.", "bbox": { "south_latitude": 34.59, "west_longitude": 32.2, "north_latitude": 35.74, "east_longitude": 34.65 }, "id": { "authority": "EPSG", "code": 6309 } }
Definition: GeoServer
6309=GEOCCS["CGRS93",DATUM["Cyprus_Geodetic_Reference_System_1993",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","1112"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","6309"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs"> <Layer srs="+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crs"> </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 +type=crs', 'GEOCCS["CGRS93",DATUM["Cyprus_Geodetic_Reference_System_1993",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","1112"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","6309"]]');