mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix zonal stats algorithm execution
This commit is contained in:
parent
274d684f64
commit
4eca20f28d
@ -125,7 +125,7 @@ class ZonalStatistics(QgisAlgorithm):
|
|||||||
self.rasterLayer,
|
self.rasterLayer,
|
||||||
self.columnPrefix,
|
self.columnPrefix,
|
||||||
self.bandNumber,
|
self.bandNumber,
|
||||||
self.selectedStats)
|
QgsZonalStatistics.Statistics(self.selectedStats))
|
||||||
zs.calculateStatistics(feedback)
|
zs.calculateStatistics(feedback)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user