EPSG:CODE

EPSG:3053 Hjorsey 1955 / Lambert 1955

Projected · Iceland - mainland

Export Formats

OGC WKT
PROJCS[
    "Hjorsey 1955 / Lambert 1955",
    GEOGCS[
        "Hjorsey 1955",
        DATUM[
            "Hjorsey_1955",
            SPHEROID["International 1924",6378388,297],
            TOWGS84[-73,47,-83,0,0,0,0]
        ],
        PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","4658"]
    ],
    PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],
    PARAMETER["Latitude of natural origin",65],
    PARAMETER["Longitude of natural origin",-18],
    PARAMETER["Scale factor at natural origin",1],
    PARAMETER["False easting",500000],
    PARAMETER["False northing",500000],
    UNIT["metre",1,AUTHORITY["EPSG","9001"]],
    AUTHORITY["EPSG","3053"]
]

Related Coordinate Systems

Available Transformations (2)

Transformations inherited from base CRS: EPSG:4658 (Hjorsey 1955)

Transformation Source → Target Accuracy (m)
4658 4326 7
4658 4326 7

Other CRS using Hjorsey 1955

Frequently Asked Questions

How do I add EPSG:3053 to GeoServer?

Add the following definition to your GeoServer configuration:

3053=PROJCS["Hjorsey 1955 / Lambert 1955",GEOGCS["Hjorsey 1955",DATUM["Hjorsey_1955",SPHEROID["International 1924",6378388,297],TOWGS84[-73,47,-83,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4658"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",65],PARAMETER["Longitude of natural origin",-18],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",500000],PARAMETER["False northing",500000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","3053"]]
Read the full GeoServer guide →

How do I add EPSG:3053 to PostGIS?

Add the following definition to your PostGIS configuration:

INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (3053, 'EPSG', 3053, '', 'PROJCS["Hjorsey 1955 / Lambert 1955",GEOGCS["Hjorsey 1955",DATUM["Hjorsey_1955",SPHEROID["International 1924",6378388,297],TOWGS84[-73,47,-83,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4658"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",65],PARAMETER["Longitude of natural origin",-18],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",500000],PARAMETER["False northing",500000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","3053"]]');
Read the full PostGIS guide →