Skip to content
transform

Convert MAGNA-SIRGAS / Colombia East Central zone to MAGNA-SIRGAS 2018 / Colombia East Central zone

Convert coordinates from MAGNA-SIRGAS / Colombia East Central zone (EPSG:3117) to MAGNA-SIRGAS 2018 / Colombia East Central zone (EPSG:11117) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-3117-to-epsg-11117

Official EPSG transformation from MAGNA-SIRGAS / Colombia East Central zone to MAGNA-SIRGAS 2018 / Colombia East Central zone

The EPSG Geodetic Parameter Dataset defines 1 transformation between MAGNA-SIRGAS / Colombia East Central zone (EPSG:3117) and MAGNA-SIRGAS 2018 / Colombia East Central zone (EPSG:11117). Its parameters, accuracy and area of use are listed below.

MAGNA-SIRGAS / Col EC to MAGNA-SIRGAS 2018 / Col EC (2)

EPSG:10243±0.3 m
Method:
Cartesian Grid Offsets
Area of use:
Colombia - 72°35'W to 69°35'W
Scope:
Engineering survey, topographic mapping.
ParameterValueUnit
Easting offset0metre
Northing offset0metre

Not intended for high accuracy purposes. See Geodetic Datum 1329 remarks for details on how to directly convert from GeogCRS 4686 "MAGNA-SIRGAS" to GeogCRS 20446 "MAGNA-SIRGAS 2018".

Convert EPSG:3117 to EPSG:11117 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:3117MAGNA-SIRGAS / Colombia East Central zone

projected system measured in linear units (typically metres) · Area of use: Colombia - 72°35'W to 69°35'W

+proj=tmerc +lat_0=4.59620041666667 +lon_0=-71.0775079166667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs
More about EPSG:3117

Target: EPSG:11117MAGNA-SIRGAS 2018 / Colombia East Central zone

projected system measured in linear units (typically metres) · Area of use: Colombia - 72°35'W to 69°35'W

+proj=tmerc +lat_0=4.59620322222222 +lon_0=-71.0775077694444 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs
More about EPSG:11117

Frequently asked questions

How accurate is converting MAGNA-SIRGAS / Colombia East Central zone to MAGNA-SIRGAS 2018 / Colombia East Central zone?
The most accurate official EPSG transformation between these systems is accurate to about ±0.3 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:11117 to EPSG:3117