EPSG:5019

Portugal Bonne New

Attributes

Data source: EPSG

Information source: Instituto Geografico Portugues; http://www.igeo.pt

Revision date: 2010-03-13

Scope: Topographic mapping (1:50,000).

Remarks: Replaces original definition referenced to Lisbon meridian (proj code 19979).

Method: Bonne (South Orientated)

Area of use: Portugal - mainland - onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

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]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Portugal Bonne New",
    METHOD["Bonne (South Orientated)",
        ID["EPSG",9828]],
    PARAMETER["Latitude of natural origin",39.6666666666667,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8801]],
    PARAMETER["Longitude of natural origin",-8.13190611111111,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8802]],
    PARAMETER["False easting",0,
        LENGTHUNIT["metre",1],
        ID["EPSG",8806]],
    PARAMETER["False northing",0,
        LENGTHUNIT["metre",1],
        ID["EPSG",8807]],
    ID["EPSG",5019]]

Definition: ESRI Well Known Text

PROJECTION["Bonne_(South_Orientated)"],
PARAMETER["Latitude of natural origin",39.6666666666667],
PARAMETER["Longitude of natural origin",-8.13190611111111],
PARAMETER["False easting",0.0],
PARAMETER["False northing",0.0]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "Portugal Bonne New",
    "method": {
        "name": "Bonne (South Orientated)",
        "id": {
            "authority": "EPSG",
            "code": 9828
        }
    },
    "parameters": [
        {
            "name": "Latitude of natural origin",
            "value": 39.6666666666667,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8801
            }
        },
        {
            "name": "Longitude of natural origin",
            "value": -8.13190611111111,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8802
            }
        },
        {
            "name": "False easting",
            "value": 0,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8806
            }
        },
        {
            "name": "False northing",
            "value": 0,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8807
            }
        }
    ],
    "id": {
        "authority": "EPSG",
        "code": 5019
    }
}

Definition: GeoServer

5019=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]

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5019, 'EPSG', 5019, 'None', '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]');