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

Separate qgis_process params with -- (Request in QGIS) #6192

Closed
qgis-bot opened this issue Oct 15, 2020 · 2 comments · Fixed by #6193
Closed

Separate qgis_process params with -- (Request in QGIS) #6192

qgis-bot opened this issue Oct 15, 2020 · 2 comments · Fixed by #6193
Labels
3.16 QGIS 3.16 new features

Comments

@qgis-bot
Copy link
Collaborator

Request for documentation

From pull request qgis/QGIS#39349
Author: @m-kuhn
QGIS version: 3.16

Separate qgis_process params with --

PR Description:

Description

Collision free parameters for qgis_process by separating executable args and algorithm args with --

qgis_process run algname --distanceUnits=meters -- PARAM1=23 PARAM2=/path/to/file distanceUnits=someOtherParam

Still supports the legacy version using --PARAM=VALUE syntax

@nyalldawson looking for your feedback before finetuning

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

@github-actions github-actions bot added the 3.16 QGIS 3.16 new features label Oct 15, 2020
@m-kuhn
Copy link
Member

m-kuhn commented Oct 15, 2020

@nyalldawson could you send me to where the docs need updating?

@DelazJ
Copy link
Collaborator

DelazJ commented Oct 15, 2020

@m-kuhn If you mean "in the user manual", there's no mention of the qgis_process feature, yet.
If you feel like doing it, maybe add something under (or after?) the Processing frameworks chapter? I must admit that I don't know the full scope of this tool so feel free to disagree.
Another place I can think of, is https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configuration.html#running-qgis-with-advanced-settings but not sure how deep we can go there (nor the information we want to provide on this tool).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.16 QGIS 3.16 new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants