Description Usage Arguments Value
View source: R/drainage_network_helper_functions.R
combine thiessen polygons and land use information
1 2 3 4 5 6 7 8 9 10 11 |
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 |
A sf object including all information needed for the subcatchment input section in SWMM's input file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.