Skip to content
transform

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

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

Direct link to this transformation: epsgtransform.com/transform/epsg-3115-to-epsg-11115

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

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

MAGNA-SIRGAS / Col W to MAGNA-SIRGAS 2018 / Col W (4)

EPSG:10221±0.3 m
Method:
Cartesian Grid Offsets
Area of use:
Colombia - 78°35'W to 75°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:3115 to EPSG:11115 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:3115MAGNA-SIRGAS / Colombia West zone

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

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

Target: EPSG:11115MAGNA-SIRGAS 2018 / Colombia West zone

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

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

Frequently asked questions

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