EPSG:8039 DEPRECATED

MSL height to MSL depth

Attributes

Data source: EPSG

Information source: IOGP

Revision date: 2017-10-11

Scope: Change of axis positive direction to facilitate transformation of heights or depths through concatenated operations.

Remarks: Change of axis positive direction from up to down.

Method: Height Depth Reversal

Area of use: World.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Height_Depth_Reversal"]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["MSL height to MSL depth",
    METHOD["Height Depth Reversal",
        ID["EPSG",1068]],
    ID["EPSG",8039]]

Definition: ESRI Well Known Text

PROJECTION["Height_Depth_Reversal"]

Definition: PROJ.4

+proj=axisswap +order=1,2,-3

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:8039","+proj=axisswap +order=1,2,-3");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "MSL height to MSL depth",
    "method": {
        "name": "Height Depth Reversal",
        "id": {
            "authority": "EPSG",
            "code": 1068
        }
    },
    "id": {
        "authority": "EPSG",
        "code": 8039
    }
}

Definition: GeoServer

8039=PROJECTION["Height_Depth_Reversal"]

Definition: MapServer - MAPfile

PROJECTION
	"proj=axisswap"
	"order=1,2,-3"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=axisswap +order=1,2,-3">
	<Layer srs="+proj=axisswap +order=1,2,-3">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 8039, 'EPSG', 8039, '+proj=axisswap +order=1,2,-3', 'PROJECTION["Height_Depth_Reversal"]');