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

port Basic statistics for fields algorithm to C++ #57955

Merged

Conversation

alexbruy
Copy link
Contributor

@alexbruy alexbruy commented Jul 2, 2024

Description

Also add new optional output a table containing calculated statistics similar to the Statistics by categories algorithm.

Fixes #46241.

@alexbruy alexbruy added Processing Relating to QGIS Processing framework or individual Processing algorithms Needs Documentation When merging a labeled PR, an issue will be created in the Doc repo. labels Jul 2, 2024
@alexbruy alexbruy requested a review from nyalldawson July 2, 2024 10:29
@qgis-bot
Copy link
Collaborator

qgis-bot commented Jul 2, 2024

@alexbruy
This pull request has been tagged as requiring documentation.

A documentation ticket will be opened at https://github.com/qgis/QGIS-Documentation when this PR is merged.

Please update the description (not the comments) with helpful description and screenshot to help the work from documentors.
Also, any commit having [needs-doc] or [Needs Documentation] in will see its message pushed to the issue, so please be as verbose as you can.

Thank you!

@github-actions github-actions bot added this to the 3.40.0 milestone Jul 2, 2024
Copy link

github-actions bot commented Jul 2, 2024

🪟 Windows builds ready!

Windows builds of this PR are available for testing here. Debug symbols for this build are available here.

(Built from commit b2faaf2)

Also add new optional output a table containing calculated statistics
similar to the Statistics by categories algorithm (fix qgis#46241)
@alexbruy alexbruy force-pushed the processing-basic-statistics-output branch from ebaae8a to f441f08 Compare July 2, 2024 12:22
@nyalldawson
Copy link
Collaborator

Fantastic! It's great to see this algorithm finally ported!

@alexbruy alexbruy force-pushed the processing-basic-statistics-output branch from 415619f to b2faaf2 Compare July 4, 2024 08:44
@nyalldawson nyalldawson merged commit 5e53e18 into qgis:master Jul 4, 2024
28 of 29 checks passed
@qgis-bot
Copy link
Collaborator

qgis-bot commented Jul 4, 2024

@alexbruy
A documentation ticket has been opened at qgis/QGIS-Documentation#9161
It is your responsibility to visit this ticket and add as much detail as possible for the documentation team to correctly document this change.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Documentation When merging a labeled PR, an issue will be created in the Doc repo. Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make "basic statistics for fields" output as table as does "statistics by categories"
3 participants