-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[feature] Add raster zonal min/max algorithm #59358
Conversation
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
This algorithm extracts point features corresponding to the minimum and maximum pixel values contained within polygon zones. The output will contain one point feature for the minimum and one for the maximum raster value for every individual zonal feature from a polygon layer.
f461d2b
to
4966692
Compare
@nyalldawson |
This algorithm extracts point features corresponding to the minimum and maximum pixel values contained within polygon zones.
The output will contain one point feature for the minimum and one for the maximum raster value for every individual zonal feature from a polygon layer.