degree (supplier to define representation)
EPSG
Land Survey Office (ZU), Prague, www.cuzk.cz/zu
2017-03-03
Definition: OGC Well Known Text
GEOGCS["St. Stephen (Ferro)", DATUM["St_Stephen_Ferro", SPHEROID["Zach 1812",6376045,310, AUTHORITY["EPSG","1026"]], AUTHORITY["EPSG","1189"]], PRIMEM["Ferro",-17.6666666666667, AUTHORITY["EPSG","8909"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","8043"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["St. Stephen (Ferro)", DATUM["St. Stephen (Ferro)", ELLIPSOID["Zach 1812",6376045,310, LENGTHUNIT["metre",1]]], PRIMEM["Ferro",-17.6666666666667, 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["Cadastre."], AREA["Austria - Lower Austria. Czechia - Moravia and Czech Silesia."], BBOX[47.42,14.41,50.45,18.86]], ID["EPSG",8043]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "St. Stephen (Ferro)", "datum": { "type": "GeodeticReferenceFrame", "name": "St. Stephen (Ferro)", "ellipsoid": { "name": "Zach 1812", "semi_major_axis": 6376045, "inverse_flattening": 310 }, "prime_meridian": { "name": "Ferro", "longitude": -17.6666666666667 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "scope": "Cadastre.", "area": "Austria - Lower Austria. Czechia - Moravia and Czech Silesia.", "bbox": { "south_latitude": 47.42, "west_longitude": 14.41, "north_latitude": 50.45, "east_longitude": 18.86 }, "id": { "authority": "EPSG", "code": 8043 } }
Definition: GeoServer
8043=GEOGCS["St. Stephen (Ferro)",DATUM["St_Stephen_Ferro",SPHEROID["Zach 1812",6376045,310,AUTHORITY["EPSG","1026"]],AUTHORITY["EPSG","1189"]],PRIMEM["Ferro",-17.6666666666667,AUTHORITY["EPSG","8909"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","8043"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs"> <Layer srs="+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 8043, 'EPSG', 8043, '+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs', 'GEOGCS["St. Stephen (Ferro)",DATUM["St_Stephen_Ferro",SPHEROID["Zach 1812",6376045,310,AUTHORITY["EPSG","1026"]],AUTHORITY["EPSG","1189"]],PRIMEM["Ferro",-17.6666666666667,AUTHORITY["EPSG","8909"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","8043"]]');