Skip to content
transform

Convert Camacupa 1948 to RSAO13

Convert coordinates from Camacupa 1948 (EPSG:4220) to RSAO13 (EPSG:8699) — 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-8699

Official EPSG transformations from Camacupa 1948 to RSAO13

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

Camacupa 1948 to RSAO13 (1)

EPSG:8883±3 mBest accuracy
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

Parameter values taken from Camacupa 1948 to WGS 84 (7) (code 1324) assuming that RSAO13 is coincident with WGS 84 within the accuracy of the transformation.

Camacupa 1948 to RSAO13 (2)

EPSG:8884±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

Parameter values taken from Camacupa 1948 to WGS 84 (10) (code 1327) assuming that RSAO13 is coincident with WGS 84 within the accuracy of the transformation.

Camacupa 1948 to RSAO13 (3)

EPSG:9904±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

Parameter values taken from Camacupa 1948 to WGS 84 (6) (code 1323) assuming that RSAO13 is coincident with WGS 84 within the accuracy of the transformation. Equivalent to concatenation of EPSG:1323 and EPSG:8819.

Camacupa 1948 to RSAO13 (4)

EPSG:9905±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

Parameter values taken from Camacupa 1948 to WGS 84 (9) (code 1326) assuming that RSAO13 is coincident with WGS 84 within the accuracy of the transformation. Equivalent to concatenation of EPSG:1326 and EPSG:8819.

Convert EPSG:4220 to EPSG:8699 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:4220", "EPSG:8699", 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:8699RSAO13

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

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

Frequently asked questions

How accurate is converting Camacupa 1948 to RSAO13?
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:8699 to EPSG:4220