r.basins.fill.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <h2>DESCRIPTION</h2>
  2. <em>r.basins.fill</em>
  3. generates a raster map layer depicting subbasins, based
  4. on input raster map layers for the coded stream network
  5. (where each channel segment has been "coded" with a unique category value)
  6. and for the ridges within a given watershed.
  7. The raster map layer depicting ridges should include
  8. the ridge which defines the perimeter of the watershed.
  9. The coded stream network can be generated
  10. as part of the
  11. <em><a href="r.watershed.html">r.watershed</a></em> program,
  12. but the map layer of ridges will need to be created by hand
  13. (for example, through digitizing done in <em><a href="wxGUI.Vector_Digitizer.html">wxGUI vector digitizer</a></em>).
  14. <p>
  15. The resulting output raster map layer will
  16. code the subbasins with category values matching
  17. those of the channel segments passing through them.
  18. A user-supplied number of passes through the data is
  19. made in an attempt to fill in these subbasins.
  20. If the resulting map layer from this program appears to
  21. have holes within a subbasin, the program should be
  22. rerun with a higher number of passes.
  23. <br><br>
  24. <h2>NOTES</h2>
  25. The current geographic region setting is ignored.
  26. Instead, the geographic region for the entire input stream's
  27. map layer is used.
  28. <h2>SEE ALSO</h2>
  29. See Appendix A of the <b>GRASS</b> <a
  30. href="http://grass.osgeo.org/gdp/raster/r.watershed.ps">Tutorial:
  31. r.watershed</a> for further details on the combined use of
  32. <em>r.basins.fill</em> and <em>r.watershed</em>.
  33. <p>
  34. <em>
  35. <a href="r.water.outlet.html">r.water.outlet</a>,
  36. <a href="r.watershed.html">r.watershed</a>,
  37. <a href="wxGUI.Vector_Digitizer.html">wxGUI vector digitizer</a>
  38. </em>
  39. <h2>AUTHORS</h2>
  40. Dale White,
  41. Dept. of Geography,
  42. Pennsylvania State University
  43. <br>
  44. Larry Band, Dept. of Geography, University of Toronto, Canada
  45. <p><i>Last changed: $Date$</i>