Skip to content
transform

Convert RGNC15 to RGNC15

Convert coordinates from RGNC15 (EPSG:10308) to RGNC15 (EPSG:10308) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

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

Official EPSG transformation from RGNC15 to RGNC15

The EPSG Geodetic Parameter Dataset defines 1 transformation between RGNC15 (EPSG:10308) and RGNC15 (EPSG:10308). Its parameters, accuracy and area of use are listed below.

New Caledonia velocity model 2015

EPSG:10323±0.075 m
Method:
Point motion (geocen domain) using XYZ velocity grid (BGN)
Area of use:
New Caledonia - Belep, Grande Terre, Ile des Pins, Loyalty Islands
Scope:
Geodesy.

Grid file: grmmncl08.tac

Convert EPSG:10308 to EPSG:10308 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:10308RGNC15

geocentric Cartesian system (Earth-centred Earth-fixed) · Area of use: New Caledonia

+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs
More about EPSG:10308

Target: EPSG:10308RGNC15

geocentric Cartesian system (Earth-centred Earth-fixed) · Area of use: New Caledonia

+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs
More about EPSG:10308

Frequently asked questions

How accurate is converting RGNC15 to RGNC15?
The most accurate official EPSG transformation between these systems is accurate to about ±0.075 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:10308 to EPSG:10308