Coordinate Frame rotation (geog2D domain)
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.
OGP
2020-03-14
degree (supplier to define representation)
System of the Unified Trigonometrical Cadastral Network/05
EPSG
Land Survey Office (ZU), Prague. www.cuzk.cz/zu
2018-02-16
Geodesy.
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.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
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: 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: 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"]]');