MGI (Ferro) to MGI (1)
EPSG:3895±0 m- Method:
- Longitude rotation
- Area of use:
- Austria
- Scope:
- Change of prime meridian.
| Parameter | Value | Unit |
|---|---|---|
| Longitude offset | -17.4 | sexagesimal DMS |
See tfm code 3913 for longitude rotation applied in former Yugoslavia.
Convert coordinates from MGI (Ferro) (EPSG:4805) to MGI (EPSG:4312) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between MGI (Ferro) (EPSG:4805) and MGI (EPSG:4312). Its parameters, accuracy and area of use are listed below.
| Parameter | Value | Unit |
|---|---|---|
| Longitude offset | -17.4 | sexagesimal DMS |
See tfm code 3913 for longitude rotation applied in former Yugoslavia.
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4805", "EPSG:4312", 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: Europe - Austria and former Yugoslavia onshore
+proj=longlat +ellps=bessel +pm=ferro +no_defs +type=crsMore about EPSG:4805 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Austria
+proj=longlat +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +no_defs +type=crsMore about EPSG:4312 →