Unit: metre
Geodetic CRS: CSRN epoch 2025.0 (ITRF2020)
Datum: California Spatial Reference Network epoch 2025.0 (ITRF2020)
Ellipsoid: GRS 1980
Prime meridian: Greenwich
Data source: EPSG
Information source: California Spatial Reference Center, Scripps Orbit and Permanent Array Center at Scripps Institution of Oceanography (SOPAC), http://sopac-csrc.ucsd.edu/
Revision date: 2025-07-15
Scope: Geodesy.
Remarks: Californian 'snapshot' of ITRF2020 taking into account local tectonic plate movement and deformation. Supersedes CSRS epoch 2017.5 (ITRF2014) from 2025-06-15.
Area of use: United States (USA) - California.
Center coordinates
-2485835.15 -4432421.66
Projected bounds:
-3044914.17 -4912728.57
-1939554.04 -3913856.89
WGS84 bounds:
-124.45 32.53
-114.12 42.01
Definition: OGC Well Known Text
GEOCCS["CSRN epoch 2025.0 (ITRF2020)", DATUM["California_Spatial_Reference_Network_epoch_2025_0_ITRF2020", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","1418"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Geocentric X",OTHER], AXIS["Geocentric Y",OTHER], AXIS["Geocentric Z",NORTH], AUTHORITY["EPSG","10950"]]
Definition: OGC Well Known Text 2 (2019)
GEODCRS["CSRN epoch 2025.0 (ITRF2020)", DATUM["California Spatial Reference Network epoch 2025.0 (ITRF2020) ", ELLIPSOID["GRS 1980",6378137,298.257222101, LENGTHUNIT["metre",1]], ANCHOREPOCH[2025]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[Cartesian,3], AXIS["(X)",geocentricX, ORDER[1], LENGTHUNIT["metre",1]], AXIS["(Y)",geocentricY, ORDER[2], LENGTHUNIT["metre",1]], AXIS["(Z)",geocentricZ, ORDER[3], LENGTHUNIT["metre",1]], USAGE[ SCOPE["Geodesy."], AREA["United States (USA) - California."], BBOX[32.53,-124.45,42.01,-114.12]], ID["EPSG",10950]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeodeticCRS", "name": "CSRN epoch 2025.0 (ITRF2020)", "datum": { "type": "GeodeticReferenceFrame", "name": "California Spatial Reference Network epoch 2025.0 (ITRF2020) ", "anchor_epoch": 2025, "ellipsoid": { "name": "GRS 1980", "semi_major_axis": 6378137, "inverse_flattening": 298.257222101 } }, "coordinate_system": { "subtype": "Cartesian", "axis": [ { "name": "Geocentric X", "abbreviation": "X", "direction": "geocentricX", "unit": "metre" }, { "name": "Geocentric Y", "abbreviation": "Y", "direction": "geocentricY", "unit": "metre" }, { "name": "Geocentric Z", "abbreviation": "Z", "direction": "geocentricZ", "unit": "metre" } ] }, "scope": "Geodesy.", "area": "United States (USA) - California.", "bbox": { "south_latitude": 32.53, "west_longitude": -124.45, "north_latitude": 42.01, "east_longitude": -114.12 }, "id": { "authority": "EPSG", "code": 10950 } }
Definition: GeoServer
10950=GEOCCS["CSRN epoch 2025.0 (ITRF2020)",DATUM["California_Spatial_Reference_Network_epoch_2025_0_ITRF2020",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1418"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","10950"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs"> <Layer srs="+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10950, 'EPSG', 10950, '+proj=geocent +ellps=GRS80 +units=m +no_defs +type=crs', 'GEOCCS["CSRN epoch 2025.0 (ITRF2020)",DATUM["California_Spatial_Reference_Network_epoch_2025_0_ITRF2020",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1418"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",OTHER],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","10950"]]');