~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to raster/r.watershed/front/description.html

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
 
185
185
<h2>NOTES</h2>
186
186
 
187
 
<h4>A<sup>T</sup> least-cost search algorithm</h4>
 
187
<h3>A<sup>T</sup> least-cost search algorithm</h3>
188
188
<em>r.watershed</em> uses an A<sup>T</sup> least-cost search algorithm 
189
189
(see <a href="#references">REFERENCES</a> section) designed to minimize 
190
190
the impact of DEM data errors. Compared to <em>r.terraflow</em>, this 
209
209
<em><a href="r.cost.html">r.cost</a></em> and
210
210
<em><a href="r.drain.html">r.drain</a></em> on every cell on the map.
211
211
 
212
 
<h4>Multiple flow direction (MFD)</h4>
 
212
<h3>Multiple flow direction (MFD)</h3>
213
213
 
214
214
<em>r.watershed</em> offers two methods to calculate surface flow: 
215
215
single flow direction (SFD, D8) and multiple flow direction (MFD). With 
224
224
with MFD, setting the convergence factor to a higher value can reduce 
225
225
the amount of small sliver basins.
226
226
 
227
 
<h4>In-memory mode and disk swap mode</h4>
 
227
<h3>In-memory mode and disk swap mode</h3>
228
228
There are two versions of this program: <em>ram</em> and <em>seg</em>.
229
229
<em>ram</em> is used by default, <em>seg</em> can be used by setting 
230
230
the <em>-m</em> flag.
250
250
The <em>r.terraflow</em> module was specifically designed with huge
251
251
regions in mind and may be useful here as an alternative.
252
252
 
253
 
<h4>Large regions with many cells</h4>
 
253
<h3>Large regions with many cells</h3>
254
254
In some situations, the region size (number of cells) may be too large for
255
255
the amount of time or memory available. Running <em>r.watershed</em> may
256
256
then require use of a coarser resolution. To make the results more closely
267
267
using the values from the <em>neighborhood</em> output map layer that
268
268
represents the minimum elevation within the region of the coarser cell.
269
269
 
270
 
<h4>Basin threshold</h4>
 
270
<h3>Basin threshold</h3>
271
271
The minimum size of drainage basins, defined by the <em>threshold</em>
272
272
parameter, is only relevant for those watersheds with a single stream
273
273
having at least the <em>threshold</em> of cells flowing into it.
277
277
an interior stream segment is determined by the distance between the
278
278
tributaries flowing into it.
279
279
 
280
 
<h4>MASK and no data</h4>
 
280
<h3>MASK and no data</h3>
281
281
<p>
282
282
The <em>r.watershed</em> program does not require the user to have the
283
283
current geographic region filled with elevation values.  Areas without
296
296
<p>
297
297
Zero (0) and negative values will be treated as elevation data (not no_data).
298
298
 
299
 
<h4>Further processing of output layers</h4>
 
299
<h3>Further processing of output layers</h3>
300
300
<p>
301
301
To isolate an individual river network using the output of this module,
302
302
a number of approaches may be considered.
485
485
Markus Metz &lt;markus.metz.giswork at gmail.com&gt;
486
486
 
487
487
<p>
488
 
<i>Last changed: $Date: 2010-05-05 15:30:34 +0200 (mer, 05 mag 2010) $</i>
 
488
<i>Last changed: $Date: 2010-09-16 09:25:59 +0200 (Thu, 16 Sep 2010) $</i>