ReservoirsManagementObservations
ResOpsUS
Reservoir operations for the United States. Daily storage, inflow and release for 679 reservoirs.
Observed operations of large reservoirs compiled from federal and regional agencies, matched to GRanD identifiers. Used to train and test reservoir operation schemes in models.
- Source
- Zenodo
- Resolution
- Station data
- Data type
- Station data
- Time span
- 1930–2020
- Temporal
- Daily
- Access type
- Direct download (external)
- Formats
- CSV
- Coverage
- Conterminous United States (-125, 24, -66, 50)
- Licence
- CC BY 4.0
- Provider page
- doi.org/10.1038/s41597-022-01134-7
Cite as. Steyaert, J. C., Condon, L. E., Turner, S. W. D., Voisin, N. (2022). ResOpsUS, a dataset of historical reservoir operations in the contiguous United States. Scientific Data, 9, 34. https://doi.org/10.1038/s41597-022-01134-7
Access
linkPaper with data links (Zenodo)
curl "https://hydrological.org/api/v1/datasets/resopsus/links?bbox=-96.5,36,-94.5,38" \
-H "Accept: application/json"
import requests
r = requests.get("https://hydrological.org/api/v1/datasets/resopsus/links",
params={"bbox": "-96.5,36,-94.5,38"})
for group in r.json()["groups"]:
for link in group["links"]:
print(link["url"])
const res = await fetch("https://hydrological.org/api/v1/datasets/resopsus/links?bbox=-96.5,36,-94.5,38");
const { groups } = await res.json();
for (const g of groups) g.links.forEach(l => console.log(l.url));
Also available as JSON: links · manifest · dataset record