vergauwenthomas / MetObs_toolkit

A toolkit for using non-traditional meteorological observations
https://vergauwenthomas.github.io/MetObs_toolkit/
MIT License
12 stars 5 forks source link

interpolation of winddirection #380

Open vergauwenthomas opened 1 year ago

vergauwenthomas commented 1 year ago

Winddirection is represented by degrees from north, so 359 is very close to 1.

When interpolating modeldata to the resolution of observations it can happen that the start, end of the interpolation interval is over this gap ex;

What is the best way to do this, and or should we store the direction in an other format (categorical?)?