degree (supplier to define representation)
Generalstabens System Intermediate Datum
EPSG
The Danish Agency for Data Supply and Infrastructure, https://sdfi.dk
2023-05-10
Intermediate stage in transformations - not used otherwise.
Artificial CRS created in 2022 to assist the transformation of coordinates between the historic Generalstabens System and ETRS89 through CT ETRS89 to GS-IRF (1) (code 10259) used in conjunction with the GS LCC map projection (code 10257).
Denmark - onshore Jutland, Funen, Zealand and Lolland.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["GS-IRF", DATUM["Generalstabens_System_Intermediate_Datum", SPHEROID["Danish 1876",6377019.27,300, AUTHORITY["EPSG","7051"]], AUTHORITY["EPSG","1347"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","10256"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["GS-IRF", DATUM["Generalstabens System Intermediate Datum", ELLIPSOID["Danish 1876",6377019.27,300, 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["Intermediate stage in transformations - not used otherwise."], AREA["Denmark - onshore Jutland, Funen, Zealand and Lolland."], BBOX[54.51,8,57.8,12.87]], ID["EPSG",10256]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "GS-IRF", "datum": { "type": "GeodeticReferenceFrame", "name": "Generalstabens System Intermediate Datum", "ellipsoid": { "name": "Danish 1876", "semi_major_axis": 6377019.27, "inverse_flattening": 300 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "scope": "Intermediate stage in transformations - not used otherwise.", "area": "Denmark - onshore Jutland, Funen, Zealand and Lolland.", "bbox": { "south_latitude": 54.51, "west_longitude": 8, "north_latitude": 57.8, "east_longitude": 12.87 }, "id": { "authority": "EPSG", "code": 10256 } }
Definition: GeoServer
10256=GEOGCS["GS-IRF",DATUM["Generalstabens_System_Intermediate_Datum",SPHEROID["Danish 1876",6377019.27,300,AUTHORITY["EPSG","7051"]],AUTHORITY["EPSG","1347"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10256"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +a=6377019.27 +rf=300 +no_defs +type=crs"> <Layer srs="+proj=longlat +a=6377019.27 +rf=300 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10256, 'EPSG', 10256, '+proj=longlat +a=6377019.27 +rf=300 +no_defs +type=crs', 'GEOGCS["GS-IRF",DATUM["Generalstabens_System_Intermediate_Datum",SPHEROID["Danish 1876",6377019.27,300,AUTHORITY["EPSG","7051"]],AUTHORITY["EPSG","1347"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10256"]]');