Source: EPSG:4326 — WGS 84
geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)
+proj=longlat +datum=WGS84 +no_defs +type=crsMore about EPSG:4326 →
Online coordinate converter from WGS 84 (EPSG:4326) to S-JTSK / Krovak East North (EPSG:5514). Enter your source coordinates and get the result instantly. All transformations happen in your browser — no data is sent to any server.
Converting from WGS 84 (EPSG:4326) to S-JTSK / Krovak East-North (EPSG:5514) is the standard transformation for working with Czech and Slovak cadastral and federal mapping data. The Krovak East-North projection is a unique double-stereographic conic projection designed in 1922 specifically for the elongated NE-SW geometry of former Czechoslovakia.
The conversion involves both the Krovak projection and a datum shift from WGS 84 to S-JTSK on the Bessel 1841 ellipsoid. Helmert seven-parameter approximations give a few-decimetre accuracy across the country; the official ČÚZK grid transformation is more precise.
Try it: Prague Old Town Square
Input (EPSG:4326): 14.4221, 50.0875
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4326", "EPSG:5514", 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: World (by country)
+proj=longlat +datum=WGS84 +no_defs +type=crsMore about EPSG:4326 →
projected system measured in linear units (typically metres) · Area of use: Europe - Czechoslovakia
+proj=krovak +lat_0=49.5 +lon_0=24.8333333333333 +alpha=30.2881397527778 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +units=m +no_defs +type=crsMore about EPSG:5514 →