Skip to content

watina 0.3.0

Compare
Choose a tag to compare
@florisvdh florisvdh released this 20 May 19:44

New features

  • New function cluster_locs() to spatially cluster locations (well clusters) (#39)
  • More fun with get_locs():
    • optionally allow groundwater piezometers with missing filterdepth (argument filterdepth_na)
    • optionally replace missing filterdepth values in a conservative way, based on tubelength (argument filterdepth_guess, #44)
    • return eight more observation well attributes beside filterdepth (#44)
    • four methods are available to aggregate observation well attributes per location (argument obswell_aggr, #44)
    • applying a spatial mask is now a little speedier (#57)
  • as_points() and get_locs() return a warning when duplicated coordinates occur in their local result (#51, thanks @w-jan)
  • Package dependency moved from inborutils to inbodb: this is a change within connect_watina() which should not affect its behaviour and which reduces overall package dependencies.

Further, a number of smaller fixes and enhancements were made.