Installation¶
Requirements¶
- QGIS 3.34 or newer (tested on QGIS 3.34 LTR through QGIS 4.x)
- A file-based raster readable by GDAL (GeoTIFF, IMG, VRT, …)
- No extra Python packages — the plugin uses the GDAL and NumPy that ship with QGIS
Install from ZIP (recommended)¶
- Download the latest
multiband_zonal_stats-<version>.zipfrom the releases page. - In QGIS, open Plugins → Manage and Install Plugins…
- Choose Install from ZIP, select the downloaded file, and click Install Plugin.
- Make sure Multiband Zonal Stats is enabled in the Installed list.
Where it appears
After installing, the tool is available from the Raster → Multiband Zonal Stats menu, the toolbar, and the Processing Toolbox (as two algorithms — continuous and categorical).
Install manually (for development)¶
-
Copy or clone the repository into a folder named
multiband_zonal_statsinside your QGIS profile's plugin directory: -
Restart QGIS (or use the Plugin Reloader).
- Enable Multiband Zonal Stats in Plugins → Manage and Install Plugins…
Building the ZIP yourself¶
From a clone of the repository:
This writes dist/multiband_zonal_stats-<version>.zip, with the file list and version derived from the working tree and metadata.txt.