{"slug": "esa-cci-soil-moisture", "name": "ESA CCI Soil Moisture", "tagline": "Daily 0.25° soil moisture from merged satellites since 1978", "source": "ESA / TU Wien", "category": {"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, "meta": ["0.25°", "1978–present", "Global"], "thumb": "/static/catalog/thumbs/esa-cci-soil-moisture.728374f4741e.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/esa-cci-soil-moisture/", "subtitle": "Climate Change Initiative soil moisture", "summary": "Active, passive and combined surface soil moisture merged from more than a dozen microwave sensors. The longest satellite soil moisture record.", "categories": [{"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}, {"slug": "soils", "name": "Soils", "icon": "stack", "tone": "amber"}], "sources": [{"slug": "esa", "name": "European Space Agency", "label": "ESA", "url": "https://www.esa.int/", "page": "/sources/esa/"}, {"slug": "tuwien", "name": "TU Wien", "label": "TU Wien", "url": "https://www.tuwien.at/", "page": "/sources/tuwien/"}], "facts": [["Source", "ESA / TU Wien"], ["Resolution", "0.25°"], ["Time span", "1978–present"], ["Temporal", "Daily"], ["Access type", "Direct download (external)"], ["Formats", "NetCDF"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "CC BY 4.0", "url": "https://climate.esa.int/en/projects/soil-moisture/"}, "citation": "Dorigo, W., et al. (2017). ESA CCI Soil Moisture for improved Earth system understanding. Remote Sensing of Environment, 203, 185–215. https://doi.org/10.1016/j.rse.2017.07.001", "doi": "", "landing_url": "https://climate.esa.int/en/projects/soil-moisture/", "provider_url": "https://climate.esa.int/en/projects/soil-moisture/", "methods": [{"type": "link", "label": "Project page with data access"}], "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/esa-cci-soil-moisture/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/esa-cci-soil-moisture/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/esa-cci-soil-moisture/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/esa-cci-soil-moisture/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/esa-cci-soil-moisture/manifest?bbox=-75,-20,-50,5"}}