Unit: metre
Geodetic CRS: IGN 2023 Mayotte height
Datum: IGN 2023 Mayotte
Data source: EPSG
Information source: Institut National de l'Information Géographique et Forestière (IGN), France.
Revision date: 2025-09-30
Scope: Geodesy, engineering survey, topographic mapping.
Remarks: Replaces Mayotte 1950 height (CRS code 5793).
Area of use: Mayotte - onshore.
Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.
Center coordinates
-12.83 45.16
Projected bounds:
-13.05 44.98
-12.61 45.35
WGS84 bounds:
44.98 -13.05
45.35 -12.61
Definition: OGC Well Known Text 2 (2019)
VERTCRS["IGN 2023 Mayotte height", VDATUM["IGN 2023 Mayotte"], CS[vertical,1], AXIS["gravity-related height (H)",up, LENGTHUNIT["metre",1]], USAGE[ SCOPE["Geodesy, engineering survey, topographic mapping."], AREA["Mayotte - onshore."], BBOX[-13.05,44.98,-12.61,45.35]], ID["EPSG",11157]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "VerticalCRS", "name": "IGN 2023 Mayotte height", "datum": { "type": "VerticalReferenceFrame", "name": "IGN 2023 Mayotte" }, "coordinate_system": { "subtype": "vertical", "axis": [ { "name": "Gravity-related height", "abbreviation": "H", "direction": "up", "unit": "metre" } ] }, "scope": "Geodesy, engineering survey, topographic mapping.", "area": "Mayotte - onshore.", "bbox": { "south_latitude": -13.05, "west_longitude": 44.98, "north_latitude": -12.61, "east_longitude": 45.35 }, "id": { "authority": "EPSG", "code": 11157 } }
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 ( 11157, 'EPSG', 11157, '+vunits=m +no_defs +type=crs', 'VERT_CS["IGN 2023 Mayotte height",VERT_DATUM["IGN 2023 Mayotte",2005,AUTHORITY["EPSG","1443"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","11157"]]');