EPSG:7813

Vertical Axis Unit Conversion

Attributes

Data source: EPSG

Information source: IOGP Guidance Note #373-24.

Revision date: 2021-04-20

Scope: Change of height or depth unit.

Remarks: Source and target CRSs both must have the same axis direction (both up or both down).

Method: Change of Vertical Unit

Area of use: World.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Change_of_Vertical_Unit"]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Vertical Axis Unit Conversion",
    METHOD["Change of Vertical Unit",
        ID["EPSG",1104]],
    ID["EPSG",7813]]

Definition: ESRI Well Known Text

PROJECTION["Change_of_Vertical_Unit"]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "Vertical Axis Unit Conversion",
    "method": {
        "name": "Change of Vertical Unit",
        "id": {
            "authority": "EPSG",
            "code": 1104
        }
    },
    "id": {
        "authority": "EPSG",
        "code": 7813
    }
}

Definition: GeoServer

7813=PROJECTION["Change_of_Vertical_Unit"]

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 7813, 'EPSG', 7813, 'None', 'PROJECTION["Change_of_Vertical_Unit"]');