{"slug": "fluxnet2015", "name": "FLUXNET2015", "tagline": "Energy, water and carbon fluxes from 212 sites", "source": "FLUXNET", "category": {"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, "meta": ["Station data", "1991–2014", "Global"], "thumb": "/static/catalog/thumbs/fluxnet2015.728374f4741e.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "registration", "url": "/datasets/fluxnet2015/", "subtitle": "Eddy covariance flux dataset", "summary": "Latent and sensible heat, net radiation, carbon fluxes and meteorology processed with the ONEFlux pipeline. The ground truth for evapotranspiration models.", "categories": [{"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, {"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}], "sources": [{"slug": "fluxnet", "name": "FLUXNET", "label": "FLUXNET", "url": "https://fluxnet.org/", "page": "/sources/fluxnet/"}], "facts": [["Source", "FLUXNET"], ["Resolution", "Station data"], ["Time span", "1991–2014"], ["Temporal", "Half-hourly to annual"], ["Access type", "Registration with provider"], ["Formats", "CSV"], ["Coverage", "Global"]], "access_note": "Free account", "coverage": "Global", "license": {"name": "CC BY 4.0 (Tier 1 data)", "url": "https://fluxnet.org/data/data-policy/"}, "citation": "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", "doi": "", "landing_url": "https://fluxnet.org/data/fluxnet2015-dataset/", "provider_url": "https://fluxnet.org/data/fluxnet2015-dataset/", "methods": [{"type": "link", "label": "Dataset page and downloads"}], "preview": null, "thumb_credit": "MODIS Terra true colour (NASA GIBS)", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/fluxnet2015/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/fluxnet2015/links\",\n                 params={\"bbox\": \"-75,-20,-50,5\"})\nfor group in r.json()[\"groups\"]:\n    for link in group[\"links\"]:\n        print(link[\"url\"])", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/fluxnet2015/links?bbox=-75,-20,-50,5\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/fluxnet2015/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/fluxnet2015/manifest?bbox=-75,-20,-50,5"}}