Geodetic CRS: RGM23 + IGN 2023 Mayotte height
Data source: EPSG
Information source: Institut National de l'Information Géographique et Forestière (IGN), France.
Revision date: 2025-09-30
Scope: Reversible geoid model transformation.
Area of use: Mayotte - onshore.
Center coordinates
45.16 -12.83
Projected bounds:
44.98 -13.05
45.35 -12.61
WGS84 bounds:
44.98 -13.05
45.35 -12.61
Definition: OGC Well Known Text
COMPD_CS["RGM23 + IGN 2023 Mayotte height", GEOGCS["RGM23", DATUM["Mayotte_Geodetic_Reference_Frame_2023", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","1389"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","10671"]], 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"]], AUTHORITY["EPSG","11158"]]
Definition: OGC Well Known Text 2 (2019)
COMPOUNDCRS["RGM23 + IGN 2023 Mayotte height", GEOGCRS["RGM23", DATUM["Mayotte Geodetic Reference Frame 2023", ELLIPSOID["GRS 1980",6378137,298.257222101, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]]], VERTCRS["IGN 2023 Mayotte height", VDATUM["IGN 2023 Mayotte"], CS[vertical,1], AXIS["gravity-related height (H)",up, LENGTHUNIT["metre",1]]], USAGE[ SCOPE["Reversible geoid model transformation."], AREA["Mayotte - onshore."], BBOX[-13.05,44.98,-12.61,45.35]], ID["EPSG",11158]]
Definition: ESRI Well Known Text
GEOGCS["GCS_RGM23", DATUM["Mayotte_Geodetic_Reference_Frame_2023", SPHEROID["GRS_1980",6378137.0,298.257222101]], PRIMEM["Greenwich",0.0], UNIT["Degree",0.0174532925199433]], VERTCS["IGN_2023_Mayotte_height", VDATUM["IGN_2023_Mayotte"], PARAMETER["Vertical_Shift",0.0], PARAMETER["Direction",1.0], UNIT["Meter",1.0]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "CompoundCRS", "name": "RGM23 + IGN 2023 Mayotte height", "components": [ { "type": "GeographicCRS", "name": "RGM23", "datum": { "type": "GeodeticReferenceFrame", "name": "Mayotte Geodetic Reference Frame 2023", "ellipsoid": { "name": "GRS 1980", "semi_major_axis": 6378137, "inverse_flattening": 298.257222101 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] } }, { "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": "Reversible geoid model transformation.", "area": "Mayotte - onshore.", "bbox": { "south_latitude": -13.05, "west_longitude": 44.98, "north_latitude": -12.61, "east_longitude": 45.35 }, "id": { "authority": "EPSG", "code": 11158 } }
Definition: GeoServer
11158=COMPD_CS["RGM23 + IGN 2023 Mayotte height",GEOGCS["RGM23",DATUM["Mayotte_Geodetic_Reference_Frame_2023",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1389"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10671"]],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"]],AUTHORITY["EPSG","11158"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 11158, 'EPSG', 11158, '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs', 'COMPD_CS["RGM23 + IGN 2023 Mayotte height",GEOGCS["RGM23",DATUM["Mayotte_Geodetic_Reference_Frame_2023",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1389"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10671"]],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"]],AUTHORITY["EPSG","11158"]]');