<div dir="ltr">Hi,<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 11, 2014 at 10:51 AM, Paulo van Breugel <span dir="ltr"><<a href="mailto:p.vanbreugel@gmail.com" target="_blank">p.vanbreugel@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Hi, is there a way to reshuffle raster data in GRASS?<br>

</div></div></blockquote><div><br></div><div>If I understand correctly what reshuffle means, I would use GRASS Python Scripting library [1] (or PyGRASS perhaps) to load the maps into numpy and just use numpy function shuffle [2] and then write it as raster map again.</div>

<div><br></div><div>Anna</div><div><br></div><div>[1] <a href="http://grass.osgeo.org/programming7/classpython_1_1script_1_1array_1_1array.html">http://grass.osgeo.org/programming7/classpython_1_1script_1_1array_1_1array.html</a></div>

<div>[2] <a href="http://docs.scipy.org/doc/numpy/reference/generated/numpy.random.shuffle.html">http://docs.scipy.org/doc/numpy/reference/generated/numpy.random.shuffle.html</a> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr"><div><br></div><br></div>
<br>_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br></blockquote></div><br></div></div>