R Package for Deriving Urban Surfaces for Storm Runoff Analysis
Used in Project KEYS for generating inputs to runoff model ABIMO for application in cities with data scarcity.
For installing the latest release of this R package run the following code below:
# Enable repository from kwb-r
options(repos = c(
kwbr = 'https://kwb-r.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Download and install keys.lid in R
install.packages('urbanAnnualRunoff')
# Browse the keys.lid manual pages
help(package = 'urbanAnnualRunoff')
The workflow for modelling urban annual runoff using the water balance model ABIMO is described for the two case-study sites in China here:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.