EPSG:4688

Fatu Iva 72

Available transformations
to EPSG:4326
EPSG:4326 - WGS 84

Selected transformation

Method: Position Vector transformation (geog2D domain)

Remarks: Concatenation of Fatu Iva 72 to RGPF (1) and RGPF to WGS 84 (1) (CT codes 8835 and 8828).

Information source: Gouvernement de la Polynésie Française, Service de l'Urbanisme, Section topographie.

Revision date: 2020-03-14

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Fatu Iva 72

Datum: Fatu Iva 72

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: 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.

Area of use: French Polynesia - Marquesas Islands - Fatu Hiva.

Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree

Center coordinates
-138.64 -10.48

WGS84 bounds:
-138.75 -10.6
-138.54 -10.36

French Polynesia - Marquesas Islands - Fatu Hiva.
MapTiler banner

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: ESRI Well Known Text

GEOGCS["GCS_Fatu_Iva_1972",
    DATUM["D_Fatu_Iva_1972",
        SPHEROID["International_1924",6378388.0,297.0]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=intl +towgs84=347.175,1077.618,2623.677,33.9058,-70.6776,9.4013,186.0647 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("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");

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: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=intl"
	"towgs84=347.175,1077.618,2623.677,33.9058,-70.6776,9.4013,186.0647"
	"no_defs"
	"type=crs"
END

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"]]');