{"slug": "swot-hydrology", "name": "SWOT River and Lake Products", "tagline": "Water surface elevation, width and slope from wide-swath altimetry", "source": "NASA / CNES", "category": {"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, "meta": ["River reaches, nodes and lakes", "2023–present", "Global"], "thumb": "/static/catalog/thumbs/swot-hydrology.728374f4741e.jpg", "bbox": [-180.0, -78.0, 180.0, 78.0], "global": true, "access": "login", "url": "/datasets/swot-hydrology/", "subtitle": "Surface Water and Ocean Topography mission", "summary": "Water surface elevation, width, slope and estimated discharge for rivers wider than about 100 m, and area and storage change for lakes larger than about 6 ha, from the KaRIn interferometer.", "categories": [{"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, {"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}, {"slug": "reservoirs", "name": "Reservoirs", "icon": "reservoir", "tone": "teal"}], "sources": [{"slug": "cnes", "name": "Centre National d'Études Spatiales", "label": "CNES", "url": "https://cnes.fr/", "page": "/sources/cnes/"}, {"slug": "nasa", "name": "National Aeronautics and Space Administration", "label": "NASA", "url": "https://www.earthdata.nasa.gov/", "page": "/sources/nasa/"}], "facts": [["Source", "NASA / CNES"], ["Resolution", "River reaches, nodes and lakes"], ["Time span", "2023–present"], ["Temporal", "21-day repeat"], ["Access type", "Download with free login"], ["Formats", "Shapefile, NetCDF"], ["Coverage", "78°S – 78°N"]], "access_note": "Free NASA Earthdata login", "coverage": "78°S – 78°N", "license": {"name": "Public domain (U.S. Government work)", "url": "https://podaac.jpl.nasa.gov/SWOT"}, "citation": "", "doi": "", "landing_url": "https://podaac.jpl.nasa.gov/SWOT", "provider_url": "https://podaac.jpl.nasa.gov/SWOT", "methods": [{"type": "link", "label": "SWOT data at PO.DAAC"}], "preview": {"type": "layer", "layer": "rivers", "label": "Rivers (Natural Earth)"}, "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/swot-hydrology/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/swot-hydrology/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/swot-hydrology/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/swot-hydrology/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/swot-hydrology/manifest?bbox=-75,-20,-50,5"}}