Name: Moorea 87 to WGS 84 (2)
Method: Position Vector transformation (geog2D domain)
Remarks: Concatenation of Moorea 87 to RGPF (2) and RGPF to WGS 84 (1) (CT codes 8831 and 8828).
Information source: Gouvernement de la Polynésie Française, Service de l'Urbanisme, Section topographie.
Revision date: 2020-03-14
Unit: degree (supplier to define representation)
Geodetic CRS: Moorea 87
Datum: Moorea 87
Ellipsoid: International 1924
Prime meridian: Greenwich
Data source: EPSG
Information source: Gouvernement de la Polynésie Française, Service de l'Urbanisme, Section topographie.
Revision date: 2005-08-12
Scope: Hydrography, topographic mapping.
Remarks: Replaces Tahiti 52 (CRS code 4628) in Moorea. Replaced by RGPF (CRS code 4687).
Area of use: French Polynesia - Society Islands - Moorea.
Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Center coordinates
-149.86 -17.52
WGS84 bounds:
-150.0 -17.63
-149.73 -17.41
Definition: OGC Well Known Text
GEOGCS["Moorea 87", DATUM["Moorea_87", SPHEROID["International 1924",6378388,297], TOWGS84[218.769,150.75,176.75,3.5231,2.0037,1.288,10.9817]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4691"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Moorea 87", DATUM["Moorea 87", ELLIPSOID["International 1924",6378388,297, 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]], USAGE[ SCOPE["Hydrography, topographic mapping."], AREA["French Polynesia - Society Islands - Moorea."], BBOX[-17.63,-150,-17.41,-149.73]], ID["EPSG",4691]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Moorea 87", "datum": { "type": "GeodeticReferenceFrame", "name": "Moorea 87", "ellipsoid": { "name": "International 1924", "semi_major_axis": 6378388, "inverse_flattening": 297 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "scope": "Hydrography, topographic mapping.", "area": "French Polynesia - Society Islands - Moorea.", "bbox": { "south_latitude": -17.63, "west_longitude": -150, "north_latitude": -17.41, "east_longitude": -149.73 }, "id": { "authority": "EPSG", "code": 4691 } }
Definition: GeoServer
4691=GEOGCS["Moorea 87",DATUM["Moorea_87",SPHEROID["International 1924",6378388,297],TOWGS84[218.769,150.75,176.75,3.5231,2.0037,1.288,10.9817]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4691"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=intl +towgs84=218.769,150.75,176.75,3.5231,2.0037,1.288,10.9817 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=intl +towgs84=218.769,150.75,176.75,3.5231,2.0037,1.288,10.9817 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4691, 'EPSG', 4691, '+proj=longlat +ellps=intl +towgs84=218.769,150.75,176.75,3.5231,2.0037,1.288,10.9817 +no_defs +type=crs', 'GEOGCS["Moorea 87",DATUM["Moorea_87",SPHEROID["International 1924",6378388,297],TOWGS84[218.769,150.75,176.75,3.5231,2.0037,1.288,10.9817]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4691"]]');