Skip to content

CRAN release 1.2

Compare
Choose a tag to compare
@MiKatt MiKatt released this 15 Jul 14:27
· 33 commits to master since this release

Includes several updates:

  • Renamed check_compl_junctions and correct_compl_junctions to
    check_compl_confluences and correct_compl_confluences, respectively,
    to be in line with the STARS publications.
  • correct_compl_confluences now works for up to seven inflows to one outflow
  • New function to delete lakes from the network ('delete_lakes'). Added "lakes.shp"
    to example data.
  • New function to restrict edges to certain networks based on sites (obeservation
    or prediction) or given netIDs and delete the rest ('restict_network').
  • New functionality in calc_attributes_edges and calc_attributes_sites_exact:
    It is now possible to calculate percentages from raster maps with multiple values
    (e.g. land cover classes).
  • New function to merge an external table with (repeated) measurements to the sites
    (merge_sites_measurements).
  • Several smaller fixes.