Ivan Shmakov wrote:
>       Anyway, I guess I may commit my patch?

I am curious to know about in what real-world application it is useful
to use multiple input maps for r.univar? Is it for a time series of the
same variable?

And how does that relate to r.series? Which method is more useful?
e.g.:

r.univar in=1,2,3,4 | grep mean
   vs
for MAP in `g.mlist` ; do r.univar $MAP | grep mean ; done
RESULT=`bc average($mean_list)`  #pseudo
   vs
r.series in=1,2,3,4 out=mean_map method=average && r.univar mean_map


just wondering,
Hamish




      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to