Coordinate Frame rotation (geog2D domain)
Parameter values taken from S-JTSK [JTSK03] to ETRS89 (1) (code 8367) assuming that ETRS89 (ETRF2000 realization) is coincident with WGS 84 within the accuracy of the transformation. Within the 1m accuracy of this transformation, it is reversible.
Geodesy, Cartography and Cadastre Authority of Slovak Republic (UGKK SR).
2020-03-14
degree (supplier to define representation)
System of the Unified Trigonometrical Cadastral Network [JTSK03]
EPSG
Geodesy, Cartography and Cadastre Authority of Slovak Republic (UGKK SR).
2018-02-13
Geodesy.
Defined by transfomation from ETRS89 (ETRF2000 realization) (transformation code 8365) to improve the scale and homogeneity of S-JTSK (CRS 4156) within Slovakia.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["S-JTSK [JTSK03]", DATUM["System_of_the_Unified_Trigonometrical_Cadastral_Network_JTSK03", SPHEROID["Bessel 1841",6377397.155,299.1528128], TOWGS84[485.021,169.465,483.839,-7.786342,-4.397554,-4.102655,0]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","8351"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["S-JTSK [JTSK03]", DATUM["System of the Unified Trigonometrical Cadastral Network [JTSK03]", 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["Slovakia."], BBOX[47.73,16.84,49.61,22.56]], ID["EPSG",8351]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "S-JTSK [JTSK03]", "datum": { "type": "GeodeticReferenceFrame", "name": "System of the Unified Trigonometrical Cadastral Network [JTSK03]", "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": "Slovakia.", "bbox": { "south_latitude": 47.73, "west_longitude": 16.84, "north_latitude": 49.61, "east_longitude": 22.56 }, "id": { "authority": "EPSG", "code": 8351 } }
Definition: GeoServer
8351=GEOGCS["S-JTSK [JTSK03]",DATUM["System_of_the_Unified_Trigonometrical_Cadastral_Network_JTSK03",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[485.021,169.465,483.839,-7.786342,-4.397554,-4.102655,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","8351"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=bessel +towgs84=485.021,169.465,483.839,-7.786342,-4.397554,-4.102655,0 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=bessel +towgs84=485.021,169.465,483.839,-7.786342,-4.397554,-4.102655,0 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 8351, 'EPSG', 8351, '+proj=longlat +ellps=bessel +towgs84=485.021,169.465,483.839,-7.786342,-4.397554,-4.102655,0 +no_defs +type=crs', 'GEOGCS["S-JTSK [JTSK03]",DATUM["System_of_the_Unified_Trigonometrical_Cadastral_Network_JTSK03",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[485.021,169.465,483.839,-7.786342,-4.397554,-4.102655,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","8351"]]');