Skip to content
transform

Convert CR05 to CR-SIRGAS epoch 2014.59

Convert coordinates from CR05 (EPSG:5365) to CR-SIRGAS epoch 2014.59 (EPSG:8907) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-5365-to-epsg-8907

Official EPSG transformation from CR05 to CR-SIRGAS epoch 2014.59

The EPSG Geodetic Parameter Dataset defines 1 transformation between CR05 (EPSG:5365) and CR-SIRGAS epoch 2014.59 (EPSG:8907). Its parameters, accuracy and area of use are listed below.

CR05 to CR-SIRGAS epoch 2014.59 (1)

EPSG:9751±0.5 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Costa Rica
Scope:
Transformation of coordinates at 0.5m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-0.16959metre
Y-axis translation(ty)0.35312metre
Z-axis translation(tz)0.51846metre
X-axis rotation(rx)-0.03385arc-second
Y-axis rotation(ry)0.16325arc-second
Z-axis rotation(rz)-0.03446arc-second
Scale difference(ds)0.03693parts per million

Derived at 16 stations. Transformation is valid at epoch 2014.59 but accuracy will deteriorate due to tectonic deformation. Note that the rotation convention (coordinate frame) differs from that used in the transformation from CR-SIRGAS epoch 2019.24 to CR-SIRGAS epoch 2014.59 (code 11044). May be taken as an approximate transformation to ITRF08 / IGb08 / WGS 84 - see code 9752.

Convert EPSG:5365 to EPSG:8907 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:5365CR05

geographic system using latitude and longitude on an ellipsoid · Area of use: Costa Rica

+proj=longlat +ellps=WGS84 +no_defs +type=crs
More about EPSG:5365

Target: EPSG:8907CR-SIRGAS epoch 2014.59

geographic system using latitude and longitude on an ellipsoid · Area of use: Costa Rica

+proj=longlat +ellps=GRS80 +no_defs +type=crs
More about EPSG:8907

Frequently asked questions

How accurate is converting CR05 to CR-SIRGAS epoch 2014.59?
The most accurate official EPSG transformation between these systems is accurate to about ±0.5 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation 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:8907 to EPSG:5365