I'm reading the wiki [1] on the r.stream.basins module, and a question has come to mind.
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:

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

Should the last line not be:
r.stream.basins dir=dirs stream=sel_streams_1 basins=bas_basins_3
                               ^^^^^^^^^^^^^^^
??

Also, for clarity, perhaps "tmp" should be "tmp3" in both cases above

Thanks,
Micha


[1]  http://grasswiki.osgeo.org/wiki/R.stream.*#r.stream.basins
-- 
Micha Silver
GIS Consultant, Arava Development Co.
http://www.surfaces.co.il
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to