Skip to content
transform

Convert IGN72 Nuku Hiva to WGS 84

Convert coordinates from IGN72 Nuku Hiva (EPSG:4630) to WGS 84 (EPSG:4326) — 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-4326

Official EPSG transformations from IGN72 Nuku Hiva to WGS 84

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

IGN72 Nuku Hiva to WGS 84 (5)

EPSG:8848±1 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.804metre
Y-axis translation(ty)216.213metre
Z-axis translation(tz)180.26metre
X-axis rotation(rx)-0.6251arc-second
Y-axis rotation(ry)-0.4515arc-second
Z-axis rotation(rz)-0.0721arc-second
Scale difference(ds)7.4111parts per million

Concatenation of IGN72 Nuku Hiva to RGPF (1) and RGPF to WGS 84 (1) (CT codes 8847 and 8828).

IGN72 Nuku Hiva to WGS 84 (7)

EPSG:8852±1 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
French Polynesia - Marquesas Islands - Ua Pou
Scope:
Geodesy.
ParameterValueUnit
X-axis translation(tx)259.623metre
Y-axis translation(ty)297.105metre
Z-axis translation(tz)197.588metre
X-axis rotation(rx)1.5049arc-second
Y-axis rotation(ry)2.1221arc-second
Z-axis rotation(rz)0.4682arc-second
Scale difference(ds)27.0156parts per million

Concatenation of IGN72 Nuku Hiva to RGPF (3) and RGPF to WGS 84 (1) (CT codes 8851 and 8828).

IGN72 Nuku Hiva to WGS 84 (6)

EPSG:8850±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.857metre
Y-axis translation(ty)1362.18metre
Z-axis translation(tz)398.566metre
X-axis rotation(rx)-4.5139arc-second
Y-axis rotation(ry)-6.7582arc-second
Z-axis rotation(rz)-1.0504arc-second
Scale difference(ds)268.3517parts per million

Concatenation of IGN72 Nuku Hiva to RGPF (2) and RGPF to WGS 84 (1) (CT codes 8849 and 8828).

IGN72 Nuku Hiva to WGS 84 (1)

EPSG:1914±10 m
Method:
Geocentric translations (geog2D domain)
Area of use:
French Polynesia - Marquesas Islands - Nuku Hiva, Ua Huka and Ua Pou
Scope:
Transformation of coordinates at 10m level of accuracy.
ParameterValueUnit
X-axis translation(tx)84metre
Y-axis translation(ty)274metre
Z-axis translation(tz)65metre

Convert EPSG:4630 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:4630", "EPSG:4326", 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:4326WGS 84

geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)

+proj=longlat +datum=WGS84 +no_defs +type=crs
More about EPSG:4326

Frequently asked questions

How accurate is converting IGN72 Nuku Hiva to WGS 84?
The most accurate official EPSG transformation between these systems is accurate to about ±1 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:4326 to EPSG:4630