Skip to content
transform

Convert MAGNA-SIRGAS / Colombia Far West zone to MAGNA-SIRGAS 2018 / Colombia Far West zone

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

Direct link to this transformation: epsgtransform.com/transform/epsg-3114-to-epsg-11114

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

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

MAGNA-SIRGAS / Col FW to MAGNA-SIRGAS 2018 / Col FW (5)

EPSG:10216±0.3 m
Method:
Cartesian Grid Offsets
Area of use:
Colombia - west of 78°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:3114 to EPSG:11114 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:3114MAGNA-SIRGAS / Colombia Far West zone

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

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

Target: EPSG:11114MAGNA-SIRGAS 2018 / Colombia Far West zone

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

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

Frequently asked questions

How accurate is converting MAGNA-SIRGAS / Colombia Far West zone to MAGNA-SIRGAS 2018 / Colombia Far West 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:11114 to EPSG:3114