Skip to content
transform

Convert Tananarive (Paris) to Tananarive

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.

Direct link to this transformation: epsgtransform.com/transform/epsg-4810-to-epsg-4297

Official EPSG transformation from Tananarive (Paris) to Tananarive

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.

Tananarive (Paris) to Tananarive (1)

EPSG:1265±0 m
Method:
Longitude rotation
Area of use:
Madagascar - onshore
Scope:
Change of prime meridian.
ParameterValueUnit
Longitude offset2.5969213grad

Convert EPSG:4810 to EPSG:4297 in code

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)

Source: EPSG:4810Tananarive (Paris)

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

+proj=longlat +ellps=intl +pm=paris +no_defs +type=crs
More about EPSG:4810

Target: EPSG:4297Tananarive

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

+proj=longlat +ellps=intl +no_defs +type=crs
More about EPSG:4297

Frequently asked questions

How accurate is converting Tananarive (Paris) to Tananarive?
The most accurate official EPSG transformation between these systems is accurate to about ±0 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:4297 to EPSG:4810