Select a hillslope or some of its property from the DEM. Since hillslope are identified by channel links, if a numbering of links is available, it gives to any pixel draining into a given link the link number.



Inputs

  1. The !GridCoverage containing the matrix of the drainage directions, obtained with [Markoutlets];
  2. The !GridCoverage containing the network, obtained with [ExtractNetwork];
  3. The !GridCoverage containing the attribute to estimate;


Output

  1. The !GridCoverage for each hillslope pixel the attribute of the network pixel in which it drains;


Notes

Eventually, one can select all the hillslope points which share the same link number, i.e. the points which belongs to the same hillslope. Another use of this application is to associate to any hillslope point its channel path length. In general, it labels any hillslope pixel with the channel quantity found in the position where the hillslope pixel drains.



References