ObservationsET
FLUXNET2015
Eddy covariance flux dataset. Energy, water and carbon fluxes from 212 sites.
Latent and sensible heat, net radiation, carbon fluxes and meteorology processed with the ONEFlux pipeline. The ground truth for evapotranspiration models.
- Source
- FLUXNET
- Resolution
- Station data
- Data type
- Station data
- Time span
- 1991–2014
- Temporal
- Half-hourly to annual
- Access type
- Registration with provider · Free account
- Formats
- CSV
- Coverage
- Global (-180, -90, 180, 90)
- Licence
- CC BY 4.0 (Tier 1 data)
- Provider page
- fluxnet.org/data/fluxnet2015-dataset/
Cite as. Pastorello, G., et al. (2020). The FLUXNET2015 dataset and the ONEFlux processing pipeline for eddy covariance data. Scientific Data, 7, 225. https://doi.org/10.1038/s41597-020-0534-3
Access
linkDataset page and downloads
curl "https://hydrological.org/api/v1/datasets/fluxnet2015/links?bbox=-75,-20,-50,5" \
-H "Accept: application/json"
import requests
r = requests.get("https://hydrological.org/api/v1/datasets/fluxnet2015/links",
params={"bbox": "-75,-20,-50,5"})
for group in r.json()["groups"]:
for link in group["links"]:
print(link["url"])
const res = await fetch("https://hydrological.org/api/v1/datasets/fluxnet2015/links?bbox=-75,-20,-50,5");
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