thiessen_to_subcatchments: combine thiessen polygons and land use information

Description Usage Arguments Value

View source: R/drainage_network_helper_functions.R

Description

combine thiessen polygons and land use information

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
thiessen_to_subcatchments(
  landuse_sf = NULL,
  landuse_classes = NULL,
  re = NULL,
  area_re_pixel = NULL,
  re_classes = NULL,
  thiessen_polygons,
  width = NULL,
  slope = NULL,
  soil = NULL
)

Arguments

landuse_sf

A sf object containing polygons with land use informations as attributes.

landuse_classes

A data frame specifying the percentage of imperviousness for landuse_sf.

re

Alternative to landuse_sf: A raster file containing landuse information. For example derived from RapidEye Satelite Imagery.

area_re_pixel

A data frame adding attributes to the re raster pixel values.

re_classes

A data frame specifying the percentage of imperviousness for area_re_pixel.

thiessen_polygons

A sf object containing Thiessen polygons with junctions as centroids. Run function thiessenpolygons.

width

not implemented yet

slope

not implemented yet

soil

not implemented yet

Value

A sf object including all information needed for the subcatchment input section in SWMM's input file.


DoeringA/urbandrain documentation built on Jan. 18, 2021, 12:32 a.m.