Skip to content
transform

Convert MGI 1901 to KOSOVAREF01

Convert coordinates from MGI 1901 (EPSG:3906) to KOSOVAREF01 (EPSG:9140) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-3906-to-epsg-9140

Official EPSG transformation from MGI 1901 to KOSOVAREF01

The EPSG Geodetic Parameter Dataset defines 1 transformation between MGI 1901 (EPSG:3906) and KOSOVAREF01 (EPSG:9140). Its parameters, accuracy and area of use are listed below.

MGI 1901 to KOSOVAREF01 (1)

EPSG:9142±1 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
Kosovo
Scope:
Geodesy.
ParameterValueUnit
X-axis translation(tx)628.54052metre
Y-axis translation(ty)192.2538metre
Z-axis translation(tz)498.43507metre
X-axis rotation(rx)-13.79189arc-second
Y-axis rotation(ry)-0.81467arc-second
Z-axis rotation(rz)41.21533arc-second
Scale difference(ds)-17.40368parts per million

Derived at 18 points across the area of Kosovo. May be taken as approximate transformation MGI 1901 to WGS 84 (see code 9143).

Convert EPSG:3906 to EPSG:9140 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:3906", "EPSG:9140", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)

Source: EPSG:3906MGI 1901

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

+proj=longlat +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +no_defs +type=crs
More about EPSG:3906

Target: EPSG:9140KOSOVAREF01

geographic system using latitude and longitude on an ellipsoid · Area of use: Kosovo

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs
More about EPSG:9140

Frequently asked questions

How accurate is converting MGI 1901 to KOSOVAREF01?
The most accurate official EPSG transformation between these systems is accurate to about ±1 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:9140 to EPSG:3906