QGIS Python Plugins Repository
Zonal Exact Extract
Zonal Statistics of rasters using Exact Extract library
Zonal Statistics using ExactExtract library. This plugin requires exactextract library installed with python.
If there's need to update `exactextract` user should close QGIS, open OSGeo4WShell and write:
pip install exactextract --upgrade
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
- vector , python , raster , statistics , extract , exact , zonal
- Plugin home page
- https://github.com/JakubCha/exactextract_qgis
- Tracker
- Browse and report bugs
- Code repository
- https://github.com/JakubCha/exactextract_qgis
- Latest stable version
- 0.6
- 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 | 643 | jcharyton | 2024-04-11T05:21:03.252583+00:00 |
0.41 | yes | 3.30.0 | 3.99.0 | 155 | jcharyton | 2024-03-26T17:04:48.425842+00:00 |
0.6 | no | 3.30.0 | 3.99.0 | 740 | jcharyton | 2024-10-09T13:49:05.220857+00:00 |
0.5 | no | 3.30.0 | 3.99.0 | 1930 | jcharyton | 2024-05-19T15:30:46.230091+00:00 |
0.3 | yes | 3.30.0 | 3.99.0 | 364 | jcharyton | 2024-03-12T18:48:07.398335+00:00 |
0.2 | yes | 3.30.0 | 3.99.0 | 372 | jcharyton | 2024-02-27T18:26:09.268232+00:00 |