Since I just moved old RADOLAN code into mergeplg in #6 I also brought in wradlib as dependency. Even though wradlib since v2 does not depend on GDAL anymore and thus can be easily installed via pip, it is an unnecessary dependency because poligrain.spatial.GridAtPoints has the required functionality.
This issue is related to #14 but the focus here has to be to get rid of wradlib as dependency. Depending on what @eoydvin is doing in #21, #14 might be solved there.
Since I just moved old RADOLAN code into
mergeplg
in #6 I also brought inwradlib
as dependency. Even thoughwradlib
since v2 does not depend on GDAL anymore and thus can be easily installed via pip, it is an unnecessary dependency becausepoligrain.spatial.GridAtPoints
has the required functionality.This issue is related to #14 but the focus here has to be to get rid of
wradlib
as dependency. Depending on what @eoydvin is doing in #21, #14 might be solved there.