EPSG:10261

GSB-reconstruction

Attributes

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: Created in 2022. In conjunction with transformation ETRS89 to GSB-IRF (1) (code 10263) defines the relationship of ETRS89 to the historic Generalstaben projCRS using a modern parameterisation.

Method: Lambert Conic Conformal (1SP variant B)

Area of use: Denmark - Bornholm onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

CONVERSION["GSB-reconstruction",
    METHOD["Lambert Conic Conformal (1SP variant B)",
        ID["EPSG",1102]],
    PARAMETER["Latitude of natural origin",56,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8801]],
    PARAMETER["Scale factor at natural origin",1,
        SCALEUNIT["unity",1],
        ID["EPSG",8805]],
    PARAMETER["Latitude of false origin",55,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8821]],
    PARAMETER["Longitude of false origin",14.92775,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8822]],
    PARAMETER["Easting at false origin",-18831.46,
        LENGTHUNIT["metre",1],
        ID["EPSG",8826]],
    PARAMETER["Northing at false origin",5614.621,
        LENGTHUNIT["metre",1],
        ID["EPSG",8827]],
    ID["EPSG",10261]]

Definition: PROJ.4

+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=14.92775 +x_0=-18831.46 +y_0=5614.621

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:10261","+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=14.92775 +x_0=-18831.46 +y_0=5614.621");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "GSB-reconstruction",
    "method": {
        "name": "Lambert Conic Conformal (1SP variant B)",
        "id": {
            "authority": "EPSG",
            "code": 1102
        }
    },
    "parameters": [
        {
            "name": "Latitude of natural origin",
            "value": 56,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8801
            }
        },
        {
            "name": "Scale factor at natural origin",
            "value": 1,
            "unit": "unity",
            "id": {
                "authority": "EPSG",
                "code": 8805
            }
        },
        {
            "name": "Latitude of false origin",
            "value": 55,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8821
            }
        },
        {
            "name": "Longitude of false origin",
            "value": 14.92775,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8822
            }
        },
        {
            "name": "Easting at false origin",
            "value": -18831.46,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8826
            }
        },
        {
            "name": "Northing at false origin",
            "value": 5614.621,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8827
            }
        }
    ],
    "id": {
        "authority": "EPSG",
        "code": 10261
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=lcc"
	"lat_1=56"
	"k_0=1"
	"lat_0=55"
	"lon_0=14.92775"
	"x_0=-18831.46"
	"y_0=5614.621"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=14.92775 +x_0=-18831.46 +y_0=5614.621">
	<Layer srs="+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=14.92775 +x_0=-18831.46 +y_0=5614.621">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10261, 'EPSG', 10261, '+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=14.92775 +x_0=-18831.46 +y_0=5614.621', 'None');