Skip to content

qgis_process: add page - #21531

Merged
reinhart1010 merged 9 commits into
tldr-pages:mainfrom
jeetjawale:add-qgis-process-page
Apr 7, 2026
Merged

qgis_process: add page#21531
reinhart1010 merged 9 commits into
tldr-pages:mainfrom
jeetjawale:add-qgis-process-page

Conversation

@jeetjawale

Copy link
Copy Markdown
Contributor

Checklist

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR contains at most 5 new pages.
  • The PR is authored by me, or has been human-reviewed if it was created with AI or machine translation software.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known): 3.44.7

@github-actions github-actions Bot added new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers. labels Mar 15, 2026
Comment thread pages/common/qgis_process.md Outdated

- Run a processing algorithm with parameters:

`qgis_process run {{algorithm_id}} -- {{PARAMETER1=value1}} {{PARAMETER2=value2}}`

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`qgis_process run {{algorithm_id}} -- {{PARAMETER1=value1}} {{PARAMETER2=value2}}`
`qgis_process run {{algorithm_id}} {{--PARAMETER1=value1 --PARAMETER2=value2 ...}}`

Looking at the help page itself, the -- prefix is required for each PARAMETER, not just once.

Comment thread pages/common/qgis_process.md Outdated

- Run an algorithm and output results as JSON:

`qgis_process --json run {{algorithm_id}} -- {{PARAMETER=value}}`

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`qgis_process --json run {{algorithm_id}} -- {{PARAMETER=value}}`
`qgis_process --json run {{algorithm_id}} {{--PARAMETER1=value1 --PARAMETER2=value2 ...}}`

Comment thread pages/common/qgis_process.md Outdated

- Run without loading plugins for faster startup:

`qgis_process --skip-loading-plugins run {{algorithm_id}} -- {{PARAMETER=value}}`

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`qgis_process --skip-loading-plugins run {{algorithm_id}} -- {{PARAMETER=value}}`
`qgis_process --skip-loading-plugins run {{algorithm_id}} {{--PARAMETER1=value1 --PARAMETER2=value2 ...}}`

Comment thread pages/common/qgis_process.md Outdated

- Run on a headless server without a display:

`QT_QPA_PLATFORM=offscreen qgis_process run {{algorithm_id}} -- {{PARAMETER=value}}`

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`QT_QPA_PLATFORM=offscreen qgis_process run {{algorithm_id}} -- {{PARAMETER=value}}`
`QT_QPA_PLATFORM=offscreen qgis_process run {{algorithm_id}} {{--PARAMETER1=value1 --PARAMETER2=value2 ...}}`

@jeetjawale

Copy link
Copy Markdown
Contributor Author

Addressed all review suggestions.

Comment thread pages/common/qgis_process.md Outdated
jeetjawale and others added 2 commits April 6, 2026 00:54
@reinhart1010
reinhart1010 merged commit 9d86101 into tldr-pages:main Apr 7, 2026
4 checks passed
@jeetjawale
jeetjawale deleted the add-qgis-process-page branch April 7, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants