Skip to content
transform

Convert MGI (Ferro) to MGI

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.

Direct link to this transformation: epsgtransform.com/transform/epsg-4805-to-epsg-4312

Official EPSG transformation from MGI (Ferro) to MGI

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.

MGI (Ferro) to MGI (1)

EPSG:3895±0 m
Method:
Longitude rotation
Area of use:
Austria
Scope:
Change of prime meridian.
ParameterValueUnit
Longitude offset-17.4sexagesimal DMS

See tfm code 3913 for longitude rotation applied in former Yugoslavia.

Convert EPSG:4805 to EPSG:4312 in code

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)

Source: EPSG:4805MGI (Ferro)

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=crs
More about EPSG:4805

Target: EPSG:4312MGI

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=crs
More about EPSG:4312

Frequently asked questions

How accurate is converting MGI (Ferro) to MGI?
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:4312 to EPSG:4805