OpenSenseAction / mergeplg

Merging methods for rainfall sensor data provided as point, line and grid
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

use poligrain.spatial.GridAtPoints in RADOLAN code to get rid of wradlib dependency #22

Open cchwala opened 1 month ago

cchwala commented 1 month ago

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.