EPSG:10410

Ponta Delgada height to ZH Portugal depth (1)

Attributes

Geodetic CRS: Ponta Delgada height

Datum: Ponta Delgada

Data source: EPSG

Information source: Instituto Hidrográfico, https://www.hidrografico.pt/

Revision date: 2023-08-07

Steps of transformation: 7812 10390

Scope: Hydrography and nautical charting.

Remarks: Offshore of S. Miguel island the Zero Hidrografico (CD Portugal) surface is defined to be 1.0m below the Ponta Delgada vertical reference surface.

Area of use: Portugal - eastern Azores - Sao Miguel island - nearshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

CONCATENATEDOPERATION["Ponta Delgada height to ZH Portugal depth (1)",
    VERSION["IH-Por S Miguel"],
    SOURCECRS[
        VERTCRS["Ponta Delgada height",
            VDATUM["Ponta Delgada"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",6187]]],
    TARGETCRS[
        VERTCRS["ZH Portugal depth",
            VDATUM["Chart Datum Portugal "],
            CS[vertical,1],
                AXIS["depth (D)",down,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",10349]]],
    STEP[
        CONVERSION["Height <> Depth Conversion",
            METHOD["Height Depth Reversal",
                ID["EPSG",1068]],
            ID["EPSG",7812]]],
    STEP[
        COORDINATEOPERATION["Ponta Delgada depth to ZH Portugal depth (1)",
            VERSION["IH-Por S Miguel"],
            SOURCECRS[
                VERTCRS["Ponta Delgada depth",
                    VDATUM["Ponta Delgada"],
                    CS[vertical,1],
                        AXIS["depth (D)",down,
                            LENGTHUNIT["metre",1]],
                    ID["EPSG",10378]]],
            TARGETCRS[
                VERTCRS["ZH Portugal depth",
                    VDATUM["Chart Datum Portugal "],
                    CS[vertical,1],
                        AXIS["depth (D)",down,
                            LENGTHUNIT["metre",1]],
                    ID["EPSG",10349]]],
            METHOD["Vertical Offset",
                ID["EPSG",9616]],
            PARAMETER["Vertical Offset",-1,
                LENGTHUNIT["metre",1],
                ID["EPSG",8603]],
            OPERATIONACCURACY[0.0],
            ID["EPSG",10390],
            REMARK["Offshore of S. Miguel island the Zero Hidrografico (CD Portugal) surface is defined to be 1.0m below the Ponta Delgada vertical reference surface."]]],
    OPERATIONACCURACY[0.0],
    USAGE[
        SCOPE["Hydrography and nautical charting."],
        AREA["Portugal - eastern Azores - Sao Miguel island - nearshore."],
        BBOX[37.65,-25.92,37.97,-25.07]],
    ID["EPSG",10410],
    REMARK["Offshore of S. Miguel island the Zero Hidrografico (CD Portugal) surface is defined to be 1.0m below the Ponta Delgada vertical reference surface."]]

Definition: PROJ.4

+proj=pipeline +step +proj=axisswap +order=1,2,-3 +step +proj=geogoffset +dh=-1

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:10410","+proj=pipeline +step +proj=axisswap +order=1,2,-3 +step +proj=geogoffset +dh=-1");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "ConcatenatedOperation",
    "name": "Ponta Delgada height to ZH Portugal depth (1)",
    "source_crs": {
        "type": "VerticalCRS",
        "name": "Ponta Delgada height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "Ponta Delgada"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 6187
        }
    },
    "target_crs": {
        "type": "VerticalCRS",
        "name": "ZH Portugal depth",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "Chart Datum Portugal "
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Depth",
                    "abbreviation": "D",
                    "direction": "down",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 10349
        }
    },
    "steps": [
        {
            "type": "Conversion",
            "name": "Height <> Depth Conversion",
            "method": {
                "name": "Height Depth Reversal",
                "id": {
                    "authority": "EPSG",
                    "code": 1068
                }
            },
            "id": {
                "authority": "EPSG",
                "code": 7812
            }
        },
        {
            "type": "Transformation",
            "name": "Ponta Delgada depth to ZH Portugal depth (1)",
            "source_crs": {
                "type": "VerticalCRS",
                "name": "Ponta Delgada depth",
                "datum": {
                    "type": "VerticalReferenceFrame",
                    "name": "Ponta Delgada"
                },
                "coordinate_system": {
                    "subtype": "vertical",
                    "axis": [
                        {
                            "name": "Depth",
                            "abbreviation": "D",
                            "direction": "down",
                            "unit": "metre"
                        }
                    ]
                },
                "id": {
                    "authority": "EPSG",
                    "code": 10378
                }
            },
            "target_crs": {
                "type": "VerticalCRS",
                "name": "ZH Portugal depth",
                "datum": {
                    "type": "VerticalReferenceFrame",
                    "name": "Chart Datum Portugal "
                },
                "coordinate_system": {
                    "subtype": "vertical",
                    "axis": [
                        {
                            "name": "Depth",
                            "abbreviation": "D",
                            "direction": "down",
                            "unit": "metre"
                        }
                    ]
                },
                "id": {
                    "authority": "EPSG",
                    "code": 10349
                }
            },
            "method": {
                "name": "Vertical Offset",
                "id": {
                    "authority": "EPSG",
                    "code": 9616
                }
            },
            "parameters": [
                {
                    "name": "Vertical Offset",
                    "value": -1,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8603
                    }
                }
            ],
            "accuracy": "0.0",
            "id": {
                "authority": "EPSG",
                "code": 10390
            },
            "remarks": "Offshore of S. Miguel island the Zero Hidrografico (CD Portugal) surface is defined to be 1.0m below the Ponta Delgada vertical reference surface."
        }
    ],
    "accuracy": "0.0",
    "scope": "Hydrography and nautical charting.",
    "area": "Portugal - eastern Azores - Sao Miguel island - nearshore.",
    "bbox": {
        "south_latitude": 37.65,
        "west_longitude": -25.92,
        "north_latitude": 37.97,
        "east_longitude": -25.07
    },
    "id": {
        "authority": "EPSG",
        "code": 10410
    },
    "remarks": "Offshore of S. Miguel island the Zero Hidrografico (CD Portugal) surface is defined to be 1.0m below the Ponta Delgada vertical reference surface."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=pipeline"
	"step"
	"proj=axisswap"
	"order=1,2,-3"
	"step"
	"proj=geogoffset"
	"dh=-1"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=pipeline +step +proj=axisswap +order=1,2,-3 +step +proj=geogoffset +dh=-1">
	<Layer srs="+proj=pipeline +step +proj=axisswap +order=1,2,-3 +step +proj=geogoffset +dh=-1">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10410, 'EPSG', 10410, '+proj=pipeline +step +proj=axisswap +order=1,2,-3 +step +proj=geogoffset +dh=-1', 'None');