measureWaterPatches: Measures water patches in ArcGIS .asc files

View source: R/measureWaterPatches.R

measureWaterPatchesR Documentation

Measures water patches in ArcGIS .asc files

Description

finds the statitics describing water patches in an ArcGIS .asc file.

Usage

measureWaterPatches(infile, threshold = 0.001)

Arguments

infile

Required. ArcGIS .asc file of water depths, as output by WDPM.

threshold

Optional. Threshold (in m) to determine the existence of water. The default value is 0.001 m, i.e. 1 mm.

Value

Returns a data frame containing the statistics for each numbered patch

Examples

## Not run: 
patches <- measureWaterPatches('10_0_0_0_d.asc')
## End(Not run)

KevinShook/WDPMr documentation built on April 23, 2022, 12:32 a.m.