Raster Calculator
raster_calculatorPerform band math on raster layers using QGIS expressions (e.g., 'dem@1 > 1000'). Output a GeoTIFF with grid and extent from a reference layer.
Instructions
Band math via the QGIS raster calculator. Reference loaded raster layers in the expression as 'LayerName@band' (e.g. '("dem@1" > 1000) * 1'). Writes a GeoTIFF to output_path. Output grid/extent taken from reference_layer (layer id or name), defaulting to the first loaded raster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | ||
| output_path | Yes | ||
| reference_layer | No |