Execute Code
execute_codeRun custom PyQGIS code to perform GIS operations beyond standard tools, leveraging QGIS project, interface, and core classes.
Instructions
Execute arbitrary PyQGIS code. Use for operations not covered by other tools. Has access to QgsProject, iface, and core QGIS classes. Returns stdout/stderr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |