-
-
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
Add algorithm to manage GRASS addons #53049
Conversation
There is one issue - it would be good to get rid of the "region extent" advanced parameter. But if it is possible, I'm not sure how to do it. |
I guess the algorithm to list addons would ideally write the list to a file as well. |
I guess addons become an algorithm once installed. How do you manage this on QGIS side as it requires a description file to be added to processing provider ? |
See #53048 |
Installing description files would be a separate operation, because people wanting to write description files will want to get the GRASS addon first. |
Done |
I haven't sorted this out, but my last commit overrides processInputs, which is unnecessary for these algorithms and was producing error messages. |
This is automatically added in QGIS/python/plugins/grassprovider/Grass7Algorithm.py Lines 252 to 258 in 5f98f5c
Not easily removable |
It might not be perfect yet, but we can always refine in follow ups... |
@AlisterH can you fix the failing flake test please? |
Done. |
Description
See #53048