Skip to contents

Insert one of the queried param's for the indexed hectometer polygon of sf.afe_csa into the project database elbe1d.db.

Usage

intoDB(
  x,
  param = c("Angle", "AxisADiff", "AxisPDiff", "AreaTotal", "AreaBelowMQ", "Curve",
    "DEMmax", "DEMmin", "DLM", "DepthMax", "DepthMean", "DepthMedian",
    "DiffbetweenMNQMHQ", "DiffWADLM2WAMQ", "Flood3Mean", "Flood3Median", "Flood3Sd",
    "PbelowHQ10", "PbelowMHQ", "PbelowMNQ", "PbelowMQ", "PbetweenMNQMHQ", "Ratio",
    "Slope", "VegType"),
  update = FALSE,
  ...
)

Arguments

x

must be a single integer indexing one hectometer polygon along the River Elbe.

param

must be a single character and element of c( "Angle", "AxisADiff", "AxisPDiff", "AreaTotal", "AreaBelowMQ", "Curve", "DEMmax", "DEMmin", "DLM", "DepthMax", "DepthMean", "DepthMedian", "DiffbetweenMNQMHQ", "DiffWADLM2WAMQ", "Flood3Mean", "Flood3Median", "Flood3Sd", "PbelowHQ10", "PbelowMHQ", "PbelowMNQ", "PbelowMQ", "PbetweenMNQMHQ", "Ratio", "Slope", "VegType").

update

boolean specifying whether to update an existing value in the project database.

...

optional parameters passed to get...()-functions.

Value

boolean

Examples

if (FALSE) { # \dontrun{
   intoDB(450, "DEMmax", FALSE)
} # }