qgis-syntax-processing-scripts
Installation
SKILL.md
qgis-syntax-processing-scripts
Quick Reference
Processing Framework Overview
| Component | Purpose |
|---|---|
processing.run() |
Execute any registered algorithm from Python |
processing.runAndLoadResults() |
Execute and add results to the current project |
QgsProcessingAlgorithm |
Base class for custom algorithms |
QgsProcessingProvider |
Groups custom algorithms under a provider ID |
QgsProcessingContext |
Execution environment (project, CRS, transform context) |
QgsProcessingFeedback |
Progress reporting, logging, and cancellation |
QgsProcessingAlgRunnerTask |
Background (non-blocking) algorithm execution |
QgsApplication.processingRegistry() |
Central registry for all providers and algorithms |