#3741 closed enhancement (fixed)
t.rast.series: allow multiple methods/output
Reported by: | sbl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8.0 |
Component: | Temporal | Version: | svn-trunk |
Keywords: | t.rast.series | Cc: | |
CPU: | All | Platform: | All |
Description
After r.series received support for multiple methods/outputs in one run, computing multiple STDS statistics with t.rast.series could get a speed up if this is handed down to ths module. Attached a diff where I also tried to incorporate changes in the test coverage, but I have no experience with the test-suit. So manual testing of the diff would be welcome. When applied, also manual should be updated...
Attachments (1)
Change History (4)
by , 6 years ago
Attachment: | t.rast.series_multi.diff added |
---|
comment:2 by , 6 years ago
It seems that the previous commit introduced a SyntaxError
at line 90. Please fix:
def test_multi_stats(self): self.assertModule("t.rast.series", input="A", - method=["average", "maximum", "minimum", + method=["average", "maximum", "minimum"],
Note:
See TracTickets
for help on using tickets.
Support for multiple methods / output in t.rast.series