EPSG:10588

CGVD28(HTv2.0) height

Attributes

Unit: metre

Geodetic CRS: CGVD28(HTv2.0) height

Datum: Canadian Geodetic Vertical Datum of 1928 (Height Transformation version 2.0)

Data source: EPSG

Information source: Geodetic Survey Division, Natural Resources Canada.

Revision date: 2024-10-09

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

Remarks: Hybrid geoid realization of CGVD28. Defines CGVD28 where the levelling-based CGVD28 network (CRS 5713) does not exist. Both CGVD28 height and CGVD28(HTv2.0) height replaced by CGVD2013 height then by CGVD2013a height at epochs 1997.0, 2002.0 and 2010.0.

Area of use: Canada - onshore and offshore between 41°N and 84°N and west of 48°W - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.

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

MapTiler banner

Definition: OGC Well Known Text

VERT_CS["CGVD28(HTv2.0) height",
    VERT_DATUM["Canadian Geodetic Vertical Datum of 1928 (Height Transformation version 2.0)",2005,
        AUTHORITY["EPSG","1384"]],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","10588"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["CGVD28(HTv2.0) height",
    VDATUM["Canadian Geodetic Vertical Datum of 1928 (Height Transformation version 2.0)",
        ANCHOREPOCH[1997]],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Derivation of approximate gravity-related heights from GNSS observations."],
        AREA["Canada - onshore and offshore between 41°N and 84°N and west of 48°W - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon."],
        BBOX[41,-141.01,84,-48]],
    ID["EPSG",10588]]

Definition: ESRI Well Known Text

VERTCS["CGVD28_HTv2_0_height",
    VDATUM["Canadian_Geodetic_Vertical_Datum_of_1928_Height_Transformation_version_2_0"],
    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:10588","+vunits=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "CGVD28(HTv2.0) height",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Canadian Geodetic Vertical Datum of 1928 (Height Transformation version 2.0)",
        "anchor_epoch": 1997
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Gravity-related height",
                "abbreviation": "H",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Derivation of approximate gravity-related heights from GNSS observations.",
    "area": "Canada - onshore and offshore between 41°N and 84°N and west of 48°W - Alberta; British Columbia; Manitoba; New Brunswick; Newfoundland and Labrador; Northwest Territories; Nova Scotia; Nunavut; Ontario; Prince Edward Island; Quebec; Saskatchewan; Yukon.",
    "bbox": {
        "south_latitude": 41,
        "west_longitude": -141.01,
        "north_latitude": 84,
        "east_longitude": -48
    },
    "id": {
        "authority": "EPSG",
        "code": 10588
    }
}

Definition: GeoServer

10588=VERT_CS["CGVD28(HTv2.0) height",VERT_DATUM["Canadian Geodetic Vertical Datum of 1928 (Height Transformation version 2.0)",2005,AUTHORITY["EPSG","1384"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","10588"]]

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 ( 10588, 'EPSG', 10588, '+vunits=m +no_defs +type=crs', 'VERT_CS["CGVD28(HTv2.0) height",VERT_DATUM["Canadian Geodetic Vertical Datum of 1928 (Height Transformation version 2.0)",2005,AUTHORITY["EPSG","1384"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","10588"]]');