Fetch Wind Forecast from Open-Meteo for a Single Station
fetch_open_meteo_forecast.RdQueries the Open-Meteo API for hourly wind speed and gust forecasts at a given latitude/longitude. Returns an empty tibble on error.
Value
Tibble with columns: station_id, time, wind_speed_kn, wind_gust_kn, forecast_fetched_at. Empty tibble on error.
See also
Other storm-alert:
beaufort_to_description(),
create_storm_alert_email(),
detect_storm_events(),
fetch_all_forecasts(),
fetch_all_marine_forecasts(),
fetch_met_eireann_warnings(),
fetch_open_meteo_marine(),
knots_to_beaufort(),
p_hmax_exceedance(),
send_storm_alert(),
summarise_forecast_rogue_risk()