Skip to content
transform

Convert RGNC15 (lon-lat) to RGNC15 (lon-lat) + NGNC08 height

Convert coordinates from RGNC15 (lon-lat) (EPSG:10311) to RGNC15 (lon-lat) + NGNC08 height (EPSG:10318) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-10311-to-epsg-10318

Official EPSG transformation from RGNC15 (lon-lat) to RGNC15 (lon-lat) + NGNC08 height

The EPSG Geodetic Parameter Dataset defines 1 transformation between RGNC15 (lon-lat) (EPSG:10311) and RGNC15 (lon-lat) + NGNC08 height (EPSG:10318). Its parameters, accuracy and area of use are listed below.

RGNC15 to RGNC15 + NGNC08 height (1)

EPSG:10320±0.03 m
Method:
Geog3D to Geog2D+GravityRelatedHeight (IGN2009)
Area of use:
New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands
Scope:
Reversible geoid model transformation.

Grid file: RANC15.tac

Reversible alternative to RGNC15 to NGNC08 height (1) (code 10319).

Convert EPSG:10311 to EPSG:10318 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:10311RGNC15 (lon-lat)

geographic system using latitude, longitude and ellipsoidal height · Area of use: New Caledonia

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

Target: EPSG:10318RGNC15 (lon-lat) + NGNC08 height

compound horizontal + vertical reference system · Area of use: New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands

+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs
More about EPSG:10318

Frequently asked questions

How accurate is converting RGNC15 (lon-lat) to RGNC15 (lon-lat) + NGNC08 height?
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:10318 to EPSG:10311