ex1: Example data to run create_swmm_model

Description Usage Format Source Examples

Description

Example data to run create_swmm_model

Usage

1

Format

A list with different objects:

boundary_polygon

A polygon of class sf defining the model borders.

streets

Street polyline data of class sf. Data extracted from OSM.

landuse

A polygon of class sf including landuse informations. Data extracted from OSM.

landuse_classes

A data.frame including percentages of imperviousness of the different landuse classes.

dtm

A digital terrain model of class RasterLayer. Data extracted from SRTM.

outfall

Outfall point data of class sf.

infiltration

A data.frame specifying infiltration information for soil classes. Default parameters for sandy soil.

network_parameters

A data frame containing further network parameters. For further explanation view the documentation of function create_swmm_model

Source

This example file includes SRTM data downloaded from https://www.opendem.info/download_srtm.html and open street maps data https://www.openstreetmap.de/

Examples

1
2
3
4
## Not run: 
 ex1

## End(Not run)

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