EPSG:CODE

EPSG:3144 FD54 / Faroe Lambert

Projected · Faroe Islands - onshore

Export Formats

OGC WKT
PROJCS[
    "FD54 / Faroe Lambert",
    GEOGCS[
        "FD54",
        DATUM[
            "Faroe_Datum_1954",
            SPHEROID["International 1924",6378388,297],
            TOWGS84[-153.33,-169.41,86.39,0,0,0,0]
        ],
        PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","4741"]
    ],
    PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],
    PARAMETER["Latitude of natural origin",62],
    PARAMETER["Longitude of natural origin",-9],
    PARAMETER["Scale factor at natural origin",1],
    PARAMETER["False easting",500000],
    PARAMETER["False northing",500000],
    UNIT["metre",1,AUTHORITY["EPSG","9001"]],
    AUTHORITY["EPSG","3144"]
]

Related Coordinate Systems

Available Transformations (1)

Transformations inherited from base CRS: EPSG:4741 (FD54)

Transformation Source → Target Accuracy (m)
4741 4230 0

Other CRS using Faroe Datum 1954

Frequently Asked Questions

How do I add EPSG:3144 to GeoServer?

Add the following definition to your GeoServer configuration:

3144=PROJCS["FD54 / Faroe Lambert",GEOGCS["FD54",DATUM["Faroe_Datum_1954",SPHEROID["International 1924",6378388,297],TOWGS84[-153.33,-169.41,86.39,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4741"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",62],PARAMETER["Longitude of natural origin",-9],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",500000],PARAMETER["False northing",500000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","3144"]]
Read the full GeoServer guide →

How do I add EPSG:3144 to PostGIS?

Add the following definition to your PostGIS configuration:

INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (3144, 'EPSG', 3144, '', 'PROJCS["FD54 / Faroe Lambert",GEOGCS["FD54",DATUM["Faroe_Datum_1954",SPHEROID["International 1924",6378388,297],TOWGS84[-153.33,-169.41,86.39,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4741"]],PROJECTION["Lambert_Conic_Conformal_(West_Orientated)"],PARAMETER["Latitude of natural origin",62],PARAMETER["Longitude of natural origin",-9],PARAMETER["Scale factor at natural origin",1],PARAMETER["False easting",500000],PARAMETER["False northing",500000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","3144"]]');
Read the full PostGIS guide →