Skip to content
transform

Convert Azores Central 1995 to WGS 84

Convert coordinates from Azores Central 1995 (EPSG:4665) to WGS 84 (EPSG:4326) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4665-to-epsg-4326

Official EPSG transformations from Azores Central 1995 to WGS 84

The EPSG Geodetic Parameter Dataset defines 10 transformations between Azores Central 1995 (EPSG:4665) and WGS 84 (EPSG:4326). Each applies to a specific area — pick the one whose area of use covers your data.

Azores Central 1995 to WGS 84 (3)

EPSG:1973±1 mBest accuracy
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Portugal - Azores C - Terceira onshore
Scope:
Medium accuracy applications.
ParameterValueUnit
X-axis translation(tx)-105.854metre
Y-axis translation(ty)165.589metre
Z-axis translation(tz)-38.312metre
X-axis rotation(rx)0.003arc-second
Y-axis rotation(ry)0.026arc-second
Z-axis rotation(rz)-0.024arc-second
Scale difference(ds)-0.048parts per million

Azores Central 1995 to WGS 84 (5)

EPSG:1975±1 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Portugal - Azores C - Faial onshore
Scope:
Medium accuracy applications.
ParameterValueUnit
X-axis translation(tx)-104metre
Y-axis translation(ty)162.924metre
Z-axis translation(tz)-38.882metre
X-axis rotation(rx)0.075arc-second
Y-axis rotation(ry)0.071arc-second
Z-axis rotation(rz)-0.051arc-second
Scale difference(ds)-0.338parts per million

Azores Central 1995 to WGS 84 (7)

EPSG:1977±1 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Portugal - Azores C - Pico onshore
Scope:
Medium accuracy applications.
ParameterValueUnit
X-axis translation(tx)-95.323metre
Y-axis translation(ty)166.098metre
Z-axis translation(tz)-69.942metre
X-axis rotation(rx)0.215arc-second
Y-axis rotation(ry)1.031arc-second
Z-axis rotation(rz)-0.047arc-second
Scale difference(ds)1.922parts per million

Azores Central 1995 to WGS 84 (9)

EPSG:1979±1 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Portugal - Azores C - S Jorge onshore
Scope:
Medium accuracy applications.
ParameterValueUnit
X-axis translation(tx)-100.306metre
Y-axis translation(ty)161.246metre
Z-axis translation(tz)-48.761metre
X-axis rotation(rx)0.192arc-second
Y-axis rotation(ry)0.385arc-second
Z-axis rotation(rz)-0.076arc-second
Scale difference(ds)0.131parts per million

Azores Central 1995 to WGS 84 (11)

EPSG:1981±1 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Portugal - Azores C - onshore
Scope:
Medium accuracy applications.
ParameterValueUnit
X-axis translation(tx)-103.088metre
Y-axis translation(ty)162.481metre
Z-axis translation(tz)-28.276metre
X-axis rotation(rx)-0.167arc-second
Y-axis rotation(ry)-0.082arc-second
Z-axis rotation(rz)-0.168arc-second
Scale difference(ds)-1.504parts per million

Mean for all islands in group.

Azores Central 1995 to WGS 84 (2)

EPSG:1972±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Portugal - Azores C - Terceira onshore
Scope:
Low accuracy applications.
ParameterValueUnit
X-axis translation(tx)-106.301metre
Y-axis translation(ty)166.27metre
Z-axis translation(tz)-37.916metre

Azores Central 1995 to WGS 84 (4)

EPSG:1974±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Portugal - Azores C - Faial onshore
Scope:
Low accuracy applications.
ParameterValueUnit
X-axis translation(tx)-106.248metre
Y-axis translation(ty)166.244metre
Z-axis translation(tz)-37.845metre

Azores Central 1995 to WGS 84 (6)

EPSG:1976±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Portugal - Azores C - Pico onshore
Scope:
Low accuracy applications.
ParameterValueUnit
X-axis translation(tx)-106.044metre
Y-axis translation(ty)166.655metre
Z-axis translation(tz)-37.876metre

Azores Central 1995 to WGS 84 (8)

EPSG:1978±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Portugal - Azores C - S Jorge onshore
Scope:
Low accuracy applications.
ParameterValueUnit
X-axis translation(tx)-106.253metre
Y-axis translation(ty)166.239metre
Z-axis translation(tz)-37.854metre

Azores Central 1995 to WGS 84 (10)

EPSG:1980±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Portugal - Azores C - onshore
Scope:
Low accuracy applications.
ParameterValueUnit
X-axis translation(tx)-106.226metre
Y-axis translation(ty)166.366metre
Z-axis translation(tz)-37.893metre

Mean for all islands in group.

Convert EPSG:4665 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4665Azores Central 1995

geographic system using latitude and longitude on an ellipsoid · Area of use: Portugal - Azores C - onshore

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

Target: EPSG:4326WGS 84

geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)

+proj=longlat +datum=WGS84 +no_defs +type=crs
More about EPSG:4326

Frequently asked questions

How accurate is converting Azores Central 1995 to WGS 84?
The most accurate official EPSG transformation between these systems is accurate to about ±1 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:4326 to EPSG:4665