Closed guidocioni closed 8 months ago
After #105 has been solved we can add the dominant direction to the monthly climatology page, after the wind plot.
I don't know if we only put one windrose for all the months or if we maybe do one per month?? That would be much cooler...
In theory it shouldn't be really hard because the wind rose has already been implemented in https://github.com/guidocioni/point_wx/blob/7fac659827d9b3bea3882ec83de90c734e74c4be/src/pages/ensemble/figures.py#L169 and the dominant wind direction is already served in the archive/history endpoint. The final unit will be how many days per month (or year) we get that wind!
First version done in 776288c2d7de156edae323492a17f8502ef3c631
After #105 has been solved we can add the dominant direction to the monthly climatology page, after the wind plot.
I don't know if we only put one windrose for all the months or if we maybe do one per month?? That would be much cooler...
In theory it shouldn't be really hard because the wind rose has already been implemented in https://github.com/guidocioni/point_wx/blob/7fac659827d9b3bea3882ec83de90c734e74c4be/src/pages/ensemble/figures.py#L169 and the dominant wind direction is already served in the archive/history endpoint. The final unit will be how many days per month (or year) we get that wind!