Skip to content
transform

Convert Camacupa 1948 to WGS 84

Convert coordinates from Camacupa 1948 (EPSG:4220) 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-4220-to-epsg-4326

Official EPSG transformations from Camacupa 1948 to WGS 84

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

Camacupa 1948 to WGS 84 (5)

EPSG:1322±3 mBest accuracy
Method:
Geocentric translations (geog2D domain)
Area of use:
Angola - offshore block 3
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-55.5metre
Y-axis translation(ty)-348metre
Z-axis translation(tz)-229.2metre

Derived at station Djeno during coordination of platform PAL F2 in February 1992. Used by Elf for block 3 up to December 1992 then replaced by Camacupa 1948 to WGS 84 (7).

Camacupa 1948 to WGS 84 (7)

EPSG:1324±3 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Angola - offshore blocks 3 7 15 and 17
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-48metre
Y-axis translation(ty)-345metre
Z-axis translation(tz)-231metre

Derived at platform PAL F2 in December 1992. For use in blocks 3, 7 and 17, replaced by Camacupa 1948 to WGS 84 (10) (code 1327).

Camacupa 1948 to WGS 84 (8)

EPSG:1325±3 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Angola - offshore block 2
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-48.6metre
Y-axis translation(ty)-345.1metre
Z-axis translation(tz)-230.8metre

Derived at platform PAL F2 in December 1992. Used by Total for block 2 between December 1992 and 1994 then replaced by Camacupa 1948 to WGS 84 (10).

Camacupa 1948 to WGS 84 (10)

EPSG:1327±5 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Angola - offshore blocks 2 3 17-18 and 31-33
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-50.9metre
Y-axis translation(ty)-347.6metre
Z-axis translation(tz)-231metre

Derived at platform PAL F2 in 1994 by Topnav using Doris.

Camacupa 1948 to WGS 84 (6)

EPSG:1323±8 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Angola - offshore block 7
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-43metre
Y-axis translation(ty)-337metre
Z-axis translation(tz)-233metre

Derived at Luanda observatory December 1992.

Camacupa 1948 to WGS 84 (1)

EPSG:1318±10 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Angola - offshore block 5
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-42.01metre
Y-axis translation(ty)-332.21metre
Z-axis translation(tz)-229.75metre

Camacupa 1948 to WGS 84 (3)

EPSG:1320±10 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
Angola - offshore blocks 1 and 16
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-37.2metre
Y-axis translation(ty)-370.6metre
Z-axis translation(tz)-224metre
X-axis rotation(rx)0arc-second
Y-axis rotation(ry)0arc-second
Z-axis rotation(rz)0.554arc-second
Scale difference(ds)0.219parts per million

Replaced by Camacupa 1948 to WGS 84 (9). Used by Shell prior to 1994.

Camacupa 1948 to WGS 84 (4)

EPSG:1321±10 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Angola - offshore blocks 7 8 24 + WGC spec
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-41.8metre
Y-axis translation(ty)-342.2metre
Z-axis translation(tz)-228.2metre

Mean of 123 Transit passes at station Cabo Ledo NE base in November 1990. Used by Elf for block 7 up to December 1992 then replaced by Camacupa 1948 to WGS 84 (7). Used by Total in block 8, ExxonMobil block 24, Western Geophysical for spec. data.

Camacupa 1948 to WGS 84 (9)

EPSG:1326±10 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
Angola - offshore blocks 1 16 and 18
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-41.057metre
Y-axis translation(ty)-374.564metre
Z-axis translation(tz)-226.287metre
X-axis rotation(rx)0arc-second
Y-axis rotation(ry)0arc-second
Z-axis rotation(rz)0.554arc-second
Scale difference(ds)0.219parts per million

Derived by GPS on two Topnav DGPS reference stations at Djeno and Luanda. Replaces Camacupa 1948 to WGS 84 (3). In block 18 replaced by BP from 1999 by Camacupa 1948 to WGS 84 (10).

Camacupa 1948 to WGS 84 (2)

EPSG:1319±25 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Angola - offshore block 2
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)-40metre
Y-axis translation(ty)-354metre
Z-axis translation(tz)-224metre

Convert EPSG:4220 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4220Camacupa 1948

geographic system using latitude and longitude on an ellipsoid · Area of use: Angola - Angola proper

+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crs
More about EPSG:4220

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 Camacupa 1948 to WGS 84?
The most accurate official EPSG transformation between these systems is accurate to about ±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:4326 to EPSG:4220