pyidw
pyidw copied to clipboard
A standalone python library for inverse distance weighted (idw) interpolation
Hello! First of all, that's for creating this package! I'm having a problem that I can't find a solution. My code is the following: ``` idw.idw_interpolation( input_point_shapefile = 'Feijão_2021-10.shp', extent_shapefile...
Hello, Thanks for this work. I am having an issue with regression_idw_interpolation : the boundaries mask is not applied. Below an expected output (obtained with idw_interpolation):  And here is...
Hi I am looking forward to testing this library. However, I am having issues with the installation of pyidw on Python 3.11. Thanks Anurag ``` python setup.py egg_info did not...