Skip to content
transform

Convert SHGD2015 to Astro DOS 71

Convert coordinates from SHGD2015 (EPSG:7886) to Astro DOS 71 (EPSG:4710) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-7886-to-epsg-4710

Official EPSG transformation from SHGD2015 to Astro DOS 71

The EPSG Geodetic Parameter Dataset defines 1 transformation between SHGD2015 (EPSG:7886) and Astro DOS 71 (EPSG:4710). Its parameters, accuracy and area of use are listed below.

SHGD2015 to Astro DOS 71 (2)

EPSG:9226±0.1 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
St Helena - St Helena Island
Scope:
Transformation of coordinates at 0.1m level of accuracy.
ParameterValueUnit
X-axis translation(tx)112.771metre
Y-axis translation(ty)-12.282metre
Z-axis translation(tz)18.935metre
X-axis rotation(rx)-2.1692arc-second
Y-axis rotation(ry)-16.8896arc-second
Z-axis rotation(rz)-17.1961arc-second
Scale difference(ds)19.54517parts per million

Derived at 19 stations, RMS = 6cm. Note: Because of the large rotations about the Y- and Z-axes this transformation is not reversible. For the reverse transformation use Astro DOS 71 to SHGD2015 (2) (code 7895).

Convert EPSG:7886 to EPSG:4710 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:7886SHGD2015

geographic system using latitude and longitude on an ellipsoid · Area of use: St Helena - St Helena Island

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

Target: EPSG:4710Astro DOS 71

geographic system using latitude and longitude on an ellipsoid · Area of use: St Helena - St Helena Island

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

Frequently asked questions

How accurate is converting SHGD2015 to Astro DOS 71?
The most accurate official EPSG transformation between these systems is accurate to about ±0.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:4710 to EPSG:7886