British Columbia automated snow weather stations and snow surveys#
databc-stations · theme stations · live
Hourly and daily SWE, snow depth, precipitation, temperature, wind and barometric pressure from the BC automated snow weather station (ASWS) network, plus the manual snow survey (MSS) courses. Station ids are BC location codes (1A01P).
import easysnowdata as esd
aoi = (-121.94, 46.72, -121.54, 46.99) # Mount Rainier
inv = esd.stations.inventory(aoi, networks="databc")
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 |
— |
British Columbia |
~1970/present |
hours to a day |
station geometry from the BC Data Catalogue WFS, observations from the ENV snow data CSVs; no account. The daily snow-depth reading is the 16:00 UTC value |
Where each route points#
databc— BC Data Catalogue / BC ENV snow data livehttps://openmaps.gov.bc.ca/geo/pub
Variables#
variable |
units |
dtype |
nodata |
categorical |
|---|---|---|---|---|
|
hPa |
float64 |
— |
no |
|
% |
float64 |
— |
no |
|
mm |
float64 |
— |
no |
|
% |
float64 |
— |
no |
|
m |
float64 |
— |
no |
|
cm |
float64 |
— |
no |
|
cm |
float64 |
— |
no |
|
°C |
float64 |
— |
no |
|
degrees |
float64 |
— |
no |
|
km/h |
float64 |
— |
no |
|
km |
float64 |
— |
no |
|
km/h |
float64 |
— |
no |
Provenance#
Licence · Open Government Licence – British Columbia
Cite the data as
Province of British Columbia, Ministry of Environment and Climate Change Strategy. Automated Snow Weather Station and Manual Snow Survey data, BC Data Catalogue.
Documentation
Loader · easysnowdata.stations.load