{"slug": "ismn", "name": "International Soil Moisture Network", "tagline": "Harmonised soil moisture from more than 70 networks", "source": "TU Wien", "category": {"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, "meta": ["Station data", "1952–present", "Global"], "thumb": "/static/catalog/thumbs/ismn.31365d137684.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "registration", "url": "/datasets/ismn/", "subtitle": "In-situ soil moisture observations", "summary": "Soil moisture, soil temperature and meteorological observations from contributing networks, harmonised and quality flagged. The main reference for validating satellite soil moisture.", "categories": [{"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, {"slug": "soils", "name": "Soils", "icon": "stack", "tone": "amber"}], "sources": [{"slug": "tuwien", "name": "TU Wien", "label": "TU Wien", "url": "https://www.tuwien.at/", "page": "/sources/tuwien/"}], "facts": [["Source", "TU Wien"], ["Resolution", "Station data"], ["Time span", "1952–present"], ["Temporal", "Hourly to daily"], ["Access type", "Registration with provider"], ["Formats", "CEOP and header-values text"], ["Coverage", "Global"]], "access_note": "Free account", "coverage": "Global", "license": {"name": "Varies by network", "url": "https://ismn.earth/en/"}, "citation": "Dorigo, W., et al. (2021). The International Soil Moisture Network: serving Earth system science for over a decade. Hydrology and Earth System Sciences, 25, 5749–5804. https://doi.org/10.5194/hess-25-5749-2021", "doi": "", "landing_url": "https://ismn.earth/en/", "provider_url": "https://ismn.earth/en/", "methods": [{"type": "link", "label": "ISMN data viewer 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/ismn/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/ismn/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/ismn/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/ismn/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/ismn/manifest?bbox=-75,-20,-50,5"}}