read_dem: Read dem and facc files

Description Usage Arguments Value Author(s) See Also Examples

Description

Read mHM-typical elevation input data: dem (Digital Elevation Model) and facc (Flow Accumulation, rivers modeled from DEM)

Usage

1
read_dem(inpath = tcltk::tk_choose.dir(), proj = NA, quiet = FALSE, ...)

Arguments

inpath

Directory containing mHM input files "dem.asc" and "facc.asc". DEFAULT: tcltk::tk_choose.dir()

proj

projection passed to read_asc. DEFAULT: NA

quiet

Logical: should progress messages be suppressed? DEFAULT: FALSE

...

Further arguments passed to read_asc.

Value

list as in read_asc, but "asc" is replaced with elements "dem", "facc" and "fdir". The element "folder" is added as well.

Author(s)

Berry Boessenkool, berry-b@gmx.de, Feb-March 2017

See Also

vis_dem

Examples

1
# to be added

brry/mhmVis documentation built on May 13, 2019, 7:53 a.m.