Yukon snow survey and automated stations (AquaCache)#
yukon-stations · theme stations · live
SWE and snow depth from the Yukon Snow Survey Network’s automated snow-weather stations and manual snow courses, plus ECCC meteorological stations mirrored into the same database, served by the Yukon Water Data API. Station ids are AquaCache location codes (09AA-M1). A few courses the survey operates sit in northern BC and Alaska.
import easysnowdata as esd
aoi = (-121.94, 46.72, -121.54, 46.99) # Mount Rainier
inv = esd.stations.inventory(aoi, networks="yukon")
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 |
— |
Yukon, with courses in northern BC and Alaska |
~1975/present |
hours to a day |
the open AquaCache REST API; no account |
Where each route points#
yukon— Yukon Water Data (AquaCache) API v1 livehttps://service.yukon.ca/water-data/api/v1
Variables#
variable |
units |
dtype |
nodata |
categorical |
|---|---|---|---|---|
|
hPa |
float64 |
— |
no |
|
— |
float64 |
— |
no |
|
mm |
float64 |
— |
no |
|
% |
float64 |
— |
no |
|
cm |
float64 |
— |
no |
|
cm |
float64 |
— |
no |
|
cm |
float64 |
— |
no |
|
°C |
float64 |
— |
no |
|
°C |
float64 |
— |
no |
|
°C |
float64 |
— |
no |
|
degrees |
float64 |
— |
no |
|
km/h |
float64 |
— |
no |
Provenance#
Licence · Open Government Licence – Yukon
Cite the data as
Government of Yukon, Water Resources Branch. Yukon Water Data (AquaCache) API; Yukon Snow Survey Network.
Documentation
Loader · easysnowdata.stations.load