Generate Trends Endpoint
generate_api_trends.RdReturns Mann-Kendall trend tests per station/variable and overall annual trend statistics for wave height and wind speed.
Arguments
- mann_kendall_per_station
Named list of per-station Mann-Kendall results. Each element is a station, containing named sub-elements for each variable (e.g.
wave_height,wind_speed), each withtau,p_value,trend_direction.- annual_trends_wave
List with
annual_stats,trend_per_decade,p_value,r_squared.- annual_trends_wind
Same structure as
annual_trends_wave.