California snow pillows and snow courses (CDEC)#
cdec-stations · theme stations · live
SWE, snow depth, precipitation, temperature and more from the California Data Exchange Center: the California Cooperative Snow Surveys (CCSS) snow pillows and the manual snow-course network. Station ids are CDEC’s three-letter codes (QUA).
import easysnowdata as esd
aoi = (-121.94, 46.72, -121.54, 46.99) # Mount Rainier
inv = esd.stations.inventory(aoi, networks="cdec")
obs = esd.stations.load(inv, variables=["swe", "snwd"],
time="2023-10/2024-09")
No account needed
Every route to this product is open. Nothing to set up.
Sources#
source |
provider |
credentials |
resolution |
extent |
temporal |
latency |
notes |
|---|---|---|---|---|---|---|---|
|
vector_http |
none |
— |
California |
~1920/present (courses), ~1980/present (pillows) |
hours |
JSON data servlet plus scraped station-metadata pages; no account. SWE prefers the adjusted sensor (82) over the raw one (3) |
Where each route points#
cdec— California Data Exchange Center livehttps://cdec.water.ca.gov
Variables#
variable |
units |
dtype |
nodata |
categorical |
|---|---|---|---|---|
|
mm |
float64 |
— |
no |
|
% |
float64 |
— |
no |
|
cm |
float64 |
— |
no |
|
% |
float64 |
— |
no |
|
W/m² |
float64 |
— |
no |
|
cm |
float64 |
— |
no |
|
°C |
float64 |
— |
no |
|
°C |
float64 |
— |
no |
|
°C |
float64 |
— |
no |
|
degrees |
float64 |
— |
no |
|
km/h |
float64 |
— |
no |
Provenance#
Licence · Public domain (California state government data)
Cite the data as
California Department of Water Resources, California Data Exchange Center (CDEC); California Cooperative Snow Surveys.
Documentation
Loader · easysnowdata.stations.load