Changelog
Source:NEWS.md
kwb.geosalz 0.6.0 2023-04-14
- Fix GitHub Actions failure:
- Add dependency on kwb.nextcloud (required by vignette measurement-chains.Rmd)
- Consider change of variable name in new Wasserportal API in vignette wasserportal.Rmd
- Fix bug in
create_sftp_connection()
: provide variablecon_vars
(again) - Add some error handling to vignette measurement-chains.Rmd
kwb.geosalz 0.5.0 2022-10-11
Bugfix: fix
read_lab_bwb()
leading to crash in case of importingHydrochemie_Gesamt_Geosalz_v1.0.6.xlsx
(see here for fixAdd
stop_if_duplicated_samples_found()
forread_lab_bwb()
andread_isotopes()
to throw error in case imported dataset contains duplicatedsample_id
Articles
- Added Measurement Chains data import workflow for
electrical conductivity
andtemperature
, which will be installed in productions wells in September (K10: 2022-09-27) and October 2022 (K9: 2022-10-17, K13: 2022-10-16). Data in SFTP server is downloaded, aggregated and exported to the restricted KWB cloud each weekday at 07:00:00 UTC. (see .github/pkgdown.yml#L11).
kwb.geosalz 0.4.0 2022-08-25
Functions
-
Emshoff 91 .ods Import:
create_emshoff91_import()
-
read_emshoff91_ods()
reads single.ods
files -
read_multiple_emshoff91_ods()
wrapper aroundread_emshoff91_ods()
reading multiple.ods
files and returning a list
-
Hydrochemistry:
added
read_lab_bwb()
to import lab data of BWB andread_isotopes()
to import isotope data analysed by UFZadded
get_phreeqc_data()
to filter out parameters imported byread_lab_bwb()
which are required by PhreeqC. In order to transform these filtered data the functionconvert_phreeqc_input_to_wide()
can be used. Finally the filtered data (as retrieved byget_phreeqc_data()
) is used byprepare_phreeqc_input()
for creating the PhreeqC input file.
Wasserportal: added
convert_to_sf()
to convert xy-coordinates (i.e. UTM_33N with crs = 25833) to a spatial feature object (with crs = 4326)
Articles
Added Emshoff 91 data import of ods files (formerly saved in
Quattro Pro
(and converted with help ofLibreOffice (7.0)
onUbuntu
to.ods
and.xlsx
. However, latter not used due to possible mis-translation!Added Hydrochemistry data preparation workflow of lab data for PhreeqC
Added Wasserportal data availability for southern part of SVM Friedrichshagen
kwb.geosalz 0.3.0 2022-06-20
Adding functionality for checking data availability for SVM Friedrichshagen based on available BWB data from pre-project phase (digitalised at KWB) and open-data from Wasserportal Berlin
Functions
- Add
convert_to_sf()
converting different CRS projections to4326
(OSM map used as background map)
Workflows
Added new workflow Wasserportal for checking available data from Wasserportal Berlin
Updated workflow Data Availability WW Friedrichshagen checking available data from pre-project phase (see: workflow article)
kwb.geosalz 0.2.0 2022-06-01
Add
get_foerdermengen_gal_fri()
for getting annual abstraction values of well field galeries for waterworks FriedrichshagenAdd workflow Data Availability WW Friedrichshagen checking available data from pre-project phase (see: workflow article)
kwb.geosalz 0.1.0 2019-02-13
kwb.geosalz 0.1.0.9000 unreleased
Wrapped KWB-R/GeoSalz@88ae17 into R package “kwb.geosalz” for better workflow documentation
Note: Formalising the R scripts into the R package lead to major improvements (bug removal) due to the build-in “Check” functionality for R packages!
Integrated R functions
Integrated “main.R” into “vignettes/workflow.Rmd” for documenting workflow
see http://style.tidyverse.org/news.html for writing a good
NEWS.md