Skip to content

Latest commit

 

History

History
124 lines (75 loc) · 5.59 KB

NEWS.md

File metadata and controls

124 lines (75 loc) · 5.59 KB
  • Add combined plot for wells with measurement chains (i.e. 9,10,13) showing EC (top plot and daily abstraction rates of this well (middle plot) and total daily wellfield production rate (bottom plot). These plots were automatically created with the article Measurement Chains and uploaded to the same cloud folder where already the measurement chains data and pdf files are located. For this the latest well operation export needs to be uploaded to the KWB cloud folder ../messketten/BWB_Brunnen_Prozessdaten.
  • 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 variable con_vars (again)
  • Add some error handling to vignette measurement-chains.Rmd
  • 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

  • Added Measurement Chains data import workflow for 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 files
    • read_multiple_emshoff91_ods() wrapper around read_emshoff91_ods() reading multiple .ods files and returning a list
  • Hydrochemistry:

    • 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

  • Add convert_to_sf() converting different CRS projections to 4326 (OSM map used as background map)

Workflows

  • 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)

  • Release on Zenodo DOI

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!