sarn_hydrography | R Documentation |
Builds a routing framework and calculates common river network parameters for the river network. Relies on sfnetworks package to build topologically connected networks
sarn_hydrography(
trimmedNetwork,
dem,
riverMask,
lengthThresh,
printOutput = "Yes"
)
trimmedNetwork: |
SARNr-trimmed river network. This would be the $trimmedNetwork output from the sarn_trimNetwork() output |
dem: |
Digital elevation model that was used to generate the DEM river network |
riverMask: |
river mask raster used to generate the RS river network. This would be $rs_raster from the sarn_data() output |
lengthThresh: |
minimum reach length allowed in meters |
printOutput: |
Do you want the results of the iterative trimming to print to console? Default= Yes |
final actively-flowing hydrography
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.