Voirol 1875 (Paris) to Voirol 1875 (1)
EPSG:1266±0 m- Method:
- Longitude rotation
- Area of use:
- Algeria - north of 32°N
- Scope:
- Change of prime meridian.
| Parameter | Value | Unit |
|---|---|---|
| Longitude offset | 2.5969213 | grad |
Convert coordinates from Voirol 1875 (Paris) (EPSG:4811) to Voirol 1875 (EPSG:4304) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between Voirol 1875 (Paris) (EPSG:4811) and Voirol 1875 (EPSG:4304). 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:4811", "EPSG:4304", 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: Algeria - north of 32°N
+proj=longlat +ellps=clrk80ign +pm=paris +towgs84=-73,-247,227,0,0,0,0 +no_defs +type=crsMore about EPSG:4811 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Algeria - north of 32°N
+proj=longlat +ellps=clrk80ign +towgs84=-73,-247,227,0,0,0,0 +no_defs +type=crsMore about EPSG:4304 →