{"slug": "gsim", "name": "GSIM Global Streamflow Indices and Metadata", "tagline": "Streamflow indices and catchment boundaries for 30,959 gauges", "source": "PANGAEA", "category": {"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}, "meta": ["Station data and catchment polygons", "1806–2016", "Global"], "thumb": "/static/catalog/thumbs/gsim.7d08725f586d.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "download", "url": "/datasets/gsim/", "subtitle": "Do, Gudmundsson, Leonard and Westra (2018)", "summary": "Station metadata and catchment boundaries (part 1) and derived streamflow indices (part 2) for 30,959 stations merged from 12 national and international archives. The gauge layer on this map is built from the GSIM station catalogue.", "categories": [{"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}, {"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}], "sources": [{"slug": "pangaea", "name": "PANGAEA Data Publisher", "label": "PANGAEA", "url": "https://www.pangaea.de/", "page": "/sources/pangaea/"}], "facts": [["Source", "PANGAEA"], ["Resolution", "Station data"], ["Time span", "1806–2016"], ["Temporal", "Monthly, seasonal and yearly indices"], ["Access type", "Direct download (external)"], ["Formats", "CSV, Shapefile"], ["Coverage", "Global"]], "access_note": "", "coverage": "Global", "license": {"name": "CC BY 4.0", "url": "https://creativecommons.org/licenses/by/4.0/"}, "citation": "Do, H. X., Gudmundsson, L., Leonard, M., Westra, S. (2018). The Global Streamflow Indices and Metadata Archive (GSIM), Part 1. Earth System Science Data, 10, 765–785. https://doi.org/10.5194/essd-10-765-2018", "doi": "10.1594/PANGAEA.887477", "landing_url": "https://doi.org/10.1594/PANGAEA.887477", "provider_url": "https://doi.org/10.1594/PANGAEA.887477", "methods": [{"type": "link", "label": "Part 1, metadata and catchments (PANGAEA)"}, {"type": "link", "label": "Part 2, streamflow indices (PANGAEA)"}], "preview": {"type": "layer", "layer": "gauges", "label": "Gauge stations (GSIM)"}, "thumb_credit": "Gauge stations (GSIM) over Blue Marble (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/gsim/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/gsim/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/gsim/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/gsim/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/gsim/manifest?bbox=-75,-20,-50,5"}}