Skip to content
transform

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

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

Direct link to this transformation: epsgtransform.com/transform/epsg-3116-to-epsg-11116

About converting MAGNA-SIRGAS / Colombia Bogota zone to MAGNA-SIRGAS 2018 / Colombia Bogota zone

MAGNA-SIRGAS / Colombia Bogota zone (EPSG:3116) is the workhorse projected system of central Colombia — a Gauss–Krüger zone with its false origin (1,000,000; 1,000,000) at Bogotá on the MAGNA-SIRGAS datum adopted in 2005.

MAGNA-SIRGAS 2018 (zone EPSG:11116) is Colombia's updated realisation, aligned to ITRF2014 at epoch 2018.0. The frame update shifts coordinates only centimetres to a few decimetres, but official IGAC products and new surveys reference the 2018 realisation.

The published EPSG operation converts directly between the two Bogotá zones, preserving the familiar easting/northing structure while updating the underlying frame.

Why people convert EPSG:3116 to EPSG:11116

  • Updating Bogotá-zone municipal and cadastral data to the 2018 frame
  • Meeting IGAC requirements for new Colombian deliverables
  • Reconciling surveys observed in different MAGNA realisations
  • Keeping long-running projects consistent across the frame change

Try it: Bogotá city centre (zone origin)

Input (EPSG:3116): 1000000, 1000000

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

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

MAGNA-SIRGAS / Col Bog to MAGNA-SIRGAS 2018 / Col Bog (3)

EPSG:10242±0.3 m
Method:
Cartesian Grid Offsets
Area of use:
Colombia - 75°35'W to 72°35'W
Scope:
Engineering survey, topographic mapping (large scale).
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:3116 to EPSG:11116 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:3116MAGNA-SIRGAS / Colombia Bogota zone

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

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

Target: EPSG:11116MAGNA-SIRGAS 2018 / Colombia Bogota zone

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

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

Frequently asked questions

How large is the MAGNA-SIRGAS to MAGNA-SIRGAS 2018 shift?
Centimetres to a few decimetres, depending on location and epoch — a frame refinement, not a classical datum change. It matters for cadastre and engineering, not for web mapping.
Do I need to change my zone parameters?
No — the Bogotá zone projection parameters are identical; only the underlying reference frame changes (EPSG:3116 → 11116).
How accurate is converting MAGNA-SIRGAS / Colombia Bogota zone to MAGNA-SIRGAS 2018 / Colombia Bogota 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:11116 to EPSG:3116