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

[feature] Add raster zonal min/max algorithm #59358

Merged
merged 5 commits into from
Nov 11, 2024

Commits on Nov 8, 2024

  1. [feature] Add raster zonal min/max algorithm

    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.
    nyalldawson committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    157c31e View commit details
    Browse the repository at this point in the history
  2. Address review

    nyalldawson committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6c5c5b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4966692 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Maintain API

    nyalldawson committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1f2d574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50c3814 View commit details
    Browse the repository at this point in the history