EPSG:5414 DEPRECATED

KOC WD to Kuwait PWD (1)

Attributes

Geodetic CRS: KOC WD height

Datum: KOC Well Datum

Data source: EPSG

Information source: KOC

Revision date: 2006-10-13

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

Remarks: Well datum is 4.25m above PWD datum.

Method: Vertical Offset

Area of use: Kuwait - onshore and offshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["KOC WD to Kuwait PWD (1)",
    VERSION["KOC-Kwt"],
    SOURCECRS[
        VERTCRS["KOC WD depth",
            VDATUM["KOC Well Datum"],
            CS[vertical,1],
                AXIS["depth (D)",down,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5789]]],
    TARGETCRS[
        VERTCRS["Kuwait PWD height",
            VDATUM["Kuwait PWD"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5788]]],
    METHOD["Vertical Offset",
        ID["EPSG",9616]],
    PARAMETER["Vertical Offset",-4.25,
        LENGTHUNIT["metre",1],
        ID["EPSG",8603]],
    OPERATIONACCURACY[0.1],
    USAGE[
        SCOPE["Change of height to a different vertical reference surface."],
        AREA["Kuwait - onshore and offshore."],
        BBOX[28.53,46.54,30.09,49.53]],
    ID["EPSG",5414],
    REMARK["Well datum is 4.25m above PWD datum."]]

Definition: PROJ.4

+proj=geogoffset +dh=-4.25

Definition: JavaScript (Proj4js)

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

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "KOC WD to Kuwait PWD (1)",
    "source_crs": {
        "type": "VerticalCRS",
        "name": "KOC WD depth",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "KOC Well Datum"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Depth",
                    "abbreviation": "D",
                    "direction": "down",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5789
        }
    },
    "target_crs": {
        "type": "VerticalCRS",
        "name": "Kuwait PWD height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "Kuwait PWD"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5788
        }
    },
    "method": {
        "name": "Vertical Offset",
        "id": {
            "authority": "EPSG",
            "code": 9616
        }
    },
    "parameters": [
        {
            "name": "Vertical Offset",
            "value": -4.25,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8603
            }
        }
    ],
    "accuracy": "0.1",
    "scope": "Change of height to a different vertical reference surface.",
    "area": "Kuwait - onshore and offshore.",
    "bbox": {
        "south_latitude": 28.53,
        "west_longitude": 46.54,
        "north_latitude": 30.09,
        "east_longitude": 49.53
    },
    "id": {
        "authority": "EPSG",
        "code": 5414
    },
    "remarks": "Well datum is 4.25m above PWD datum."
}

Definition: MapServer - MAPfile

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

Definition: Mapnik

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

Definition: SQL (PostGIS)

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