[GRASS-git] [OSGeo/grass] 5626d0: v.rast.stats: Mask is simply used, not touched (#5...
Vaclav Petras
noreply at github.com
Tue Jan 28 22:00:42 PST 2025
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 5626d0fcb4052e68da51cab3c044185dd811300d
https://github.com/OSGeo/grass/commit/5626d0fcb4052e68da51cab3c044185dd811300d
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2025-01-29 (Wed, 29 Jan 2025)
Changed paths:
M scripts/v.rast.stats/v.rast.stats.html
M scripts/v.rast.stats/v.rast.stats.py
Log Message:
-----------
v.rast.stats: Mask is simply used, not touched (#5002)
Since 9b03a3c2fa557b1b55c31634301afcc36ba2b6d8, v.rast.stats is using r.univar zones instead of looping through categories with individual masked r.univar calls. The note about restoring raster mask does not apply since the mask is not touched. It is just used in the background as with any other tool.
The raster grid alignment is modified by a g.region call with align, so that still applies, but the temporary part is not true anymore. It is purely internal instead.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list