Carthage (Paris) to Carthage (1)
EPSG:1881±0 m- Method:
- Longitude rotation
- Area of use:
- Tunisia - onshore
- Scope:
- Change of prime meridian.
| Parameter | Value | Unit |
|---|---|---|
| Longitude offset | 2.5969213 | grad |
Convert coordinates from Carthage (Paris) (EPSG:4816) to Carthage (EPSG:4223) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between Carthage (Paris) (EPSG:4816) and Carthage (EPSG:4223). Its parameters, accuracy and area of use are listed below.
| Parameter | Value | Unit |
|---|---|---|
| Longitude offset | 2.5969213 | grad |
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4816", "EPSG:4223", 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: Tunisia - onshore
+proj=longlat +ellps=clrk80ign +pm=paris +towgs84=-263,6,431,0,0,0,0 +no_defs +type=crsMore about EPSG:4816 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Tunisia
+proj=longlat +ellps=clrk80ign +towgs84=-263,6,431,0,0,0,0 +no_defs +type=crsMore about EPSG:4223 →