{"slug": "gleam", "name": "GLEAM v4", "tagline": "Daily 0.1° evaporation and its components since 1980", "source": "Ghent University", "category": {"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, "meta": ["0.1°", "1980–near present", "Global"], "thumb": "/static/catalog/thumbs/gleam.491f7f2375f4.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "registration", "url": "/datasets/gleam/", "subtitle": "Global Land Evaporation Amsterdam Model", "summary": "Total evaporation split into transpiration, bare-soil evaporation, interception loss, open-water and sublimation, plus root-zone soil moisture and evaporative stress. Driven by satellite observations and reanalysis.", "categories": [{"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, {"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}], "sources": [{"slug": "ugent", "name": "Ghent University (Hydro-Climate Extremes Lab)", "label": "Ghent University", "url": "https://www.gleam.eu/", "page": "/sources/ugent/"}], "facts": [["Source", "Ghent University"], ["Resolution", "0.1° (about 11 km)"], ["Time span", "1980–near present"], ["Temporal", "Daily, monthly, yearly"], ["Access type", "Registration with provider"], ["Formats", "NetCDF"], ["Coverage", "Global land"]], "access_note": "SFTP access after a short registration", "coverage": "Global land", "license": {"name": "Free for research; see provider terms", "url": "https://www.gleam.eu/"}, "citation": "Martens, B., et al. (2017). GLEAM v3: satellite-based land evaporation and root-zone soil moisture. Geoscientific Model Development, 10, 1903–1925. https://doi.org/10.5194/gmd-10-1903-2017", "doi": "", "landing_url": "https://www.gleam.eu/", "provider_url": "https://www.gleam.eu/", "methods": [], "preview": null, "thumb_credit": "MERRA-2 land evaporation (NASA GIBS), shown for the pattern", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/gleam/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/gleam/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/gleam/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/gleam/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/gleam/manifest?bbox=-75,-20,-50,5"}}