<html style="direction: ltr;">
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1255">
    <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;"
    bidimailui-detected-decoding-type="preferred-charset" text="#000000"
    bgcolor="#FFFFFF">
    <tt>I'm reading the wiki [1] on the r.stream.basins module, and a
      question has come to mind. </tt><tt><br>
    </tt><tt>I want to create the drainage areas for many specific pour
      points. The sample in the wiki page, using r.reclass on the
      streams raster, reads:</tt><tt><br>
    </tt><tt><br>
    </tt>
    <pre>echo '42 = 42
252 = 252
188 = 188
* = NULL' >tmp

r.reclass input=streams output=sel_streams_1 <tmp1
r.stream.basins dir=dirs stream=streams basins=bas_basin_3

</pre>
    <tt>Should the last line not be:</tt><tt><br>
    </tt><tt>r.stream.basins dir=dirs stream=sel_streams_1
      basins=bas_basins_3</tt><tt><br>
    </tt><tt>                               ^^^^^^^^^^^^^^^ <br>
    </tt><tt>??<br>
      <br>
      Also, for clarity, perhaps "tmp" should be "tmp3" in both cases
      above<br>
      <br>
      Thanks,<br>
      Micha<br>
      <br>
    </tt><tt><br>
    </tt><tt>[1]</tt><tt> 
      <a class="moz-txt-link-freetext" href="http://grasswiki.osgeo.org/wiki/R.stream.*#r.stream.basins">http://grasswiki.osgeo.org/wiki/R.stream.*#r.stream.basins</a></tt><br>
    <pre class="moz-signature" cols="72">-- 
Micha Silver
GIS Consultant, Arava Development Co.
<a class="moz-txt-link-freetext" href="http://www.surfaces.co.il">http://www.surfaces.co.il</a></pre>
  </body>
</html>