nasa_power_data
Access daily solar and meteorological parameters from NASA POWER to inform renewable energy and agricultural planning.
Instructions
Retrieve daily solar and meteorological parameters from NASA POWER (Prediction of Worldwide Energy Resources) for a location and date range. Provides data such as downward solar radiation (ALLSKY_SFC_SW_DWN), temperature at 2m (T2M), and wind speed at 2m (WS2M). Useful for renewable energy assessment and agricultural planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the target location (-90 to 90) | |
| lng | Yes | Longitude of the target location (-180 to 180) | |
| end_date | Yes | End date in YYYYMMDD format (e.g. '20240131'). Max range ~1 year per request. | |
| parameters | No | Comma-separated NASA POWER parameter codes. Common: ALLSKY_SFC_SW_DWN (solar irradiance kW-hr/m2/day), T2M (temperature C), WS2M (wind speed m/s), RH2M (relative humidity %), PRECTOTCORR (precipitation mm/day). Default: 'ALLSKY_SFC_SW_DWN,T2M,WS2M' | ALLSKY_SFC_SW_DWN,T2M,WS2M |
| start_date | Yes | Start date in YYYYMMDD format (e.g. '20240101') |