Source: EPSG:5228 — S-JTSK/05
geographic system using latitude and longitude on an ellipsoid · Area of use: Czechia
+proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,4.9732,1.529,5.2484,3.5378 +no_defs +type=crsMore about EPSG:5228 →
Online coordinate converter from S-JTSK/05 (EPSG:5228) to S-JTSK (EPSG:4156). Enter your source coordinates and get the result instantly. All transformations happen in your browser — no data is sent to any server.
The EPSG dataset defines official transformation parameters for the reverse direction. See S-JTSK to S-JTSK/05 — the parameters are invertible.
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:5228", "EPSG:4156", 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: Czechia
+proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,4.9732,1.529,5.2484,3.5378 +no_defs +type=crsMore about EPSG:5228 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Europe - Czechoslovakia
+proj=longlat +ellps=bessel +towgs84=589,76,480,0,0,0,0 +no_defs +type=crsMore about EPSG:4156 →