degree (supplier to define representation)
EPSG
Land Survey Office (ZU), Prague, www.cuzk.cz/zu
2017-03-03
32.12 49.0
12.07 46.93
16.83 51.06
Definition: OGC Well Known Text
GEOGCS["Gusterberg (Ferro)", DATUM["Gusterberg_Ferro", SPHEROID["Zach 1812",6376045,310, AUTHORITY["EPSG","1026"]], AUTHORITY["EPSG","1188"]], PRIMEM["Ferro",-17.6666666666667, AUTHORITY["EPSG","8909"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","8042"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Gusterberg (Ferro)", DATUM["Gusterberg (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 - Upper Austria and Salzburg provinces. Czechia - Bohemia."], BBOX[46.93,12.07,51.06,16.83]], ID["EPSG",8042]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Gusterberg (Ferro)", "datum": { "type": "GeodeticReferenceFrame", "name": "Gusterberg (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 - Upper Austria and Salzburg provinces. Czechia - Bohemia.", "bbox": { "south_latitude": 46.93, "west_longitude": 12.07, "north_latitude": 51.06, "east_longitude": 16.83 }, "id": { "authority": "EPSG", "code": 8042 } }
Definition: GeoServer
8042=GEOGCS["Gusterberg (Ferro)",DATUM["Gusterberg_Ferro",SPHEROID["Zach 1812",6376045,310,AUTHORITY["EPSG","1026"]],AUTHORITY["EPSG","1188"]],PRIMEM["Ferro",-17.6666666666667,AUTHORITY["EPSG","8909"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","8042"]]
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 ( 8042, 'EPSG', 8042, '+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs', 'GEOGCS["Gusterberg (Ferro)",DATUM["Gusterberg_Ferro",SPHEROID["Zach 1812",6376045,310,AUTHORITY["EPSG","1026"]],AUTHORITY["EPSG","1188"]],PRIMEM["Ferro",-17.6666666666667,AUTHORITY["EPSG","8909"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","8042"]]');