Version with state at Day1 of OpenSense Training School in Budapest, 1st April 2025
What's Changed
* Initial config changes by cchwala in https://github.com/OpenSenseAction/mergeplg/pull/5
* Fix problem with CI that is currently not running by cchwala in https://github.com/OpenSenseAction/mergeplg/pull/7
* update ruff rules with line lenght=88 and define numpy pydocstyle by cchwala in https://github.com/OpenSenseAction/mergeplg/pull/8
* Add additive radar-CML merging with IDW and with Krignig, plus example data by eoydvin in https://github.com/OpenSenseAction/mergeplg/pull/3
* Add first version of high-level classes for merging by eoydvin in https://github.com/OpenSenseAction/mergeplg/pull/13
* Add example notebook with OpenRainER dataset by EliaCovi in https://github.com/OpenSenseAction/mergeplg/pull/18
* Add RADOLAN method and example notebook with OpenMRG data by cchwala in https://github.com/OpenSenseAction/mergeplg/pull/6
* Use correct CML length for WAA estimation with Openrainer data by EliaCovi in https://github.com/OpenSenseAction/mergeplg/pull/20
* Rewrite highlevel-classes by eoydvin in https://github.com/OpenSenseAction/mergeplg/pull/21
* Update BlockKriging functions to use the n-nearest observations for interpolation by eoydvin in https://github.com/OpenSenseAction/mergeplg/pull/24
* Multiplicative idw & update methods corrections by EliaCovi in https://github.com/OpenSenseAction/mergeplg/pull/30
* Create base class for handling weights and geometry, create interpolator class, fix error in block kriging implementation by eoydvin in https://github.com/OpenSenseAction/mergeplg/pull/35
* Allow to use merging and interpolation functions without time dimension in input data by cchwala in https://github.com/OpenSenseAction/mergeplg/pull/41
* remove pycomlink submodule which was part of the radolan subdir by cchwala in https://github.com/OpenSenseAction/mergeplg/pull/42
* remove drop_vars('time') at end of interpolator classes by cchwala in https://github.com/OpenSenseAction/mergeplg/pull/43
* fix again some issue with time coords in merging code by cchwala in https://github.com/OpenSenseAction/mergeplg/pull/44
New Contributors
* eoydvin made their first contribution in https://github.com/OpenSenseAction/mergeplg/pull/3
* EliaCovi made their first contribution in https://github.com/OpenSenseAction/mergeplg/pull/18
**Full Changelog**: https://github.com/OpenSenseAction/mergeplg/compare/v0.0.2...v0.1.0