Name: IGN63 Hiva Oa to WGS 84 (3)
Method: Position Vector transformation (geog2D domain)
Remarks: Concatenation of IGN63 Hiva Oa to RGPF (1) and RGPF to WGS 84 (1) (CT codes 8843 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: IGN63 Hiva Oa
Datum: IGN63 Hiva Oa
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: Replaced by RGPF, CRS code 4687.
Area of use: French Polynesia - Marquesas Islands - Hiva Oa and Tahuata.
Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Center coordinates
-138.99 -9.77
WGS84 bounds:
-139.23 -9.89
-138.75 -9.64
Definition: OGC Well Known Text
GEOGCS["IGN63 Hiva Oa", DATUM["IGN63_Hiva_Oa", SPHEROID["International 1924",6378388,297], TOWGS84[410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4689"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["IGN63 Hiva Oa", DATUM["IGN63 Hiva Oa", 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 - Hiva Oa and Tahuata."], BBOX[-10.08,-139.23,-9.64,-138.75]], ID["EPSG",4689]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "IGN63 Hiva Oa", "datum": { "type": "GeodeticReferenceFrame", "name": "IGN63 Hiva Oa", "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 - Hiva Oa and Tahuata.", "bbox": { "south_latitude": -10.08, "west_longitude": -139.23, "north_latitude": -9.64, "east_longitude": -138.75 }, "id": { "authority": "EPSG", "code": 4689 } }
Definition: GeoServer
4689=GEOGCS["IGN63 Hiva Oa",DATUM["IGN63_Hiva_Oa",SPHEROID["International 1924",6378388,297],TOWGS84[410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4689"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=intl +towgs84=410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=intl +towgs84=410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4689, 'EPSG', 4689, '+proj=longlat +ellps=intl +towgs84=410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218 +no_defs +type=crs', 'GEOGCS["IGN63 Hiva Oa",DATUM["IGN63_Hiva_Oa",SPHEROID["International 1924",6378388,297],TOWGS84[410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4689"]]');