EPSG:5419

NGF IGN69 height to EVRF2000 height (1)

Attributes

Geodetic CRS: NGF-IGN69 height

Datum: Nivellement General de la France - IGN69

Data source: EPSG

Information source: EuroGeographics, http://crs.bkg.bund.de/crs-eu/

Revision date: 2020-04-30

Scope: Change of height to a different vertical reference surface.

Remarks: Determined at 8 points. RMS residual 0.005m, maximum residual 0.010m. The IGN69 vertical reference surface is below the EVRF2000 vertical reference surface.

Method: Vertical Offset

Area of use: France - mainland onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["NGF IGN69 height to EVRF2000 height (1)",
    VERSION["EuG-Fra"],
    SOURCECRS[
        VERTCRS["NGF-IGN69 height",
            VDATUM["Nivellement General de la France - IGN69"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5720]]],
    TARGETCRS[
        VERTCRS["EVRF2000 height",
            VDATUM["European Vertical Reference Frame 2000"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5730]]],
    METHOD["Vertical Offset",
        ID["EPSG",9616]],
    PARAMETER["Vertical Offset",-0.486,
        LENGTHUNIT["metre",1],
        ID["EPSG",8603]],
    OPERATIONACCURACY[0.1],
    USAGE[
        SCOPE["Change of height to a different vertical reference surface."],
        AREA["France - mainland onshore."],
        BBOX[42.33,-4.87,51.14,8.23]],
    ID["EPSG",5419],
    REMARK["Determined at 8 points. RMS residual 0.005m, maximum residual 0.010m. The IGN69 vertical reference surface is below the EVRF2000 vertical reference surface."]]

Definition: PROJ.4

+proj=geogoffset +dh=-0.486

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:5419","+proj=geogoffset +dh=-0.486");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "NGF IGN69 height to EVRF2000 height (1)",
    "source_crs": {
        "type": "VerticalCRS",
        "name": "NGF-IGN69 height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "Nivellement General de la France - IGN69"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5720
        }
    },
    "target_crs": {
        "type": "VerticalCRS",
        "name": "EVRF2000 height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "European Vertical Reference Frame 2000"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5730
        }
    },
    "method": {
        "name": "Vertical Offset",
        "id": {
            "authority": "EPSG",
            "code": 9616
        }
    },
    "parameters": [
        {
            "name": "Vertical Offset",
            "value": -0.486,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8603
            }
        }
    ],
    "accuracy": "0.1",
    "scope": "Change of height to a different vertical reference surface.",
    "area": "France - mainland onshore.",
    "bbox": {
        "south_latitude": 42.33,
        "west_longitude": -4.87,
        "north_latitude": 51.14,
        "east_longitude": 8.23
    },
    "id": {
        "authority": "EPSG",
        "code": 5419
    },
    "remarks": "Determined at 8 points. RMS residual 0.005m, maximum residual 0.010m. The IGN69 vertical reference surface is below the EVRF2000 vertical reference surface."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=geogoffset"
	"dh=-0.486"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=geogoffset +dh=-0.486">
	<Layer srs="+proj=geogoffset +dh=-0.486">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5419, 'EPSG', 5419, '+proj=geogoffset +dh=-0.486', 'None');