EPSG:5228

S-JTSK/05

Available transformations
to EPSG:4326
EPSG:4326 - WGS 84

Selected transformation

Method: Coordinate Frame rotation (geog2D domain)

Remarks: Parameter values from S-JTSK/05 to ETRS89 (1) (code 5226). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation. Replaces tfm code 1622.

Information source: OGP

Revision date: 2020-03-14

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: S-JTSK/05

Datum: System of the Unified Trigonometrical Cadastral Network/05

Ellipsoid: Bessel 1841

Prime meridian: Greenwich

Data source: EPSG

Information source: Land Survey Office (ZU), Prague. www.cuzk.cz/zu

Revision date: 2018-02-16

Scope: Geodesy.

Remarks: Derived through projCRS 5515 to improve the scale and homogeneity of CRS 4156 within the Czech Republic. See CRS code 5229 for Ferro-referenced alternative.

Area of use: Czechia.

Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree

Center coordinates
15.48 49.82

WGS84 bounds:
12.09 48.58
18.86 51.06

Czechia.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["S-JTSK/05",
    DATUM["System_of_the_Unified_Trigonometrical_Cadastral_Network_05",
        SPHEROID["Bessel 1841",6377397.155,299.1528128],
        TOWGS84[572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","5228"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["S-JTSK/05",
    DATUM["System of the Unified Trigonometrical Cadastral Network/05",
        ELLIPSOID["Bessel 1841",6377397.155,299.1528128,
            LENGTHUNIT["metre",1]]],
    PRIMEM["Greenwich",0,
        ANGLEUNIT["degree",0.0174532925199433]],
    CS[ellipsoidal,2],
        AXIS["geodetic latitude (Lat)",north,
            ORDER[1],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["geodetic longitude (Lon)",east,
            ORDER[2],
            ANGLEUNIT["degree",0.0174532925199433]],
    USAGE[
        SCOPE["Geodesy."],
        AREA["Czechia."],
        BBOX[48.58,12.09,51.06,18.86]],
    ID["EPSG",5228]]

Definition: ESRI Well Known Text

GEOGCS["GCS_S_JTSK/05",
    DATUM["D_S_JTSK_05",
        SPHEROID["Bessel_1841",6377397.155,299.1528128]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:5228","+proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "S-JTSK/05",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "System of the Unified Trigonometrical Cadastral Network/05",
        "ellipsoid": {
            "name": "Bessel 1841",
            "semi_major_axis": 6377397.155,
            "inverse_flattening": 299.1528128
        }
    },
    "coordinate_system": {
        "subtype": "ellipsoidal",
        "axis": [
            {
                "name": "Geodetic latitude",
                "abbreviation": "Lat",
                "direction": "north",
                "unit": "degree"
            },
            {
                "name": "Geodetic longitude",
                "abbreviation": "Lon",
                "direction": "east",
                "unit": "degree"
            }
        ]
    },
    "scope": "Geodesy.",
    "area": "Czechia.",
    "bbox": {
        "south_latitude": 48.58,
        "west_longitude": 12.09,
        "north_latitude": 51.06,
        "east_longitude": 18.86
    },
    "id": {
        "authority": "EPSG",
        "code": 5228
    }
}

Definition: GeoServer

5228=GEOGCS["S-JTSK/05",DATUM["System_of_the_Unified_Trigonometrical_Cadastral_Network_05",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5228"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=bessel"
	"towgs84=572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5228, 'EPSG', 5228, '+proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378 +no_defs +type=crs', 'GEOGCS["S-JTSK/05",DATUM["System_of_the_Unified_Trigonometrical_Cadastral_Network_05",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[572.213,85.334,461.94,-4.9732,-1.529,-5.2484,3.5378]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","5228"]]');