<div dir="ltr">Hello Markus,<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 29, 2014 at 10:07 PM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Tue, Apr 29, 2014 at 6:48 PM, Jorge Arevalo<br>
<<a href="mailto:jorgearevalo@libregis.org">jorgearevalo@libregis.org</a>> wrote:<br>
> I want to fill some areas of a raster coverage with a value of my choice.<br>
> Those areas now contain NODATA values. So, they look like holes in my<br>
> coverage.<br>
<br>
</div>If you want to set all NODATA area to the same value, then use r.null<br>
with null=yourvalue:<br>
<br>
<a href="http://grass.osgeo.org/grass70/manuals/r.null.html#examples" target="_blank">http://grass.osgeo.org/grass70/manuals/r.null.html#examples</a><br>
<div class=""><br></div></blockquote><div><br></div><div>Yep, we already solved that. But thanks!</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">
<br>
> I know I could use r.clump function , but I don't know how to specify the<br>
> maximum area. Because if a hole is bigger than that area, I don't want to<br>
> consider it as hole. Is that even possible with GRASS?<br>
<br>
</div>You could assign all NODATA areas a specific, yet unused value (see above).<br>
Then extract this value with r.mapcalc (if condition) and extract from<br>
the resulting map only the smaller areas with<br>
<br>
<a href="http://grass.osgeo.org/grass70/manuals/r.reclass.area.html" target="_blank">http://grass.osgeo.org/grass70/manuals/r.reclass.area.html</a><br>
<br>
Then merge them back with r.patch into the original maps in order to<br>
create the final map.<br>
<br>
Maybe there are other possibilities, too.<br>
<span class="HOEnZb"><font color="#888888"><br>
Markus<br>
</font></span></blockquote></div><br><br>Sounds like a good plan. We will try that way. Many thanks!!</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br clear="all"><div><br></div>-- <br>Jorge Arevalo<br>

Freelance developer<br><br><a href="http://about.me/jorgeas80" target="_blank">http://about.me/jorgeas80</a>
</div></div>