<div dir="ltr"><div><br></div>thanks a lot to all of you.<div>as i said, i've already performed a serial rasterization in 6.4.x through the path Nikos suggested,</div><div>good to know that something for vectors exists in 7.</div>
<div><br><div class="gmail_extra">i'll also have a look at the trimming-borders hints and keep you updated.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Anna</div><div class="gmail_extra"><br></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Nov 30, 2013 at 11:07 AM, Nikos Alexandris <span dir="ltr"><<a href="mailto:nik@nikosalexandris.net" target="_blank">nik@nikosalexandris.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Francesco Pirotti UNIPD wrote:<br>
<br>
> Just a shot: rasterize a vector polygon and use the rasterized area (or<br>
> areas) as mask?<br>
<br>
</div>I wouldn't think otherwise too. In GRASS GIS 6.4.x you have to go this path<br>
along (v.to.rast, r.mask, r.mapcalc).  In GRASS GIS 7, however, you can mask<br>
from a vector directly (i.e. r.mask vector=SomeVectorMap).<br>
<br>
Ensure to have set the resolution of the region to the one you desire as an<br>
output. Most of the times it should match the resolution of the raster map(s)<br>
to be masked. Otherwise, a resampling (based on Nearest Neighbour) will take<br>
place.<br>
<span class="HOEnZb"><font color="#888888"><br>
Nikos<br>
</font></span></blockquote></div><br></div></div></div>