{"slug": "mswep", "name": "MSWEP v2.8", "tagline": "3-hourly 0.1° precipitation merging gauges, satellites and reanalysis", "source": "GloH2O", "category": {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}, "meta": ["0.1°", "1979–near present", "Global"], "thumb": "/static/catalog/thumbs/mswep.553979b2f3bd.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "registration", "url": "/datasets/mswep/", "subtitle": "Multi-Source Weighted-Ensemble Precipitation", "summary": "A weighted merge of gauge, satellite and reanalysis precipitation with daily gauge correction. It performs well for hydrological modelling across climates.", "categories": [{"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}], "sources": [{"slug": "gloh2o", "name": "GloH2O", "label": "GloH2O", "url": "https://www.gloh2o.org/", "page": "/sources/gloh2o/"}], "facts": [["Source", "GloH2O"], ["Resolution", "0.1° (about 11 km)"], ["Time span", "1979–near present"], ["Temporal", "3-hourly, daily, monthly"], ["Access type", "Registration with provider"], ["Formats", "NetCDF"], ["Coverage", "Global"]], "access_note": "Free for non-commercial use after registration", "coverage": "Global", "license": {"name": "Free for non-commercial use", "url": "https://www.gloh2o.org/mswep/"}, "citation": "Beck, H. E., et al. (2019). MSWEP V2 Global 3-Hourly 0.1° Precipitation: Methodology and Quantitative Assessment. BAMS, 100(3), 473–500. https://doi.org/10.1175/BAMS-D-17-0138.1", "doi": "", "landing_url": "https://www.gloh2o.org/mswep/", "provider_url": "https://www.gloh2o.org/mswep/", "methods": [{"type": "link", "label": "Registration and access"}], "preview": null, "thumb_credit": "IMERG precipitation rate (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/mswep/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/mswep/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/mswep/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/mswep/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/mswep/manifest?bbox=-75,-20,-50,5"}}