RGM04 to RGM23 (2)
EPSG:10683±0.05 mBest accuracy- Method:
- Geocentric translations (geog2D domain) by grid (IGN)
- Area of use:
- Mayotte
- Scope:
- Geodesy, engineering survey, topographic mapping.
Grid file: RGM04versRGM23.txt
Convert coordinates from RGM04 (EPSG:4470) to RGM23 (EPSG:10671) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 2 transformations between RGM04 (EPSG:4470) and RGM23 (EPSG:10671). Each applies to a specific area — pick the one whose area of use covers your data.
Grid file: RGM04versRGM23.txt
| Parameter | Value | Unit |
|---|---|---|
| X-axis translation(tx) | -0.5377 | metre |
| Y-axis translation(ty) | 0.3946 | metre |
| Z-axis translation(tz) | 0.3608 | metre |
Approximation at the +/- 0.1m level. For more accurate official transformation see RGM04 to RGM23 (2) (code 10683).
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4470", "EPSG:10671", 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: Mayotte
+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crsMore about EPSG:4470 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Mayotte
+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crsMore about EPSG:10671 →