vergauwenthomas / MetObs_toolkit

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

interpolation debias method #418

Open vergauwenthomas opened 7 months ago

vergauwenthomas commented 7 months ago

Currently, the gap filling requires a leading and trailing period. This is needed for the assignment of weight used in the debiassing.

Proposal by @amberJ99 is to also implement a method without weights (so leading/trailing becomes one learning period). This can be done by adding an extra argument or something like that.