MGI 1901 to SRB-ETRS89 (9)
EPSG:9496±0.03 mBest accuracy- Method:
- NTv2
- Area of use:
- Serbia
- Scope:
- Geodesy, cadastre.
Grid file: MGI1901_TO_SRBETRS89_NTv2.gsb
Convert coordinates from MGI 1901 (EPSG:3906) to SRB_ETRS89 (EPSG:8685) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 2 transformations between MGI 1901 (EPSG:3906) and SRB_ETRS89 (EPSG:8685). Each applies to a specific area — pick the one whose area of use covers your data.
Grid file: MGI1901_TO_SRBETRS89_NTv2.gsb
| Parameter | Value | Unit |
|---|---|---|
| X-axis translation(tx) | 577.84843 | metre |
| Y-axis translation(ty) | 165.45019 | metre |
| Z-axis translation(tz) | 390.43652 | metre |
| X-axis rotation(rx) | -4.93131 | arc-second |
| Y-axis rotation(ry) | 0.96052 | arc-second |
| Z-axis rotation(rz) | 13.05072 | arc-second |
| Scale difference(ds) | 7.86546 | parts per million |
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:3906", "EPSG:8685", 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 - former Yugoslavia onshore
+proj=longlat +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +no_defs +type=crsMore about EPSG:3906 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Serbia
+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crsMore about EPSG:8685 →