Source: EPSG:7886 — SHGD2015
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=crsMore about EPSG:7886 →
Online coordinate converter from SHGD2015 (EPSG:7886) to St. Helena Tritan (EPSG:7881). Enter your source coordinates and get the result instantly. All transformations happen in your browser — no data is sent to any server.
The EPSG dataset defines official transformation parameters for the reverse direction. See St. Helena Tritan to SHGD2015 — the parameters are invertible.
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:7886", "EPSG:7881", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)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=crsMore about EPSG:7886 →
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=crsMore about EPSG:7881 →