Thanks, it took a while but it worked.<br><br><div class="gmail_quote">On Mon, Mar 26, 2012 at 3:11 PM, Markus Metz <span dir="ltr">&lt;<a href="mailto:markus.metz.giswork@googlemail.com">markus.metz.giswork@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sun, Mar 25, 2012 at 2:59 PM, Filipe Silva Dias<br>
&lt;<a href="mailto:filipesdias@gmail.com">filipesdias@gmail.com</a>&gt; wrote:<br>
&gt; Thanks. Out of curiosity and tried with Grass 7 with -m (and 30 m<br>
&gt; resolution) and I obtained this error message:<br>
&gt;<br>
&gt; r.watershed -m elevation=DemPT2@Grass7 threshold=10000<br>
&gt; stream=streams<br>
&gt; SECTION 1 beginning: Initiating Variables. 5 sections total.<br>
&gt; SECTION 1a: Mark masked and NULL cells<br>
&gt; SECTION 1b: Determining Offmap Flow.<br>
&gt; SECTION 2: A* Search.<br>
&gt; SECTION 3: Accumulating Surface Flow with MFD.<br>
&gt; SECTION 4: Watershed determination.<br>
&gt; SECTION 5: Closing Maps.<br>
&gt; ERROR: Rast_make_random_colors: min (1) &gt; max (0)<br>
<br>
</div>Apparently no basins were determined, probably because the threshold<br>
of 10000 for flow accumulation was never reached. Maybe the current<br>
region was either too small or did not cover parts of the DEM DemPT2?<br>
<br>
BTW, if you want to try out GRASS 7 in a separate mapset, you don&#39;t<br>
need to copy over the DEM if you just want to read it. Within the<br>
mapset Grass7, the following commands should work:<br>
g.region -p rast=DemPt@ETRS89<br>
r.watershed elevation=DemPt@ETRS89 stream=stream threshold=10000 -m<br>
<br>
Markus M<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; Subprocess failed with exit code 1<br>
&gt; category information for [streams] in [Grass7] missing or invalid<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Mar 25, 2012 at 11:49 AM, Markus Metz<br>
&gt; &lt;<a href="mailto:markus.metz.giswork@googlemail.com">markus.metz.giswork@googlemail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Mar 25, 2012 at 12:30 PM, Filipe Silva Dias<br>
&gt;&gt; &lt;<a href="mailto:filipesdias@gmail.com">filipesdias@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I switched the resolution from 30x30 to 100x100 and now it works.<br>
&gt;&gt; &gt; Problem<br>
&gt;&gt; &gt; solved.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Sun, Mar 25, 2012 at 11:12 AM, Filipe Silva Dias<br>
&gt;&gt; &gt; &lt;<a href="mailto:filipesdias@gmail.com">filipesdias@gmail.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I&#39;m using GRASS 6.4.2 and I&#39;m on Windows 7<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Sun, Mar 25, 2012 at 11:11 AM, Filipe Silva Dias<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:filipesdias@gmail.com">filipesdias@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Dear all<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; I&#39;m trying to run r.watershed on a ASTER DEM (with the size of<br>
&gt;&gt; &gt;&gt;&gt; Portugal)<br>
&gt;&gt; &gt;&gt;&gt; but I&#39;m getting this error:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; r.watershed elevation=DemPt@ETRS89 stream=stream<br>
&gt;&gt; &gt;&gt;&gt; threshold=10000<br>
&gt;&gt; &gt;&gt;&gt; SECTION 1a (of 5): Initiating Memory.<br>
&gt;&gt; &gt;&gt;&gt; ERROR: G_malloc: unable to allocate 1515173064 bytes at<br>
&gt;&gt; &gt;&gt;&gt; init_vars.c:134<br>
&gt;&gt; &gt;&gt;&gt; Subprocess failed with exit code 1<br>
&gt;&gt; &gt;&gt;&gt; category information for [stream] in [ETRS89] missing or invalid<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; What am I doing wrong?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; As you figured out already, the region, i.e. number of cells was too<br>
&gt;&gt; large. In order to run r.watershed with that region (Portugal at 30m<br>
&gt;&gt; resolution) on Windows, you would need GRASS 7 and run r.watershed<br>
&gt;&gt; with the -m option.<br>
&gt;&gt;<br>
&gt;&gt; Markus M<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>