What problem does it solve?
Enables running QGIS Processing algorithms and models from the command line without launching the QGIS desktop, removing the need for manual GUI interaction and enabling automation on servers and CI pipelines.
Core Features & Use Cases
- Command-line execution: Run built-in algorithms, plugin-provided algorithms, processing models, and Python scripts entirely from the CLI.
- Machine-friendly I/O: JSON-formatted help and execution output for deterministic parsing and AI-driven automation.
- Headless & CI use: Designed for headless servers and automation pipelines with options to disable Python, skip loading plugins, and accept complex parameters via STDIN JSON.
- Common workflows: Batch buffering and dissolve, raster clipping and slope analysis, format conversion and reprojecting, and exporting print layouts via a project file.
Quick Start
Use qgis_process to list available algorithms, inspect an algorithm's JSON help to build parameters, and run the algorithm with JSON inputs to produce structured results and output files.