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

[processing] Add algorithm to extract min/max pixel from raster (Request in QGIS) #9371

Open
qgis-bot opened this issue Nov 7, 2024 · 0 comments
Labels
3.42 QGIS 3.42 new features Processing Alg (Features of) An algorithm. Use the Help button in the application to find the page.
Milestone

Comments

@qgis-bot
Copy link
Collaborator

qgis-bot commented Nov 7, 2024

Request for documentation

From pull request qgis/QGIS#59332
Author: @nyalldawson
QGIS version: 3.42

[processing] Add algorithm to extract min/max pixel from raster

PR Description:

This algorithm extracts extrema (minimum and maximum) values from a given band of the raster layer.

The output is a vector layer containing point features for the selected extrema, at the center of the associated pixel.

If multiple pixels in the raster share the minimum or maximum value, then only one of these pixels will be included in the output.

The algorithm uses raster iterator to remain efficient on huge rasters, and does not require reading the entire raster to memory

Commits tagged with [need-docs] or [FEATURE]

@github-actions github-actions bot added the 3.42 QGIS 3.42 new features label Nov 7, 2024
@github-actions github-actions bot added this to the QGIS 3.48 milestone Nov 7, 2024
@DelazJ DelazJ added the Processing Alg (Features of) An algorithm. Use the Help button in the application to find the page. label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.42 QGIS 3.42 new features Processing Alg (Features of) An algorithm. Use the Help button in the application to find the page.
Projects
None yet
Development

No branches or pull requests

2 participants