pyidw icon indicating copy to clipboard operation
pyidw copied to clipboard

A standalone python library for inverse distance weighted (idw) interpolation

Results 4 pyidw issues
Sort by recently updated
recently updated
newest added

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): ![image](https://user-images.githubusercontent.com/44723543/170762714-be261233-a2d6-47d2-bca2-dc8c36cb29da.png) 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...