-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
132 add simple IDW #160
132 add simple IDW #160
Conversation
v1 IDW interpolation - WORK IN PROGRESS
Work in progress.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Left a few comments/suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
After looking at the code again, I noticed a couple of things I'd like you to check/fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I am still not sure why there is a slight difference between the output of this algorithm and QGIS IDW, but as the difference seems small enough, I think we should get this merged and review this code once more at a later point. Before merging, can you remove the unneeded file changes (a change in pca_plot_testing.ipynb and addition of desktop.ini) @Mtk112
EDIT: I see you're on a vacation and remove the .ini file myself and proceed to merge
Add simple inverse distance weighting interpolation.