<div dir="ltr"><div>Hello Rich,</div><div><br></div><div>g.region creates a rectangular computational region while r.mask can create an irregular mask. If you use r.mask, any cells outside the mask will be ignored, so you have to make sure that your mask is big enough to cover your basin. In terms of computational time, r.mask can be faster depending on what modules you need. For example, when you run flow accumulation, you may save some time using r.mask because you don't have to calculate flow accumulation outside your area of interest. If you use g.region that covers your basin, you calculate flow accumulation outside the basin within the rectangular region. So in general, I would say r.mask is preferred if and only if the mask is correct.</div><div><br></div><div>Regards,</div><div>Huidae</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 10, 2018 at 1:01 PM, Rich Shepard <span dir="ltr"><<a href="mailto:rshepard@appl-ecosys.com" target="_blank">rshepard@appl-ecosys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  I have DEMs covering a large area and want to limit analyses to a single<br>
drainage basin. I can use 'g.region vect=basin_name' or 'r.mask<br>
vect=basin_name' and want to learn of differences by applying one in<br>
preference to tha other. Are there situations where one is preferred over<br>
the other? Does computational time differ between the two?<br>
<br>
TIA,<br>
<br>
Rich<br>
<br>
______________________________<wbr>_________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">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/mailma<wbr>n/listinfo/grass-user</a></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span><div><div dir="ltr">Huidae Cho, Ph.D., PE, M.ASCE, CFM, GISP<br>Senior Geospatial Engineer, MapAnything<br>Open Source GIS Developer, GRASS GIS Development Team</div></div></span></div></div></div></div>
</div>