Tananarive (Paris) to Tananarive (1)
EPSG:1265±0 m- Method:
- Longitude rotation
- Area of use:
- Madagascar - onshore
- Scope:
- Change of prime meridian.
| Parameter | Value | Unit |
|---|---|---|
| Longitude offset | 2.5969213 | grad |
Convert coordinates from Tananarive (Paris) (EPSG:4810) to Tananarive (EPSG:4297) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between Tananarive (Paris) (EPSG:4810) and Tananarive (EPSG:4297). 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:4810", "EPSG:4297", 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: Madagascar - onshore
+proj=longlat +ellps=intl +pm=paris +no_defs +type=crsMore about EPSG:4810 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Madagascar - onshore and nearshore
+proj=longlat +ellps=intl +no_defs +type=crsMore about EPSG:4297 →