v0.1.31
fluvgeo v0.1.31 (2020-09-21)
Major Changes
- Added the Level 3 report (formerly named the
xs_metrics_report
). - Added
map_xs
to the Level 1 and Estimate Bankfull reports. - Made the banklines parameter in
map_xs
optional to support its use in the Level 1 report and the Estimate Bankfull report before banklines are created. - Added the
esri_raster2RasterLayer
function to standardize raster retrieval. - Moved the legend of
xs_compare_plot_L1
into the plot area to be consistent with the level 2 plots.
Bug Fixes
- Clarified the x-axis label in the
xs_compare_plot_*
to more clearly communicate the orientation of the cross section. - Restructured the way XS maps are drawn in reports when called in a loop. Changed the
map_xs
function to accept araster::RasterLayer
so that the site DEM is only loaded once rather than being loaded each time themap_xs
function is called.