Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release candidate 0.3.0 #45

Merged
merged 81 commits into from
May 20, 2020
Merged

Release candidate 0.3.0 #45

merged 81 commits into from
May 20, 2020

Conversation

florisvdh
Copy link
Member

Preparations for version 0.3.0.

Currently ready (we think):

  • new function cluster_locs() to spatially cluster locations (well clusters) (New function cluster_locs(): detect 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, Extending get_locs() #44)
    • return eight more observation well attributes beside filterdepth (Extending get_locs() #44)
    • four methods are available to aggregate observation well attributes per location (argument obswell_aggr, Extending get_locs() #44)
  • convertdf_enc() is now reexported from inborutils

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

Further plan before merging: applying in real-life cases. All code contributions remain welcome (make your PR relative to rc0.3).

- change default name of output_var
- mention this default name in the documentation
New function cluster_locs(): detect well clusters
If TRUE, the result includes wells with missing filterdepth.
Defaults to FALSE
Reexport inborutils::convertdf_enc() (fixes #35)
This is because in some cases records for the same observation well
exist with different statuscodes.
Accomplished by filtering for specific value of fields 'PeilpuntOpenbaarheidTypeCode' and 'PeilpuntOpenbaarheidCode'
florisvdh and others added 28 commits May 5, 2020 09:46
This will prevent the installation of an older R version over released R
(like here: https://travis-ci.com/github/inbo/watina/builds/163763120#L1188),
which resulted in a build error further down.
Co-authored-by: Floris Vanderhaeghe <[email protected]>
restore the original filter
change the control of duplicated rows
This is a workaround addressing issue #55.
The issue is further investigated in
tidyverse/dbplyr#438.
get_xg3(), get_chem(): a fix for copy_to issue
Previously, two collects were done when masking, now only one.
as_points(), get_locs(): warn for duplicated coordinate pairs
get_chem(): return column 'unit', not 'units'
Import inbodb::connect_inbo_dbase() and put inborutils::convertdf_enc() back in watina
@florisvdh florisvdh merged commit 0dda362 into master May 20, 2020
@florisvdh florisvdh deleted the rc0.3 branch May 20, 2020 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants