Skip to content
transform

Convert CSRN epoch 2025.0 (ITRF2020) to CSRN epoch 2025.0 (NAD83 2011)

Convert coordinates from CSRN epoch 2025.0 (ITRF2020) (EPSG:10950) to CSRN epoch 2025.0 (NAD83 2011) (EPSG:10908) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

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

Official EPSG transformation from CSRN epoch 2025.0 (ITRF2020) to CSRN epoch 2025.0 (NAD83 2011)

The EPSG Geodetic Parameter Dataset defines 1 transformation between CSRN epoch 2025.0 (ITRF2020) (EPSG:10950) and CSRN epoch 2025.0 (NAD83 2011) (EPSG:10908). Its parameters, accuracy and area of use are listed below.

CSRN2025 (ITRF2020) to CSRN2025 (NAD83 2011) (1)

EPSG:10953±0 m
Method:
Coordinate Frame rotation (geocentric domain)
Area of use:
USA - California
Scope:
Geodesy.
ParameterValueUnit
X-axis translation(tx)1015.75millimetre
Y-axis translation(ty)-1920.11millimetre
Z-axis translation(tz)-559.77millimetre
X-axis rotation(rx)27.78143milliarc-second
Y-axis rotation(ry)-11.78187milliarc-second
Z-axis rotation(rz)10.16211milliarc-second
Scale difference(ds)-1.13124parts per billion

Parameter values derived from time-dependent transformation ITRF2020 to NAD83(2011) (CT code 10334) reduced to the CSRN2025 (ITRF2020) and CSRN2025 (NAD83 2011) common anchor epoch 2025.00. Defines CSRN2025 (NAD83 2011).

Convert EPSG:10950 to EPSG:10908 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:10950CSRN epoch 2025.0 (ITRF2020)

geocentric Cartesian system (Earth-centred Earth-fixed) · Area of use: USA - California

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

Target: EPSG:10908CSRN epoch 2025.0 (NAD83 2011)

geocentric Cartesian system (Earth-centred Earth-fixed) · Area of use: USA - California

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

Frequently asked questions

How accurate is converting CSRN epoch 2025.0 (ITRF2020) to CSRN epoch 2025.0 (NAD83 2011)?
The most accurate official EPSG transformation between these systems is accurate to about ±0 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:10908 to EPSG:10950