Skip to content
transform

Convert Corrego Alegre 1970-72 to SAD69

Convert coordinates from Corrego Alegre 1970-72 (EPSG:4225) to SAD69 (EPSG:4618) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

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

Official EPSG transformation from Corrego Alegre 1970-72 to SAD69

The EPSG Geodetic Parameter Dataset defines 1 transformation between Corrego Alegre 1970-72 (EPSG:4225) and SAD69 (EPSG:4618). Its parameters, accuracy and area of use are listed below.

Corrego Alegre 1970-72 to SAD69 (1)

EPSG:6191±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Brazil - Corrego Alegre 1970-1972
Scope:
Topographic mapping (medium and small scale).
ParameterValueUnit
X-axis translation(tx)-138.7metre
Y-axis translation(ty)164.4metre
Z-axis translation(tz)34.4metre

Derived by Brazilian Institute of Geography and Statistics (IBGE) in 1983 at Chua origin point.

Convert EPSG:4225 to EPSG:4618 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4225Corrego Alegre 1970-72

geographic system using latitude and longitude on an ellipsoid · Area of use: Brazil - Corrego Alegre 1970-1972

+proj=longlat +ellps=intl +no_defs +type=crs
More about EPSG:4225

Target: 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

Frequently asked questions

How accurate is converting Corrego Alegre 1970-72 to SAD69?
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:4618 to EPSG:4225