{"slug": "gldas-noah", "name": "GLDAS Noah Land Surface Model", "tagline": "Modelled ET, soil moisture, runoff and snow", "source": "NASA GES DISC", "category": {"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, "meta": ["0.25°", "2000–present", "Global"], "thumb": "/static/catalog/thumbs/gldas-noah.6524941f8f88.jpg", "bbox": [-180.0, -60.0, 180.0, 90.0], "global": true, "access": "login", "url": "/datasets/gldas-noah/", "subtitle": "Global Land Data Assimilation System, version 2.1", "summary": "Noah land surface model output forced by a mix of reanalysis and observation-based data, giving a consistent set of water balance terms: evapotranspiration, surface and subsurface runoff, soil moisture in four layers and snow water equivalent. GLDAS-2.0 extends back to 1948.", "categories": [{"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, {"slug": "flow", "name": "Flow", "icon": "waves", "tone": "blue"}, {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}], "sources": [{"slug": "nasa", "name": "National Aeronautics and Space Administration", "label": "NASA", "url": "https://www.earthdata.nasa.gov/", "page": "/sources/nasa/"}], "facts": [["Source", "NASA GES DISC"], ["Resolution", "0.25°"], ["Time span", "2000–present"], ["Temporal", "3-hourly and monthly"], ["Access type", "Download with free login"], ["Formats", "NetCDF"], ["Coverage", "Global land (60°S – 90°N)"]], "access_note": "Free NASA Earthdata login", "coverage": "Global land (60°S – 90°N)", "license": {"name": "Public domain (U.S. Government work)", "url": "https://www.earthdata.nasa.gov/engage/open-data-services-software-policies/data-use-guidance"}, "citation": "Rodell, M., et al. (2004). The Global Land Data Assimilation System. BAMS, 85(3), 381–394. https://doi.org/10.1175/BAMS-85-3-381", "doi": "", "landing_url": "https://disc.gsfc.nasa.gov/datasets/GLDAS_NOAH025_M_2.1/summary", "provider_url": "https://disc.gsfc.nasa.gov/datasets/GLDAS_NOAH025_M_2.1/summary", "methods": [{"type": "cmr", "label": "GLDAS_NOAH025_M v2.1 monthly files (latest first)"}], "preview": null, "thumb_credit": "GLDAS total precipitation rate (NASA GIBS)", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "# Earthdata login in ~/.netrc:\n# machine urs.earthdata.nasa.gov login USER password PASS\ncurl -fsSL \"https://hydrological.org/api/v1/datasets/gldas-noah/links.txt?bbox=-75,-20,-50,5\" \\\n  | xargs -n 1 curl -fLO --netrc -b ~/.urs_cookies -c ~/.urs_cookies", "python": "import earthaccess  # pip install earthaccess\n\nearthaccess.login()\nresults = earthaccess.search_data(short_name=\"GLDAS_NOAH025_M\", version=\"2.1\",\n                                  bounding_box=(-75, -20, -50, 5))\nearthaccess.download(results, \"data\")", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/gldas-noah/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/gldas-noah/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/gldas-noah/manifest?bbox=-75,-20,-50,5"}}