preprocessing {damAOI}R Documentation

preprocessing

Description

preprocessing

Usage

preprocessing(
  reservoir,
  dem = NULL,
  fac = NULL,
  water_bodies = NULL,
  basins = NULL,
  pourpoints = NULL,
  river_distance
)

Arguments

reservoir

An sf polygon, with an unstandardised raw reservoir

dem

A rast, showing elevation

fac

A rast, showing accumulated water flow along river

water_bodies

A rast, where 1 indicates water, NA otherwise

basins

An sf multipolygon, with the basins in the area around the dam

pourpoints

An sf multipoint, showing the points where rivers flow in and out of reservoirs

river_distance

A number, indicating the number of meters downstream and upstream for the area of interest. Defaults to 100000 (100km)

Value

A list with utm transformed input data


[Package damAOI version 0.1 Index]