degree (supplier to define representation)
System 34 Sjaelland Intermediate Datum
EPSG
The Danish Agency for Data Supply and Infrastructure, https://sdfi.dk
2023-05-10
Cadastre.
Artificial CRS created in 2022 to assist the transformation of coordinates between the historic S34S CRS and ETRS89 through CT ETRS89 to S34S-IRF (1) (code 10251) used in conjunction with the S34-reconstruction map projection (code 10159).
Denmark - Zealand and Lolland (onshore).
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["S34S-IRF", DATUM["System_34_Sjaelland_Intermediate_Datum", SPHEROID["International 1924",6378388,297, AUTHORITY["EPSG","7022"]], AUTHORITY["EPSG","1337"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","10249"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["S34S-IRF", DATUM["System 34 Sjaelland Intermediate Datum", ELLIPSOID["International 1924",6378388,297, 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["Cadastre."], AREA["Denmark - Zealand and Lolland (onshore)."], BBOX[54.51,10.79,56.79,12.87]], ID["EPSG",10249]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "S34S-IRF", "datum": { "type": "GeodeticReferenceFrame", "name": "System 34 Sjaelland Intermediate Datum", "ellipsoid": { "name": "International 1924", "semi_major_axis": 6378388, "inverse_flattening": 297 } }, "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": "Denmark - Zealand and Lolland (onshore).", "bbox": { "south_latitude": 54.51, "west_longitude": 10.79, "north_latitude": 56.79, "east_longitude": 12.87 }, "id": { "authority": "EPSG", "code": 10249 } }
Definition: GeoServer
10249=GEOGCS["S34S-IRF",DATUM["System_34_Sjaelland_Intermediate_Datum",SPHEROID["International 1924",6378388,297,AUTHORITY["EPSG","7022"]],AUTHORITY["EPSG","1337"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10249"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=intl +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=intl +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10249, 'EPSG', 10249, '+proj=longlat +ellps=intl +no_defs +type=crs', 'GEOGCS["S34S-IRF",DATUM["System_34_Sjaelland_Intermediate_Datum",SPHEROID["International 1924",6378388,297,AUTHORITY["EPSG","7022"]],AUTHORITY["EPSG","1337"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10249"]]');