Opened 7 years ago
Last modified 6 years ago
#3532 new enhancement
g.gui.tplot: add zonal statistics support
Reported by: | veroandreo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | g.gui.tplot, temporal, zonal statistics | Cc: | |
CPU: | Unspecified | Platform: | Linux |
Description
It would be very nice to have zonal statistics support in G7:g.gui.tplot to get time series plots representing areas. Currently, for STRDS, only time series of pixels are supported.
Additionally, it would be nice to have a flag/check-box to get the standard deviation plotted as well.
Attachments (1)
Change History (4)
by , 7 years ago
Attachment: | tplot.diff added |
---|
comment:1 by , 7 years ago
The attached diff implements support for r.univar to calculate statistic for a vector map used as MASK.
Right now only mean value is used because there is a problem with a gselect.ElementSelect, the element seems to be disabled, could some one check it, because I don't understand where is the error. I also tested Enable function but it doesn't change the behaviour.
First implementation, problem with gselect.ElementSelect