weather_archive
Retrieve historical weather data from ERA5 reanalysis (1940-present) for specified coordinates and date range.
Instructions
Get historical weather data from ERA5 reanalysis (1940-present) for specific coordinates and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daily | No | Daily weather variables to retrieve | |
| hourly | No | Hourly weather variables to retrieve | |
| end_date | Yes | End date in YYYY-MM-DD format | |
| latitude | Yes | Latitude in WGS84 coordinate system | |
| timezone | No | Timezone for timestamps | |
| longitude | Yes | Longitude in WGS84 coordinate system | |
| start_date | Yes | Start date in YYYY-MM-DD format | |
| temperature_unit | No | celsius |