EPSG
IOGP Guidance Note #373-24.
2017-10-08
Height to depth or depth to height conversions.
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.
(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>