EPSG:9458

AVWS height

Attributes

Unit: metre

Geodetic CRS: AVWS height

Datum: Australian Vertical Working Surface

Data source: EPSG

Information source: Australian Vertical Working Surface (AVWS) Technical Implementation Plan v1.2, 26th August 2020, ANZLIC Intergovernmental Committee on Surveying and Mapping (ICSM) (http://www.icsm.gov.au).

Revision date: 2021-12-03

Scope: Geodesy, hydrography, transfer of accurate heights over distances greater than 10km.

Remarks: For cadastral and local engineering applications see AHD height (CRS code 5711). AVWS is more accurate than AHD for applications over distances greater than 10 km.

Area of use: Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.

Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.

Center coordinates
-34.51 133.38

Projected bounds:
-60.55 93.41
-8.47 173.34

WGS84 bounds:
93.41 -60.55
173.34 -8.47

Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.
MapTiler banner

Definition: OGC Well Known Text

VERT_CS["AVWS height",
    VERT_DATUM["Australian Vertical Working Surface",2005,
        AUTHORITY["EPSG","1292"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","9458"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["AVWS height",
    VDATUM["Australian Vertical Working Surface"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Geodesy, hydrography, transfer of accurate heights over distances greater than 10km."],
        AREA["Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore."],
        BBOX[-60.55,93.41,-8.47,173.34]],
    ID["EPSG",9458]]

Definition: ESRI Well Known Text

VERTCS["AVWS_height",
    VDATUM["Australian_Vertical_Working_Surface"],
    PARAMETER["Vertical_Shift",0.0],
    PARAMETER["Direction",1.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+vunits=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:9458","+vunits=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "AVWS height",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Australian Vertical Working Surface"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Gravity-related height",
                "abbreviation": "H",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Geodesy, hydrography, transfer of accurate heights over distances greater than 10km.",
    "area": "Australia including Lord Howe Island, Macquarie Island, Ashmore and Cartier Islands, Christmas Island, Cocos (Keeling) Islands, Norfolk Island. All onshore and offshore.",
    "bbox": {
        "south_latitude": -60.55,
        "west_longitude": 93.41,
        "north_latitude": -8.47,
        "east_longitude": 173.34
    },
    "id": {
        "authority": "EPSG",
        "code": 9458
    }
}

Definition: GeoServer

9458=VERT_CS["AVWS height",VERT_DATUM["Australian Vertical Working Surface",2005,AUTHORITY["EPSG","1292"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","9458"]]

Definition: MapServer - MAPfile

PROJECTION
	"vunits=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+vunits=m +no_defs +type=crs">
	<Layer srs="+vunits=m +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 9458, 'EPSG', 9458, '+vunits=m +no_defs +type=crs', 'VERT_CS["AVWS height",VERT_DATUM["Australian Vertical Working Surface",2005,AUTHORITY["EPSG","1292"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","9458"]]');