Skip to content
transform

Convert Reunion 1947 to RGR92

Convert coordinates from Reunion 1947 (EPSG:4626) to RGR92 (EPSG:4627) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4626-to-epsg-4627

Official EPSG transformation from Reunion 1947 to RGR92

The EPSG Geodetic Parameter Dataset defines 1 transformation between Reunion 1947 (EPSG:4626) and RGR92 (EPSG:4627). Its parameters, accuracy and area of use are listed below.

Reunion 1947 to RGR92 (1)

EPSG:1926±0.1 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
Reunion - onshore
Scope:
Transformation of coordinates at 0.1m level of accuracy.
ParameterValueUnit
X-axis translation(tx)789.524metre
Y-axis translation(ty)-626.486metre
Z-axis translation(tz)-89.904metre
X-axis rotation(rx)0.6006arc-second
Y-axis rotation(ry)76.7946arc-second
Z-axis rotation(rz)-10.5788arc-second
Scale difference(ds)-32.3241parts per million

Note: Because of the large rotation about the Y-axis this transformation is not reversible. Errors of up to 0.5m may occur. For the reverse transformation use RGR92 to Reunion 1947 [alias Piton des Neiges] (1) (code 1964).

Convert EPSG:4626 to EPSG:4627 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4626Reunion 1947

geographic system using latitude and longitude on an ellipsoid · Area of use: Reunion - onshore

+proj=longlat +ellps=intl +towgs84=94,-948,-1262,0,0,0,0 +no_defs +type=crs
More about EPSG:4626

Target: EPSG:4627RGR92

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

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

Frequently asked questions

How accurate is converting Reunion 1947 to RGR92?
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:4627 to EPSG:4626