Skip to content
transform

Convert Corrego Alegre 1970-72 to SIRGAS 2000

Convert coordinates from Corrego Alegre 1970-72 (EPSG:4225) to SIRGAS 2000 (EPSG:4674) — 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-4674

Official EPSG transformations from Corrego Alegre 1970-72 to SIRGAS 2000

The EPSG Geodetic Parameter Dataset defines 2 transformations between Corrego Alegre 1970-72 (EPSG:4225) and SIRGAS 2000 (EPSG:4674). Each applies to a specific area — pick the one whose area of use covers your data.

Corrego Alegre 1970-72 to SIRGAS 2000 (1)

EPSG:5526±2 mBest accuracy
Method:
NTv2
Area of use:
Brazil - Corrego Alegre 1970-1972
Scope:
Transformation of coordinates at 2m level of accuracy.

Grid file: CA7072_003.gsb

May be used as transformation between Corrego Alegre 1970-72 and WGS 84 - see tfm code 5541.

Corrego Alegre 1970-72 to SIRGAS 2000 (2)

EPSG:6193±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)-206.05metre
Y-axis translation(ty)168.28metre
Z-axis translation(tz)-3.82metre

Formed by concatenation of tfms codes 6191 and 15485. May be used as transformation between Corrego Alegre 1970-72 and WGS 84 - see tfm code 6194. Used by Petrobras and ANP from February 2005.

Convert EPSG:4225 to EPSG:4674 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:4225", "EPSG:4674", 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:4674SIRGAS 2000

geographic system using latitude and longitude on an ellipsoid · Area of use: Latin America - SIRGAS 2000 by country

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs
More about EPSG:4674

Frequently asked questions

How accurate is converting Corrego Alegre 1970-72 to SIRGAS 2000?
The most accurate official EPSG transformation between these systems is accurate to about ±2 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation (including the grid-shift files listed below) 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:4674 to EPSG:4225