Skip to content
transform

Convert IGN72 Nuku Hiva to RGPF

Convert coordinates from IGN72 Nuku Hiva (EPSG:4630) to RGPF (EPSG:4687) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4630-to-epsg-4687

Official EPSG transformations from IGN72 Nuku Hiva to RGPF

The EPSG Geodetic Parameter Dataset defines 3 transformations between IGN72 Nuku Hiva (EPSG:4630) and RGPF (EPSG:4687). Each applies to a specific area — pick the one whose area of use covers your data.

IGN72 Nuku Hiva to RGPF (1)

EPSG:8847±0.5 mBest accuracy
Method:
Position Vector transformation (geog2D domain)
Area of use:
French Polynesia - Marquesas Islands - Nuku Hiva
Scope:
Geodesy.
ParameterValueUnit
X-axis translation(tx)165.732metre
Y-axis translation(ty)216.72metre
Z-axis translation(tz)180.505metre
X-axis rotation(rx)-0.6434arc-second
Y-axis rotation(ry)-0.4512arc-second
Z-axis rotation(rz)-0.0791arc-second
Scale difference(ds)7.4204parts per million

IGN72 Nuku Hiva to RGPF (3)

EPSG:8851±0.5 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
French Polynesia - Marquesas Islands - Ua Pou
Scope:
Geodesy.
ParameterValueUnit
X-axis translation(tx)259.551metre
Y-axis translation(ty)297.612metre
Z-axis translation(tz)197.833metre
X-axis rotation(rx)1.4866arc-second
Y-axis rotation(ry)2.1224arc-second
Z-axis rotation(rz)0.4612arc-second
Scale difference(ds)27.0249parts per million

IGN72 Nuku Hiva to RGPF (2)

EPSG:8849±2 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
French Polynesia - Marquesas Islands - Ua Huka
Scope:
Geodesy.
ParameterValueUnit
X-axis translation(tx)1363.785metre
Y-axis translation(ty)1362.687metre
Z-axis translation(tz)398.811metre
X-axis rotation(rx)-4.5322arc-second
Y-axis rotation(ry)-6.7579arc-second
Z-axis rotation(rz)-1.0574arc-second
Scale difference(ds)268.361parts per million

Convert EPSG:4630 to EPSG:4687 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:4630", "EPSG:4687", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)

Source: EPSG:4630IGN72 Nuku Hiva

geographic system using latitude and longitude on an ellipsoid · Area of use: French Polynesia - Marquesas Islands - Nuku Hiva, Ua Huka and Ua Pou

+proj=longlat +ellps=intl +towgs84=84,274,65,0,0,0,0 +no_defs +type=crs
More about EPSG:4630

Target: EPSG:4687RGPF

geographic system using latitude and longitude on an ellipsoid · Area of use: French Polynesia

+proj=longlat +ellps=GRS80 +no_defs +type=crs
More about EPSG:4687

Frequently asked questions

How accurate is converting IGN72 Nuku Hiva to RGPF?
The most accurate official EPSG transformation between these systems is accurate to about ±0.5 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation in a desktop GIS.
Does my data leave the browser when I use this converter?
No. All coordinate transformations are computed locally in your browser using proj4js. The coordinates you enter are never transmitted to any server.
Need the reverse? Convert EPSG:4687 to EPSG:4630