Skip to contents

Extract the maximum elevation of the digital elevation model (DEM, weber_2020_demelbe1d) below the indexed hectometer polygon of sf.afe_csa.

Usage

getDEMmax(x)

Arguments

x

must be a single integer indexing one hectometer polygon of sf.afe_csa along the River Elbe. x must be element of seq(from = 1, to = length(sf.afe_csa), by = 1).

Value

numeric with the maximum elevation value (m).

References

weber_2020_demelbe1d

See also

Examples

   getDEMmax(3900)
#> [1] 35.32
   getDEMmax(3963)
#> [1] 34.32