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 coordinates from RGNC15 (EPSG:10308) to RGNC15 (EPSG:10308) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
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.
Grid file: grmmncl08.tac
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)geocentric Cartesian system (Earth-centred Earth-fixed) · Area of use: New Caledonia
+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crsMore about EPSG:10308 →
geocentric Cartesian system (Earth-centred Earth-fixed) · Area of use: New Caledonia
+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crsMore about EPSG:10308 →