-
Notifications
You must be signed in to change notification settings - Fork 20
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
Changes in qgis_process that might be useful #21
Comments
The new json output includes this type of information
Specifically, the acceptable_values list here gives a breakdown of the different string inputs which are acceptable for each parameter. Does that help? |
That's brilliant! Thank you! After I've finished the type handling here I'll take a stab at forking the QGIS docs and adding any bits that are missing. |
This allows external tools to more easily use the standalong qgis_process tool without resorting to fragile string parsing of the outputs from that tool. Refs r-spatial/qgisprocess#21, and means that we play nice with other tools who want to use QGIS algorithms!
Fixed in qgis/QGIS#39324 |
This allows external tools to more easily use the standalong qgis_process tool without resorting to fragile string parsing of the outputs from that tool. Refs r-spatial/qgisprocess#21, and means that we play nice with other tools who want to use QGIS algorithms!
@nyalldawson You said to flag you if there's anything from the QGIS end that could make this better! I've spent a bit of time on this and have some ideas...it works fantastically and consistently (as far as I can tell) on multiple platforms!
The only three things I can think of:
Thanks for PRing a great tool into QGIS and let me know what I can do to help!
The text was updated successfully, but these errors were encountered: