Skip to content
transform

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

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

Direct link to this transformation: epsgtransform.com/transform/epsg-3118-to-epsg-11118

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

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

MAGNA-SIRGAS / Col E to MAGNA-SIRGAS 2018 / Col E (1)

EPSG:10244±0.3 m
Method:
Cartesian Grid Offsets
Area of use:
Colombia - east of 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:3118 to EPSG:11118 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:3118MAGNA-SIRGAS / Colombia East zone

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

+proj=tmerc +lat_0=4.59620041666667 +lon_0=-68.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:3118

Target: EPSG:11118MAGNA-SIRGAS 2018 / Colombia East zone

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

+proj=tmerc +lat_0=4.59620322222222 +lon_0=-68.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:11118

Frequently asked questions

How accurate is converting MAGNA-SIRGAS / Colombia East zone to MAGNA-SIRGAS 2018 / Colombia East 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:11118 to EPSG:3118