Related Plugins and Tags

QGIS Python Plugins Repository

Zonal Exact Extract Plugin icon

Plugin ID: 3287
(4) votes 

Zonal Statistics of rasters using Exact Extract library

Zonal Statistics using ExactExtract library. This plugin requires pandas and exactextract libraries installed in python.
You can read more about plugin and installation requirements in plugin repository / homepage.

This library allows to treat pixel cells as partially covered by polygons using weighting according to the extent of cover. If you want to know more about the library working in the backend of this plugin it's highly recommend to visit its github repository.
The geoprocessesing tool "Zonal statistics" currently implemented in QGIS have an issues that yield wrong results in certain situations. Exactextract can remedy it.

Features:
--------
-Multiple supported statistics: Every statistic given by exactextract is supported by plugin (statistics), including array result type (usage of these statistics might slow down calculation and saving stage) and weighted statistics (statistics with weighted_ name).
-Define own, custom functions : Write custom Python code to define extra, additional features for raster zonal statistics. Custom functions should accept raster values and coverage attributes.
-Usage of QGIS parallel engine: There is an option to process statistics calculation in multiple parts (subtasks/batch option). Calculation of statistics in this case is done in parallel manner using QgsTaskManager engine. To configure number of parallel cores it will use you should configure Max Threads option in QGIS settings.
-Support multiple values rasters: Selection of multiple rasters will process each raster separately and append to the result.
-Support multiband rasters: In case there's a multiband raster - each band is processed during calculations and is output as separate set of columns.
-Support weights raster

Author
Jakub Charyton
Maintainer
jcharyton
Tags
vectorpythonrasterstatisticsextractexactzonal
Plugin home page
https://github.com/JakubCha/exactextract_qgis
Tracker
Browse and report bugs
Code repository
https://github.com/JakubCha/exactextract_qgis
Latest experimental version:
0.43
Plugin ID
3287
Version Experimental Min QGIS version Max QGIS version Downloads Uploaded by Date
0.43 yes 3.30.0 3.99.0 51 jcharyton 2024-04-11T05:21:03.252583+00:00
0.41 yes 3.30.0 3.99.0 103 jcharyton 2024-03-26T17:04:48.425842+00:00
0.3 yes 3.30.0 3.99.0 121 jcharyton 2024-03-12T18:48:07.398335+00:00
0.2 yes 3.30.0 3.99.0 121 jcharyton 2024-02-27T18:26:09.268232+00:00

Sustaining Members