{"slug": "camels-us", "name": "CAMELS (US)", "tagline": "671 minimally disturbed US catchments", "source": "NCAR", "category": {"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}, "meta": ["Catchment", "1980–2014", "Conterminous United States"], "thumb": "/static/catalog/thumbs/camels-us.926aaa282824.jpg", "bbox": [-125.0, 24.0, -66.0, 50.0], "global": false, "access": "download", "url": "/datasets/camels-us/", "subtitle": "Catchment Attributes and Meteorology for Large-sample Studies", "summary": "Daily streamflow, three sets of meteorological forcing (Daymet, Maurer, NLDAS) and a set of topographic, climatic, soil, vegetation and geological attributes. The benchmark for large-sample and machine-learning hydrology.", "categories": [{"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}], "sources": [{"slug": "ncar", "name": "NSF National Center for Atmospheric Research", "label": "NCAR", "url": "https://ncar.ucar.edu/", "page": "/sources/ncar/"}], "facts": [["Source", "NCAR"], ["Resolution", "Catchment (lumped)"], ["Time span", "1980–2014"], ["Temporal", "Daily"], ["Access type", "Direct download (external)"], ["Formats", "Text, Shapefile"], ["Coverage", "Conterminous United States"]], "access_note": "", "coverage": "Conterminous United States", "license": {"name": "See provider terms", "url": "https://gdex.ucar.edu/datasets/d629001/"}, "citation": "Addor, N., Newman, A. J., Mizukami, N., Clark, M. P. (2017). The CAMELS data set. Hydrology and Earth System Sciences, 21, 5293–5313. https://doi.org/10.5194/hess-21-5293-2017", "doi": "", "landing_url": "https://gdex.ucar.edu/datasets/d629001/", "provider_url": "https://gdex.ucar.edu/datasets/d629001/", "methods": [{"type": "link", "label": "Dataset page on the NCAR Geoscience Data Exchange"}], "preview": null, "thumb_credit": "Rivers (Natural Earth) over Blue Marble (NASA GIBS)", "selection": [-96.5, 36.0, -94.5, 38.0], "selection_text": "-96.5,36,-94.5,38", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/camels-us/links?bbox=-96.5,36,-94.5,38\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/camels-us/links\",\n                 params={\"bbox\": \"-96.5,36,-94.5,38\"})\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/camels-us/links?bbox=-96.5,36,-94.5,38\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/camels-us/links?bbox=-96.5,36,-94.5,38", "manifest": "/api/v1/datasets/camels-us/manifest?bbox=-96.5,36,-94.5,38"}}