NTF (Paris) to WGS 72 (1)
EPSG:8188±2 m- Method:
- Concatenated operation
- Area of use:
- France - onshore - mainland and Corsica
- Scope:
- Not known.
- NTF (Paris) to NTF (1) (null)
- NTF to WGS 72 (1) (null)
Convert coordinates from NTF (Paris) (EPSG:4807) to WGS 72 (EPSG:4322) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between NTF (Paris) (EPSG:4807) and WGS 72 (EPSG:4322). Its parameters, accuracy and area of use are listed below.
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4807", "EPSG:4322", 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: France - onshore - mainland and Corsica
+proj=longlat +ellps=clrk80ign +pm=paris +towgs84=-168,-60,320,0,0,0,0 +no_defs +type=crsMore about EPSG:4807 →
geographic system using latitude and longitude on an ellipsoid · Area of use: World
+proj=longlat +ellps=WGS72 +no_defs +type=crsMore about EPSG:4322 →