../messketten/BWB_Brunnen_Prozessdaten
.create_sftp_connection()
: provide variable con_vars
(again)Bugfix: fix read_lab_bwb()
leading to crash in case of importing Hydrochemie_Gesamt_Geosalz_v1.0.6.xlsx
(see here for fix
Add stop_if_duplicated_samples_found()
for read_lab_bwb()
and read_isotopes()
to
throw error in case imported dataset contains duplicated sample_id
Articles
electrical conductivity
and temperature
, 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).Functions
Emshoff 91 .ods Import:
create_emshoff91_import()
read_emshoff91_ods()
reads single .ods
filesread_multiple_emshoff91_ods()
wrapper around read_emshoff91_ods()
reading multiple .ods
files and returning a listHydrochemistry:
added read_lab_bwb()
to import lab data of BWB and read_isotopes()
to
import isotope data analysed by UFZ
added get_phreeqc_data()
to filter out parameters imported by read_lab_bwb()
which are required by PhreeqC. In order to transform these filtered data
the function convert_phreeqc_input_to_wide()
can be used. Finally the filtered
data (as retrieved by get_phreeqc_data()
) is used by prepare_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 of LibreOffice (7.0)
on Ubuntu
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
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
convert_to_sf()
converting different CRS projections to 4326
(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)
Add get_foerdermengen_gal_fri()
for getting annual abstraction values of
well field galeries for waterworks Friedrichshagen
Add workflow Data Availability WW Friedrichshagen checking available data from pre-project phase (see: workflow article)
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