EPSG:4449

NZVD2009 height to Lyttelton 1937 height (1)

Attributes

Geodetic CRS: NZVD2009 height

Datum: New Zealand Vertical Datum 2009

Data source: EPSG

Information source: Land Information New Zealand (LINZ) standard S25004.

Revision date: 2011-01-25

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

Remarks: Accuracy 0.09m (1 sigma).

Method: Vertical Offset

Area of use: New Zealand - South Island - between approximately 41°20'S and 45°S - Lyttleton vertical CRS area.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["NZVD2009 height to Lyttelton 1937 height (1)",
    VERSION["LINZ-NZ LYTT"],
    SOURCECRS[
        VERTCRS["NZVD2009 height",
            VDATUM["New Zealand Vertical Datum 2009"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",4440]]],
    TARGETCRS[
        VERTCRS["Lyttelton 1937 height",
            VDATUM["Lyttelton 1937"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5763]]],
    METHOD["Vertical Offset",
        ID["EPSG",9616]],
    PARAMETER["Vertical Offset",0.47,
        LENGTHUNIT["metre",1],
        ID["EPSG",8603]],
    OPERATIONACCURACY[0.09],
    USAGE[
        SCOPE["Change of height to a different vertical reference surface."],
        AREA["New Zealand - South Island - between approximately 41°20'S and 45°S - Lyttleton vertical CRS area."],
        BBOX[-44.92,168.95,-41.6,173.77]],
    ID["EPSG",4449],
    REMARK["Accuracy 0.09m (1 sigma)."]]

Definition: PROJ.4

+proj=geogoffset +dh=0.47

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4449","+proj=geogoffset +dh=0.47");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.5/projjson.schema.json",
    "type": "Transformation",
    "name": "NZVD2009 height to Lyttelton 1937 height (1)",
    "source_crs": {
        "type": "VerticalCRS",
        "name": "NZVD2009 height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "New Zealand Vertical Datum 2009"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4440
        }
    },
    "target_crs": {
        "type": "VerticalCRS",
        "name": "Lyttelton 1937 height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "Lyttelton 1937"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5763
        }
    },
    "method": {
        "name": "Vertical Offset",
        "id": {
            "authority": "EPSG",
            "code": 9616
        }
    },
    "parameters": [
        {
            "name": "Vertical Offset",
            "value": 0.47,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8603
            }
        }
    ],
    "accuracy": "0.09",
    "scope": "Change of height to a different vertical reference surface.",
    "area": "New Zealand - South Island - between approximately 41°20'S and 45°S - Lyttleton vertical CRS area.",
    "bbox": {
        "south_latitude": -44.92,
        "west_longitude": 168.95,
        "north_latitude": -41.6,
        "east_longitude": 173.77
    },
    "id": {
        "authority": "EPSG",
        "code": 4449
    },
    "remarks": "Accuracy 0.09m (1 sigma)."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=geogoffset"
	"dh=0.47"
END

Definition: Mapnik

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

Definition: SQL (PostGIS)

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