Skip to content
transform

Convert CGRS93 to CGRS93 + Famagusta 1960 height

Convert coordinates from CGRS93 (EPSG:6310) to CGRS93 + Famagusta 1960 height (EPSG:10865) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-6310-to-epsg-10865

Official EPSG transformation from CGRS93 to CGRS93 + Famagusta 1960 height

The EPSG Geodetic Parameter Dataset defines 1 transformation between CGRS93 (EPSG:6310) and CGRS93 + Famagusta 1960 height (EPSG:10865). Its parameters, accuracy and area of use are listed below.

CGRS93 to CGRS93 + Famagusta 1960 height (1)

EPSG:10867±0.043 m
Method:
Geog3D to Geog2D+GravityRelatedHeight (txt)
Area of use:
Cyprus - onshore
Scope:
Reversible geoid model transformation.

Grid file: SEPARATION.TXT

Reversible alternative to CGRS93 to Famagusta 1960 height (1) (code 10866).

Convert EPSG:6310 to EPSG:10865 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:6310", "EPSG:10865", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)

Source: EPSG:6310CGRS93

geographic system using latitude, longitude and ellipsoidal height · Area of use: Cyprus - onshore

+proj=longlat +ellps=WGS84 +towgs84=8.846,-4.394,-1.122,-0.00237,-0.146528,0.130428,0.783926 +no_defs +type=crs
More about EPSG:6310

Target: EPSG:10865CGRS93 + Famagusta 1960 height

compound horizontal + vertical reference system · Area of use: Cyprus - onshore

+proj=longlat +ellps=WGS84 +towgs84=8.846,-4.394,-1.122,-0.00237,-0.146528,0.130428,0.783926 +vunits=m +no_defs +type=crs
More about EPSG:10865

Frequently asked questions

How accurate is converting CGRS93 to CGRS93 + Famagusta 1960 height?
The most accurate official EPSG transformation between these systems is accurate to about ±0.043 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation (including the grid-shift files listed below) in a desktop GIS.
Does my data leave the browser when I use this converter?
No. All coordinate transformations are computed locally in your browser using proj4js. The coordinates you enter are never transmitted to any server.
Need the reverse? Convert EPSG:10865 to EPSG:6310