get_era5_weather
Retrieve historical ERA5 weather data for any location: hourly wind, solar, and temperature from 1940 to five days ago, with no API key required.
Instructions
ERA5 weather reanalysis via Open-Meteo: hourly wind (10m/100m), solar (GHI/DNI), temperature. 1940 to ~5 days ago. No API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date YYYY-MM-DD. Usually available up to 5 days ago. | |
| latitude | Yes | Latitude (-90 to 90). | |
| longitude | Yes | Longitude (-180 to 180). | |
| variables | No | "wind" = wind speed at 10m and 100m hub height. "solar" = GHI, DNI, diffuse radiation. "temperature" = 2m temperature, dewpoint, soil temperature. "all" = all variables (default). | |
| start_date | Yes | Start date YYYY-MM-DD. ERA5 data available from 1940. |