Cast nivo observation datetime to date and group by station and date
Group ski evaluations per route and date
Join ski evaluations and nivo observations:
join ski_routes and nivo_stations based on their position -> routes_stations
join ski_evaluations_history and routes_stations using the route id -> ski
join ski and nivo_observations_history using the station id and the dates: observation date and evaluation date. For an evaluation we are interested about observations of the previous days, up to past_horizon
1 2 | ## S3 method for class 'ModelData'
load_ski_nivo(obj, past_horizon)
|
obj |
ModelData |
past_horizon |
integer. Past horizon to consider in days |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.