Fetch Marine Wave Forecast from Open-Meteo for a Single Station
fetch_open_meteo_marine.RdQueries the Open-Meteo Marine Weather API for hourly significant wave height, wave period, wind-wave and swell components at a given lat/lon. Returns an empty tibble on error (soft dependency — never aborts the pipeline).
Source: https://open-meteo.com/en/docs/marine-weather-api. Underlying models are DWD EWAM (European) and GWAM (global), ~25 km grid.
Value
Tibble with columns: station_id, time, wave_height_m, wave_period_s, wind_wave_height_m, swell_wave_height_m, 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_forecast(),
knots_to_beaufort(),
p_hmax_exceedance(),
send_storm_alert(),
summarise_forecast_rogue_risk()