Skip to contents

Add hydraulic information to a layer of assets

Usage

add_hydraulic(
  asset,
  hydraulic,
  treatment = c("max", "mean", "min", "divide"),
  s2 = FALSE
)

Arguments

asset

sf object, asset layer.

hydraulic

sf object, hydraulic informations.

treatment

character, how the information should be added.

s2,

should 2 be turned on during operations.

Value

An sf object with hydraulic informations added.