preprocessing
preprocessing(
reservoir,
dem = NULL,
fac = NULL,
water_bodies = NULL,
basins = NULL,
pourpoints = NULL,
river_distance
)
A list with utm transformed input data
An sf polygon, with an unstandardised raw reservoir
A rast, showing elevation
A rast, showing accumulated water flow along river
A rast, where 1 indicates water, NA otherwise
An sf multipolygon, with the basins in the area around the dam
An sf multipoint, showing the points where rivers flow in and out of reservoirs
A number, indicating the number of meters downstream and upstream for the area of interest. Defaults to 100000 (100km)