Data source: EPSG
Information source: IOGP Guidance Note #373-24.
Revision date: 2017-10-08
Scope: Height to depth or depth to height conversions.
Remarks: This is a parameter-less conversion to reverse the positive direction of the axis of a vertical CRS. Source and target CRSs must both have the same unit of measure.
Method: Height Depth Reversal
Area of use: World.
Description: (0,)
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Conversion", "name": "Height <> Depth Conversion", "method": { "name": "Height Depth Reversal", "id": { "authority": "EPSG", "code": 1068 } }, "id": { "authority": "EPSG", "code": 7812 } }
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>