The following works just fine:
t.rast.series ols output=ols_max method=maximum
But the history isn't exactly consistent:
r.info ols_max -h
..
Data Description:
generated by r.series
Comments:
r.series -z file="/geo/grassdb/ols/sicily/.tmp/tpx1c2g/22707.0" outp\
ut="ols_max" method="maximum"
Why not record that the raster map in question was produced by t.rast.series? Is it not desired?
Thank you, Nikos
Hi Nikos,
2015-02-18 10:36 GMT+01:00 Nikos Alexandris <nik@nikosalexandris.net>:
The following works just fine:
t.rast.series ols output=ols_max method=maximum
But the history isn't exactly consistent:
r.info ols_max -h
..
Data Description:
generated by r.series
Comments:
r.series -z file="/geo/grassdb/ols/sicily/.tmp/tpx1c2g/22707.0" outp\
ut="ols_max" method="maximum"
Why not record that the raster map in question was produced by
t.rast.series? Is it not desired?
It is not implemented and i have no plan to do so.
Only temporal datatypes (STDS) will have their own temporal framework
specific command history. Several temporal modules are simple wrapper
around existing spatial modules, hence the command history will
reflect the wrapped module calls.
Best regards
Soeren
Thank you, Nikos
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev
Thanks for the feedback Soeren,
Nikos
On 18.02.2015 11:42, Sören Gebbert wrote:
Hi Nikos,
2015-02-18 10:36 GMT+01:00 Nikos Alexandris <nik@nikosalexandris.net>:
The following works just fine:
t.rast.series ols output=ols_max method=maximum
But the history isn't exactly consistent:
r.info ols_max -h
..
Data Description:
generated by r.series
Comments:
r.series -z file="/geo/grassdb/ols/sicily/.tmp/tpx1c2g/22707.0" outp\
ut="ols_max" method="maximum"
Why not record that the raster map in question was produced by
t.rast.series? Is it not desired?
It is not implemented and i have no plan to do so.
Only temporal datatypes (STDS) will have their own temporal framework
specific command history. Several temporal modules are simple wrapper
around existing spatial modules, hence the command history will
reflect the wrapped module calls.
Best regards
Soeren