{tidyr 1.0.0}
requiredcoordinates of outfalls and storages are no longer ignored (#39)
curves are exported more robust
compilation warnings are eliminated to respect CRAN’s policy
summary
correctly identifies number of
‘storage’
shp_to_inp
correctly instantiate section
‘junctions’
autoplot
and summary
generics
added
swmmr
detects and assigns the latest swmm5 version
if multiple swmm versions are installed (Windows only) (#18)
inp_to_sf
gets new paramter
remove_invalid
to increase conversion performance in case
all geometries have already been checked beforehand.
read_rpt
result contains a tibble containing
analysis info (also for errors) (#26)
read_rpt
now respects all report sections
(#21)
subcatchments_to_sf
returned an error if a geometry
was insufficient defined (3 points are now at least required)
LID performance summary from *.rpt
file is now
correctly read (@maltehenrichs)
write_inp
and read_inp
are more
robust.
The path to swmm5 exec is now stored as package option
swmmr.exec
when the package gets loaded
Substantially cleaned code basis (@hsonne)
inp_to_sf
to convert swmm sections to sf geometries
is significantly faster
read_out
correctly reads and assigns multiple objects
instead of shuffling (thanks to Benjamin and Christian for spotting this
bug)read_inp
sections are now all in lower letters.vignettes added
LID report file reader read_lid_rpt
*.inp
and *.rpt
files can be read with
different locales (e.g. encodings).
Read *.rpt
files with read_rpt
and get
direct access to simulation summaries.
Convert swmm objects to simple features (sf) with
*_to_sf
.
read_inp
returns now an object of class
inp
.
NEWS.md
file to track changes to the
package.