<div dir="ltr">Hi Martin, <div><br></div><div>I'm not sure I understand what you intend to do. If you want to add the values of each map to the predecesor (with some conditions), then yes, you'll get new maps and you should go for t.rast.accumulate (in tgrass) or r.series.accumulate.</div><div><br></div><div>However, if you only want to visualize the overlap... what about setting transparency to the strds (or list of maps) in g.gui.animation?</div><div><br></div><div>cheers, </div><div>Vero</div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-09-08 15:39 GMT+02:00 Martin Landa <span dir="ltr"><<a href="mailto:landa.martin@gmail.com" target="_blank">landa.martin@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I wonder how to easily create cumulative data layers animation. I have<br>
raster time spatial dataset with few maps. Each map contains one value<br>
(and NULL values). Pixels with non-data value do not overlaps in<br>
strds.<br>
<br>
I would like to create animation (ideally by g.gui.animation) showing<br>
cumulative display. So:<br>
<br>
1 frame shows first map<br>
2 frame shows overlapped first and second map from strds<br>
...<br>
<br>
Is there any way how to create such animation without creating new strds?<br>
<br>
And which tool could create such cumulative strds? I checked<br>
t.rast.accumulate, but till now without success.<br>
<br>
Thanks for any pointers, Ma<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Martin Landa<br>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa" rel="noreferrer" target="_blank">http://geo.fsv.cvut.cz/gwiki/<wbr>Landa</a><br>
<a href="http://gismentors.cz/mentors/landa" rel="noreferrer" target="_blank">http://gismentors.cz/mentors/<wbr>landa</a><br>
______________________________<wbr>_________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/grass-user</a></font></span></blockquote></div><br></div>