EPSG:7873

EGM96 height to POM96 height (1)

Attributes

Geodetic CRS: EGM96 height

Datum: EGM96 geoid

Data source: EPSG

Information source: Quickclose Geomatics.

Revision date: 2016-11-04

Scope: Derivation of gravity-related heights from GNSS observations.

Remarks: Defines POM96 heights.

Method: Vertical Offset

Area of use: Papua New Guinea - onshore - Gulf province east of 144°24'E, Central province and National Capital District.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["EGM96 height to POM96 height (1)",
    VERSION["QC-Png Gulf-Cen"],
    SOURCECRS[
        VERTCRS["EGM96 height",
            VDATUM["EGM96 geoid"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5773]]],
    TARGETCRS[
        VERTCRS["POM96 height",
            VDATUM["Port Moresby 1996"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",7832]]],
    METHOD["Vertical Offset",
        ID["EPSG",9616]],
    PARAMETER["Vertical Offset",-1.58,
        LENGTHUNIT["metre",1],
        ID["EPSG",8603]],
    OPERATIONACCURACY[0.0],
    USAGE[
        SCOPE["Derivation of gravity-related heights from GNSS observations."],
        AREA["Papua New Guinea - onshore - Gulf province east of 144°24'E, Central province and National Capital District."],
        BBOX[-10.42,144.4,-6.67,149.67]],
    ID["EPSG",7873],
    REMARK["Defines POM96 heights."]]

Definition: PROJ.4

+proj=geogoffset +dh=-1.58

Definition: JavaScript (Proj4js)

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

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "EGM96 height to POM96 height (1)",
    "source_crs": {
        "type": "VerticalCRS",
        "name": "EGM96 height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "EGM96 geoid"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5773
        }
    },
    "target_crs": {
        "type": "VerticalCRS",
        "name": "POM96 height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "Port Moresby 1996"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 7832
        }
    },
    "method": {
        "name": "Vertical Offset",
        "id": {
            "authority": "EPSG",
            "code": 9616
        }
    },
    "parameters": [
        {
            "name": "Vertical Offset",
            "value": -1.58,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8603
            }
        }
    ],
    "accuracy": "0.0",
    "scope": "Derivation of gravity-related heights from GNSS observations.",
    "area": "Papua New Guinea - onshore - Gulf province east of 144°24'E, Central province and National Capital District.",
    "bbox": {
        "south_latitude": -10.42,
        "west_longitude": 144.4,
        "north_latitude": -6.67,
        "east_longitude": 149.67
    },
    "id": {
        "authority": "EPSG",
        "code": 7873
    },
    "remarks": "Defines POM96 heights."
}

Definition: MapServer - MAPfile

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

Definition: Mapnik

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

Definition: SQL (PostGIS)

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