EPSG:10158

S34J-IRF

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: S34J-IRF

Datum: System 34 Jylland Intermediate Datum

Ellipsoid: International 1924

Prime meridian: Greenwich

Data source: EPSG

Information source: The Danish Agency for Data Supply and Infrastructure, https://sdfi.dk

Revision date: 2023-05-10

Scope: Intermediate stage in transformations - not used otherwise.

Remarks: Artificial CRS created in 2022 to assist the transformation of coordinates between the historic S34J CRS and ETRS89 through transformation ETRS89 to S34J-IRF (1) (code 10161) used in conjunction with the S34-reconstruction map projection (code 10159).

Area of use: Denmark - Jutland and Funen - onshore.

Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree

Center coordinates
9.65 56.24

WGS84 bounds:
8.0 54.67
11.29 57.8

Denmark - Jutland and Funen - onshore.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["S34J-IRF",
    DATUM["System_34_Jylland_Intermediate_Datum",
        SPHEROID["International 1924",6378388,297,
            AUTHORITY["EPSG","7022"]],
        AUTHORITY["EPSG","1332"]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","10158"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["S34J-IRF",
    DATUM["System 34 Jylland 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["Intermediate stage in transformations - not used otherwise."],
        AREA["Denmark - Jutland and Funen - onshore."],
        BBOX[54.67,8,57.8,11.29]],
    ID["EPSG",10158]]

Definition: ESRI Well Known Text

GEOGCS["GCS_S34J-IRF",
    DATUM["System_34_Jylland_Intermediate_Datum",
        SPHEROID["International_1924",6378388.0,297.0]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=intl +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:10158","+proj=longlat +ellps=intl +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "S34J-IRF",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "System 34 Jylland 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": "Intermediate stage in transformations - not used otherwise.",
    "area": "Denmark - Jutland and Funen - onshore.",
    "bbox": {
        "south_latitude": 54.67,
        "west_longitude": 8,
        "north_latitude": 57.8,
        "east_longitude": 11.29
    },
    "id": {
        "authority": "EPSG",
        "code": 10158
    }
}

Definition: GeoServer

10158=GEOGCS["S34J-IRF",DATUM["System_34_Jylland_Intermediate_Datum",SPHEROID["International 1924",6378388,297,AUTHORITY["EPSG","7022"]],AUTHORITY["EPSG","1332"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10158"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=intl"
	"no_defs"
	"type=crs"
END

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 ( 10158, 'EPSG', 10158, '+proj=longlat +ellps=intl +no_defs +type=crs', 'GEOGCS["S34J-IRF",DATUM["System_34_Jylland_Intermediate_Datum",SPHEROID["International 1924",6378388,297,AUTHORITY["EPSG","7022"]],AUTHORITY["EPSG","1332"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10158"]]');