Skip to content
transform

Convert RGNC91-93 (lon-lat) to RGNC15 (lon-lat)

Convert coordinates from RGNC91-93 (lon-lat) (EPSG:10307) to RGNC15 (lon-lat) (EPSG:10312) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-10307-to-epsg-10312

Official EPSG transformations from RGNC91-93 (lon-lat) to RGNC15 (lon-lat)

The EPSG Geodetic Parameter Dataset defines 2 transformations between RGNC91-93 (lon-lat) (EPSG:10307) and RGNC15 (lon-lat) (EPSG:10312). Each applies to a specific area — pick the one whose area of use covers your data.

RGNC91-93 to RGNC15 (2)

EPSG:10322±0.03 mBest accuracy
Method:
Geocentric translations (geog2D domain) by grid (IGN)
Area of use:
New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands
Scope:
Transformation of coordinates at 0.1m level of accuracy.

Grid file: gr3dncl08.tac

Derived at 67 GNSS stations. General accuracy 1 to 1.5cm in planimetry and 2cm in height at epoch 2015.0.

RGNC91-93 to RGNC15 (1)

EPSG:10321±1 m
Method:
Geocentric translations (geog2D domain)
Area of use:
New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands
Scope:
Transformation of coordinates at 1m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-0.584metre
Y-axis translation(ty)-1.117metre
Z-axis translation(tz)1.125metre

See RGNC91-93 to RGNC15 (2) (transformation code 10322) for authoritative transformation between these CRSs. This transformation is used only as the standard transformation T0 within that transformation.

Convert EPSG:10307 to EPSG:10312 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:10307RGNC91-93 (lon-lat)

geographic system using latitude and longitude on an ellipsoid · Area of use: New Caledonia

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

Target: EPSG:10312RGNC15 (lon-lat)

geographic system using latitude and longitude on an ellipsoid · Area of use: New Caledonia

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

Frequently asked questions

How accurate is converting RGNC91-93 (lon-lat) to RGNC15 (lon-lat)?
The most accurate official EPSG transformation between these systems is accurate to about ±0.03 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation (including the grid-shift files listed below) 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:10312 to EPSG:10307