watina 0.3.0
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
(argumentfilterdepth_na
) - optionally replace missing
filterdepth
values in a conservative way, based ontubelength
(argumentfilterdepth_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)
- optionally allow groundwater piezometers with missing
as_points()
andget_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.