watina
Querying and Processing Data from the INBO Watina Data Warehouse
A groundwater database client that has started doing the domain analysis too
◆Recent moves
- 4mo ago
Ionic ratios and Van Wirdum diagrams for chemistry data
Adds calculate_ir() for ionic ratios and a Van Wirdum diagram background as a ggplot object users can layer data onto, with a chemistry plotting vignette. The clearest step from retrieving groundwater data to interpreting it.
View source ↗ - 2y ago
KSgeneral moved to Suggests to survive CRAN removal
Moves the KSgeneral dependency to Suggests so the package does not break when it leaves CRAN. Packaging insurance with no change to behaviour.
View source ↗ - 5y ago
Dataframe input restored after a defunct dbplyr call
Restores get_xg3() and get_chem() for dataframe input by avoiding a defunct dbplyr function. One of several releases spent keeping the lazy query layer working against a moving dependency.
View source ↗ - 5y ago
dbplyr 2.0 compatibility drops the need for a forked dependency
The package becomes compatible with CRAN dbplyr 2.0.0, so the forked version is no longer required — a real reduction in installation friction. Lazy results also stop being sorted, with sorting confined to collected tibbles.
View source ↗ - 5y ago
Spatial clustering of wells and richer location attributes
Adds cluster_locs() for spatially clustering well locations and expands get_locs() with conservative filter-depth guessing, eight more observation well attributes and four aggregation methods. The release that made retrieval genuinely configurable.
View source ↗ - 6y ago
Soil surface calculation fixed after a select() dropped the variable
Corrects a soilsurf_ost calculation that silently dropped the variable by computing it inside select() rather than mutate(). A quiet-failure bug, invisible until someone checked the output.
View source ↗