Description Usage Format Source Examples
Example data to run create_swmm_model
1 |
A list with different objects:
A polygon of class sf defining the model borders.
Street polyline data of class sf. Data extracted from OSM.
A polygon of class sf including landuse informations. Data extracted from OSM.
A data.frame including percentages of imperviousness of the different landuse classes.
A digital terrain model of class RasterLayer. Data extracted from SRTM.
Outfall point data of class sf.
A data.frame specifying infiltration information for soil classes. Default parameters for sandy soil.
A data frame containing further network parameters. For further explanation view the documentation of function create_swmm_model
This example file includes SRTM data downloaded from https://www.opendem.info/download_srtm.html and open street maps data https://www.openstreetmap.de/
1 2 3 4 | ## Not run:
ex1
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.