gfs_forecast
Retrieve weather forecasts from the US NOAA GFS model with global coverage and high-resolution data for North America. Supports daily and hourly variables.
Instructions
Get weather forecast from US NOAA GFS model with global coverage and high-resolution data for North America.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daily | No | Daily weather variables to retrieve | |
| hourly | No | Hourly weather variables to retrieve | |
| latitude | Yes | Latitude in WGS84 coordinate system | |
| timezone | No | Timezone for timestamps (e.g., Europe/Paris, America/New_York) | |
| longitude | Yes | Longitude in WGS84 coordinate system | |
| past_days | No | Include past days data | |
| forecast_days | No | Number of forecast days | |
| current_weather | No | Include current weather conditions | |
| wind_speed_unit | No | Wind speed unit | kmh |
| temperature_unit | No | Temperature unit | celsius |
| precipitation_unit | No | Precipitation unit | mm |