{"slug": "hydroweb", "name": "Hydroweb.next", "tagline": "Altimetry water levels for rivers and lakes", "source": "CNES / Theia", "category": {"slug": "reservoirs", "name": "Reservoirs", "icon": "reservoir", "tone": "teal"}, "meta": ["Station data", "1992–present", "Global"], "thumb": "/static/catalog/thumbs/hydroweb.517f2fcc919b.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "registration", "url": "/datasets/hydroweb/", "subtitle": "Theia hydrology data centre", "summary": "Water levels of rivers, lakes and reservoirs from radar altimetry, with near-real-time products for operational hydrology and SWOT-era data.", "categories": [{"slug": "reservoirs", "name": "Reservoirs", "icon": "reservoir", "tone": "teal"}, {"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}], "sources": [{"slug": "cnes", "name": "Centre National d'Études Spatiales", "label": "CNES", "url": "https://cnes.fr/", "page": "/sources/cnes/"}], "facts": [["Source", "CNES / Theia"], ["Resolution", "Virtual stations"], ["Time span", "1992–present"], ["Temporal", "Satellite repeat cycle"], ["Access type", "Registration with provider"], ["Formats", "CSV, NetCDF"], ["Coverage", "Global"]], "access_note": "Free account", "coverage": "Global", "license": {"name": "See provider terms", "url": "https://hydroweb.next.theia-land.fr/"}, "citation": "", "doi": "", "landing_url": "https://hydroweb.next.theia-land.fr/", "provider_url": "https://hydroweb.next.theia-land.fr/", "methods": [{"type": "link", "label": "Hydroweb.next portal"}], "preview": null, "thumb_credit": "GRanD reservoirs (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/hydroweb/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/hydroweb/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/hydroweb/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/hydroweb/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/hydroweb/manifest?bbox=-75,-20,-50,5"}}