Intermediate stage in transformations - not used otherwise.
39.44 -31.2
39.3 -31.34
39.58 -31.07
-31.34 39.3
-31.07 39.58
Definition: OGC Well Known Text 2 (2019)
VERTCRS["Santa Cruz das Flores depth", VDATUM["Santa Cruz das Flores"], CS[vertical,1], AXIS["depth (D)",down, LENGTHUNIT["metre",1]], USAGE[ SCOPE["Intermediate stage in transformations - not used otherwise."], AREA["Portugal - western Azores - Flores island onshore."], BBOX[39.3,-31.34,39.58,-31.07]], ID["EPSG",10372]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "VerticalCRS", "name": "Santa Cruz das Flores depth", "datum": { "type": "VerticalReferenceFrame", "name": "Santa Cruz das Flores" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Depth", "abbreviation": "D", "direction": "down", "unit": "metre" } ] }, "scope": "Intermediate stage in transformations - not used otherwise.", "area": "Portugal - western Azores - Flores island onshore.", "bbox": { "south_latitude": 39.3, "west_longitude": -31.34, "north_latitude": 39.58, "east_longitude": -31.07 }, "id": { "authority": "EPSG", "code": 10372 } }
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 ( 10372, 'EPSG', 10372, '+vunits=m +no_defs +type=crs', 'VERT_CS["Santa Cruz das Flores depth",VERT_DATUM["Santa Cruz das Flores",2005,AUTHORITY["EPSG","1108"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","10372"]]');