degree (supplier to define representation)
EPSG
Various industry sources.
2018-08-29
Geodesy.
Adopted in 1924 replacing MGI (Ferro) (CRS code 4805). Densified in 1948. In Slovenia replaced by D96 (CRS code 4765). In Croatia replaced by HTRS96 (CRS code 4761). In Serbia replaced by SREF98 and then by SRB_ETRS89 (STRS00) (CRS codes 4075 and 8691).
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text 2 (2019)
BOUNDCRS[ SOURCECRS[ GEOGCRS["MGI 1901", DATUM["MGI 1901", 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["Bosnia and Herzegovina; Croatia - onshore; Kosovo; Montenegro - onshore; North Macedonia; Serbia; Slovenia - onshore."], BBOX[40.85,13.38,46.88,23.04]], ID["EPSG",3906]]], TARGETCRS[ GEOGCRS["SRB_ETRS89", DATUM["Serbian Spatial Reference System 2000", ELLIPSOID["GRS 1980",6378137,298.257222101, 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["Horizontal component of 3D system."], AREA["Serbia including Vojvodina."], BBOX[42.23,18.81,46.19,23.01]], ID["EPSG",8685]]], ABRIDGEDTRANSFORMATION["MGI 1901 to SRB-ETRS89 (9)", METHOD["NTv2", ID["EPSG",9615]], PARAMETERFILE["Latitude and longitude difference file","MGI1901_TO_SRBETRS89_NTv2.gsb"], USAGE[ SCOPE["Geodesy, cadastre."], AREA["Serbia including Vojvodina."], BBOX[42.23,18.81,46.19,23.01]], ID["EPSG",9496]]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "BoundCRS", "source_crs": { "type": "GeographicCRS", "name": "MGI 1901", "datum": { "type": "GeodeticReferenceFrame", "name": "MGI 1901", "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" } ] }, "id": { "authority": "EPSG", "code": 3906 } }, "target_crs": { "type": "GeographicCRS", "name": "SRB_ETRS89", "datum": { "type": "GeodeticReferenceFrame", "name": "Serbian Spatial Reference System 2000", "ellipsoid": { "name": "GRS 1980", "semi_major_axis": 6378137, "inverse_flattening": 298.257222101 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "id": { "authority": "EPSG", "code": 8685 } }, "transformation": { "name": "MGI 1901 to SRB-ETRS89 (9)", "method": { "name": "NTv2", "id": { "authority": "EPSG", "code": 9615 } }, "parameters": [ { "name": "Latitude and longitude difference file", "value": "MGI1901_TO_SRBETRS89_NTv2.gsb", "id": { "authority": "EPSG", "code": 8656 } } ], "id": { "authority": "EPSG", "code": 9496 } } }
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=bessel +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=bessel +no_defs +type=crs"> </Layer> </Map>