{"slug": "modis-mod16", "name": "MODIS ET (MOD16)", "tagline": "500 m evapotranspiration and latent heat every 8 days", "source": "NASA", "category": {"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, "meta": ["500 m", "2000–present", "Global"], "thumb": "/static/catalog/thumbs/modis-mod16.d7bef44af435.jpg", "bbox": [-180.0, -60.0, 180.0, 80.0], "global": true, "access": "login", "url": "/datasets/modis-mod16/", "subtitle": "MOD16A2GF Terra Net Evapotranspiration Gap-Filled 8-Day", "summary": "Actual evapotranspiration, potential evapotranspiration and latent heat flux from a Penman-Monteith model driven by MODIS land products and reanalysis weather. The gap-filled version removes cloud-contaminated periods at the end of each year. Barren land, water and urban areas have no values.", "categories": [{"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}], "sources": [{"slug": "nasa", "name": "National Aeronautics and Space Administration", "label": "NASA", "url": "https://www.earthdata.nasa.gov/", "page": "/sources/nasa/"}, {"slug": "usgs", "name": "U.S. Geological Survey", "label": "USGS", "url": "https://www.usgs.gov/", "page": "/sources/usgs/"}], "facts": [["Source", "NASA"], ["Resolution", "500 m"], ["Time span", "2000–present"], ["Temporal", "8-day composites, plus yearly (MOD16A3GF)"], ["Access type", "Download with free login"], ["Formats", "HDF-EOS"], ["Coverage", "Global vegetated land"]], "access_note": "Free NASA Earthdata login", "coverage": "Global vegetated land", "license": {"name": "Public domain (U.S. Government work)", "url": "https://lpdaac.usgs.gov/data/data-citation-and-policies/"}, "citation": "Running, S., Mu, Q., Zhao, M., Moreno, A. (2021). MODIS/Terra Net Evapotranspiration Gap-Filled 8-Day L4 Global 500m SIN Grid V061. NASA EOSDIS Land Processes DAAC. https://doi.org/10.5067/MODIS/MOD16A2GF.061", "doi": "10.5067/MODIS/MOD16A2GF.061", "landing_url": "https://lpdaac.usgs.gov/products/mod16a2gfv061/", "provider_url": "https://search.earthdata.nasa.gov/search?q=MOD16A2GF", "methods": [{"type": "cmr", "label": "MOD16A2GF v061 granules (latest first) from NASA Earthdata"}, {"type": "link", "label": "Area and point subsets through AppEEARS"}], "preview": null, "thumb_credit": "MODIS NDVI (NASA GIBS), shown for the vegetation pattern", "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/modis-mod16/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=\"MOD16A2GF\", version=\"061\",\n                                  bounding_box=(-75, -20, -50, 5))\nearthaccess.download(results, \"data\")", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/modis-mod16/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/modis-mod16/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/modis-mod16/manifest?bbox=-75,-20,-50,5"}}