Skip to content
transform

Convert St. Helena Tritan to SHGD2015

Convert coordinates from St. Helena Tritan (EPSG:7881) to SHGD2015 (EPSG:7886) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

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

Official EPSG transformation from St. Helena Tritan to SHGD2015

The EPSG Geodetic Parameter Dataset defines 1 transformation between St. Helena Tritan (EPSG:7881) and SHGD2015 (EPSG:7886). Its parameters, accuracy and area of use are listed below.

St. Helena Tritan to SHGD2015 (1)

EPSG:7897±0.05 m
Method:
Geocentric translations (geog2D domain)
Area of use:
St Helena - St Helena Island
Scope:
Transformation of coordinates at 0.05m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-0.077metre
Y-axis translation(ty)0.079metre
Z-axis translation(tz)0.086metre

Derived at 19 stations, RMS = 5cm. May be used as an approximate transformation to WGS 84 - see code 7898.

Convert EPSG:7881 to EPSG:7886 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:7881St. Helena Tritan

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

+proj=longlat +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +no_defs +type=crs
More about EPSG:7881

Target: 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

Frequently asked questions

How accurate is converting St. Helena Tritan to SHGD2015?
The most accurate official EPSG transformation between these systems is accurate to about ±0.05 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:7886 to EPSG:7881