EPSG:CODE

EPSG:5017 Lisbon 1890 / Portugal Bonne New

Projected · Portugal - mainland - onshore

Export Formats

OGC WKT
PROJCS[
    "Lisbon 1890 / Portugal Bonne New",
    GEOGCS[
        "Lisbon 1890",
        DATUM[
            "Lisbon_1890",
            SPHEROID["Bessel 1841",6377397.155,299.1528128],
            TOWGS84[631.392,-66.551,481.442,-1.09,4.445,4.487,-4.43]
        ],
        PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","4666"]
    ],
    PROJECTION["Bonne_(South_Orientated)"],
    PARAMETER["Latitude of natural origin",39.6666666666667],
    PARAMETER["Longitude of natural origin",-8.13190611111111],
    PARAMETER["False easting",0],
    PARAMETER["False northing",0],
    UNIT["metre",1,AUTHORITY["EPSG","9001"]],
    AUTHORITY["EPSG","5017"]
]

Related Coordinate Systems

Available Transformations (4)

Transformations inherited from base CRS: EPSG:4666 (Lisbon 1890)

Other CRS using Lisbon 1890

Frequently Asked Questions

How do I add EPSG:5017 to GeoServer?

Add the following definition to your GeoServer configuration:

5017=PROJCS["Lisbon 1890 / Portugal Bonne New",GEOGCS["Lisbon 1890",DATUM["Lisbon_1890",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[631.392,-66.551,481.442,-1.09,4.445,4.487,-4.43]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4666"]],PROJECTION["Bonne_(South_Orientated)"],PARAMETER["Latitude of natural origin",39.6666666666667],PARAMETER["Longitude of natural origin",-8.13190611111111],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","5017"]]
Read the full GeoServer guide →

How do I add EPSG:5017 to PostGIS?

Add the following definition to your PostGIS configuration:

INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (5017, 'EPSG', 5017, '', 'PROJCS["Lisbon 1890 / Portugal Bonne New",GEOGCS["Lisbon 1890",DATUM["Lisbon_1890",SPHEROID["Bessel 1841",6377397.155,299.1528128],TOWGS84[631.392,-66.551,481.442,-1.09,4.445,4.487,-4.43]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4666"]],PROJECTION["Bonne_(South_Orientated)"],PARAMETER["Latitude of natural origin",39.6666666666667],PARAMETER["Longitude of natural origin",-8.13190611111111],PARAMETER["False easting",0],PARAMETER["False northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","5017"]]');
Read the full PostGIS guide →