{"slug": "nasa-power", "name": "NASA POWER", "tagline": "Daily weather and solar data through a simple API", "source": "NASA LaRC", "category": {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}, "meta": ["0.5° × 0.625°", "1981–present", "Global"], "thumb": "/static/catalog/thumbs/nasa-power.51ee876677ae.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "api", "url": "/datasets/nasa-power/", "subtitle": "Prediction Of Worldwide Energy Resources", "summary": "Meteorology from MERRA-2 and solar radiation from CERES and GEWEX, served per point or region in formats ready for crop and hydrological models.", "categories": [{"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}, {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}], "sources": [{"slug": "nasa", "name": "National Aeronautics and Space Administration", "label": "NASA", "url": "https://www.earthdata.nasa.gov/", "page": "/sources/nasa/"}], "facts": [["Source", "NASA LaRC"], ["Resolution", "0.5° × 0.625°"], ["Time span", "1981–present"], ["Temporal", "Hourly, daily, monthly, climatology"], ["Access type", "API (external)"], ["Formats", "JSON, CSV, NetCDF, ASCII"], ["Coverage", "Global"]], "access_note": "Open API, no key", "coverage": "Global", "license": {"name": "Public domain (U.S. Government work)", "url": "https://power.larc.nasa.gov/"}, "citation": "", "doi": "", "landing_url": "https://power.larc.nasa.gov/", "provider_url": "https://power.larc.nasa.gov/", "methods": [{"type": "point", "label": "Daily precipitation and temperature at the centre of the area, 2020 (API)"}], "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 -fL \"https://power.larc.nasa.gov/api/temporal/daily/point?parameters=PRECTOTCORR,T2M_MAX,T2M_MIN&community=AG&longitude=-62.5000&latitude=-7.5000&start=20200101&end=20201231&format=JSON\" \\\n  -o response", "python": "import requests\n\nr = requests.get(\"https://power.larc.nasa.gov/api/temporal/daily/point?parameters=PRECTOTCORR,T2M_MAX,T2M_MIN&community=AG&longitude=-62.5000&latitude=-7.5000&start=20200101&end=20201231&format=JSON\")\nr.raise_for_status()\nopen(\"response\", \"wb\").write(r.content)", "javascript": "const res = await fetch(\"https://power.larc.nasa.gov/api/temporal/daily/point?parameters=PRECTOTCORR,T2M_MAX,T2M_MIN&community=AG&longitude=-62.5000&latitude=-7.5000&start=20200101&end=20201231&format=JSON\");\nconsole.log(res.status, res.headers.get(\"content-type\"));"}, "api": {"links": "/api/v1/datasets/nasa-power/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/nasa-power/manifest?bbox=-75,-20,-50,5"}}