Position Vector transformation (geog2D domain)
Concatenation of Fatu Iva 72 to RGPF (1) and RGPF to WGS 84 (1) (CT codes 8835 and 8828).
Gouvernement de la Polynésie Française, Service de l'Urbanisme, Section topographie.
2020-03-14
degree (supplier to define representation)
EPSG
Gouvernement de la Polynésie Française, Service de l'Urbanisme, Section topographie.
2005-08-12
Hydrography, topographic mapping.
Recomputed by IGN in 1972 using origin and observations of 1953-1955 Mission Hydrographique des Etablissement Francais d'Oceanie (MHEFO 55). Replaced by RGPF, CRS code 4687.
French Polynesia - Marquesas Islands - Fatu Hiva.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["Fatu Iva 72", DATUM["Fatu_Iva_72", SPHEROID["International 1924",6378388,297], TOWGS84[347.175,1077.618,2623.677,33.9058,-70.6776,9.4013,186.0647]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4688"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Fatu Iva 72", DATUM["Fatu Iva 72", 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 - Marquesas Islands - Fatu Hiva."], BBOX[-10.6,-138.75,-10.36,-138.54]], ID["EPSG",4688]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Fatu Iva 72", "datum": { "type": "GeodeticReferenceFrame", "name": "Fatu Iva 72", "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 - Marquesas Islands - Fatu Hiva.", "bbox": { "south_latitude": -10.6, "west_longitude": -138.75, "north_latitude": -10.36, "east_longitude": -138.54 }, "id": { "authority": "EPSG", "code": 4688 } }
Definition: GeoServer
4688=GEOGCS["Fatu Iva 72",DATUM["Fatu_Iva_72",SPHEROID["International 1924",6378388,297],TOWGS84[347.175,1077.618,2623.677,33.9058,-70.6776,9.4013,186.0647]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4688"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=intl +towgs84=347.175,1077.618,2623.677,33.9058,-70.6776,9.4013,186.0647 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=intl +towgs84=347.175,1077.618,2623.677,33.9058,-70.6776,9.4013,186.0647 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4688, 'EPSG', 4688, '+proj=longlat +ellps=intl +towgs84=347.175,1077.618,2623.677,33.9058,-70.6776,9.4013,186.0647 +no_defs +type=crs', 'GEOGCS["Fatu Iva 72",DATUM["Fatu_Iva_72",SPHEROID["International 1924",6378388,297],TOWGS84[347.175,1077.618,2623.677,33.9058,-70.6776,9.4013,186.0647]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4688"]]');