EPSG:10266

KK reconstruction east-orientated

Attributes

Unit: metre

Geodetic CRS: KK-IRF

Datum: Copenhagen Commune Intermediate Datum

Ellipsoid: Danish 1876

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: Topographic mapping.

Remarks: Reconstruction defined through transformation ETRS89 to KK-IRF (1) and map projection GS LCC (codes 10267 and 10257) to emulate the historic Københavns Kommunes CRS but with axis direction flip: W (KK) = E (KK e-o) * -1, N (KK) = N (KK e-o).

Area of use: Denmark - onshore - Copenhagen and surrounding area.

Coordinate system: Cartesian 2D CS. Axes: easting, northing (E,N). Orientations: east, north. UoM: m.

Center coordinates
132376.22 76044.66

Projected bounds:
116190.78 58338.4
148686.15 93797.32

WGS84 bounds:
12.23 55.51
12.73 55.82

Denmark - onshore - Copenhagen and surrounding area.
MapTiler banner

Definition: OGC Well Known Text 2 (2019)

PROJCRS["KK reconstruction east-orientated",
    BASEGEOGCRS["KK-IRF",
        DATUM["Copenhagen Commune Intermediate Datum",
            ELLIPSOID["Danish 1876",6377019.27,300,
                LENGTHUNIT["metre",1]]],
        PRIMEM["Greenwich",0,
            ANGLEUNIT["degree",0.0174532925199433]],
        ID["EPSG",10265]],
    CONVERSION["Generalstabens System LCC",
        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",10.37775,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8822]],
        PARAMETER["Easting at false origin",0,
            LENGTHUNIT["metre",1],
            ID["EPSG",8826]],
        PARAMETER["Northing at false origin",0,
            LENGTHUNIT["metre",1],
            ID["EPSG",8827]]],
    CS[Cartesian,2],
        AXIS["(E)",east,
            ORDER[1],
            LENGTHUNIT["metre",1]],
        AXIS["(N)",north,
            ORDER[2],
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Topographic mapping."],
        AREA["Denmark - onshore - Copenhagen and surrounding area."],
        BBOX[55.51,12.23,55.82,12.73]],
    ID["EPSG",10266]]

Definition: PROJ.4

+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=10.37775 +x_0=0 +y_0=0 +a=6377019.27 +rf=300 +units=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:10266","+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=10.37775 +x_0=0 +y_0=0 +a=6377019.27 +rf=300 +units=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "ProjectedCRS",
    "name": "KK reconstruction east-orientated",
    "base_crs": {
        "name": "KK-IRF",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Copenhagen Commune 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"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 10265
        }
    },
    "conversion": {
        "name": "Generalstabens System LCC",
        "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": 10.37775,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8822
                }
            },
            {
                "name": "Easting at false origin",
                "value": 0,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8826
                }
            },
            {
                "name": "Northing at false origin",
                "value": 0,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8827
                }
            }
        ]
    },
    "coordinate_system": {
        "subtype": "Cartesian",
        "axis": [
            {
                "name": "Easting",
                "abbreviation": "E",
                "direction": "east",
                "unit": "metre"
            },
            {
                "name": "Northing",
                "abbreviation": "N",
                "direction": "north",
                "unit": "metre"
            }
        ]
    },
    "scope": "Topographic mapping.",
    "area": "Denmark - onshore - Copenhagen and surrounding area.",
    "bbox": {
        "south_latitude": 55.51,
        "west_longitude": 12.23,
        "north_latitude": 55.82,
        "east_longitude": 12.73
    },
    "id": {
        "authority": "EPSG",
        "code": 10266
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=lcc"
	"lat_1=56"
	"k_0=1"
	"lat_0=55"
	"lon_0=10.37775"
	"x_0=0"
	"y_0=0"
	"a=6377019.27"
	"rf=300"
	"units=m"
	"no_defs"
	"type=crs"
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=10.37775 +x_0=0 +y_0=0 +a=6377019.27 +rf=300 +units=m +no_defs +type=crs">
	<Layer srs="+proj=lcc +lat_1=56 +k_0=1 +lat_0=55 +lon_0=10.37775 +x_0=0 +y_0=0 +a=6377019.27 +rf=300 +units=m +no_defs +type=crs">
	</Layer>
</Map>