Skip to content
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

Error in IDW interpolation with null values #43286

Closed
cesarcorreo opened this issue May 19, 2021 · 0 comments · Fixed by #43302
Closed

Error in IDW interpolation with null values #43286

cesarcorreo opened this issue May 19, 2021 · 0 comments · Fixed by #43302
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore

Comments

@cesarcorreo
Copy link

Describe the bug
Time ago I opened the BUG: https://github.com/qgis/QGIS/issues/42689 related with TIN interpolation.
Today, I realised that IDW interpolation has the same bug. The problem is null values are considered as 0 instead null.
In the screenshot the centerpoint has no value. All the others has a value = 5.
3.18.3, ERROR
3.16.5 ERROR
3.10.12 OK

IDW-BUG.zip

image

@cesarcorreo cesarcorreo added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label May 19, 2021
@gioman gioman added Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore labels May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants