Unit: metre
Geodetic CRS: Mallorca height
Datum: Mallorca
Data source: EPSG
Information source: National Geographic Institute of Spain (IGN), http://www.ign.es
Revision date: 2020-06-27
Scope: Geodesy, engineering survey, topographic mapping.
Area of use: Spain - Balearic Islands - Mallorca onshore.
Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.
Center coordinates
39.55 2.89
Projected bounds:
39.07 2.23
40.02 3.55
WGS84 bounds:
2.23 39.07
3.55 40.02
Definition: OGC Well Known Text 2 (2019)
VERTCRS["Mallorca height", VDATUM["Mallorca"], CS[vertical,1], AXIS["gravity-related height (H)",up, LENGTHUNIT["metre",1]], USAGE[ SCOPE["Geodesy, engineering survey, topographic mapping."], AREA["Spain - Balearic Islands - Mallorca onshore."], BBOX[39.07,2.23,40.02,3.55]], ID["EPSG",9392]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "VerticalCRS", "name": "Mallorca height", "datum": { "type": "VerticalReferenceFrame", "name": "Mallorca" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Gravity-related height", "abbreviation": "H", "direction": "up", "unit": "metre" } ] }, "scope": "Geodesy, engineering survey, topographic mapping.", "area": "Spain - Balearic Islands - Mallorca onshore.", "bbox": { "south_latitude": 39.07, "west_longitude": 2.23, "north_latitude": 40.02, "east_longitude": 3.55 }, "id": { "authority": "EPSG", "code": 9392 } }
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 ( 9392, 'EPSG', 9392, '+vunits=m +no_defs +type=crs', 'VERT_CS["Mallorca height",VERT_DATUM["Mallorca",2005,AUTHORITY["EPSG","1275"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","9392"]]');