Skip to content
transform

Convert SAD69 to SIRGAS-Chile 2010

Convert coordinates from SAD69 (EPSG:4618) to SIRGAS-Chile 2010 (EPSG:8949) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4618-to-epsg-8949

Official EPSG transformation from SAD69 to SIRGAS-Chile 2010

The EPSG Geodetic Parameter Dataset defines 1 transformation between SAD69 (EPSG:4618) and SIRGAS-Chile 2010 (EPSG:8949). Its parameters, accuracy and area of use are listed below.

SAD69 to SIRGAS-Chile 2010 (4)

EPSG:9348±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Chile - Tierra del Fuego
Scope:
Topographic mapping (medium and small scale).
ParameterValueUnit
X-axis translation(tx)-79metre
Y-axis translation(ty)13metre
Z-axis translation(tz)-14metre

Also used as a transformation from SAD69 to other realizations of SIRGAS-Chile and to WGS 84 - see code 6977.

Convert EPSG:4618 to EPSG:8949 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4618SAD69

geographic system using latitude and longitude on an ellipsoid · Area of use: South America - SAD69 by country

+proj=longlat +ellps=aust_SA +no_defs +type=crs
More about EPSG:4618

Target: EPSG:8949SIRGAS-Chile 2010

geographic system using latitude and longitude on an ellipsoid · Area of use: Chile

+proj=longlat +ellps=GRS80 +no_defs +type=crs
More about EPSG:8949

Frequently asked questions

How accurate is converting SAD69 to SIRGAS-Chile 2010?
The most accurate official EPSG transformation between these systems is accurate to about ±5 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:8949 to EPSG:4618