Discharge of springs monitored during the WABEsense project
- 1. OST - Eastern Switzerland University of Applied Sciences
- 2. Uli Lippuner AG
Description
Water discharge and temperature of the springs monitored during the WABEsense project (UTF 642.21.20).
The data corresponding to the all field measurements performed between Feb. 2021 and Dec 2023. Data for each spring might not cover the whole period.
For each spring there are two files: *.csv and *.meta. The .csv file contains the recorded data. The .meta fiel contains further information about the spring (e.g. location) and the data.
## List of springs:
- Bonaduz BS Paliu Fravi
- Bonaduz BS Salums Friedrich
- Bonaduz BS Salums Leo
- Bonaduz SS Leo Friedrich
- Bregaglia BS Acqua d'Balz 1
- Bregaglia BS Acqua d'Balz 2
- Hergiswil BS Rossmoos
- Hergiswil SS Muesli
- Oberriet SS Ulrika
- Schiers BS Chalta Wasser
- Schiers BS Grapp rechts
- Susch BS Prada bella suot
- Susch BS Prada bella sura
- Zernez BS Sarsura
- Zug SS Nidfuren
More details about each spring is given in the corresponding .meta file.
We are very grateful for the work of the operators responsible for collecting the data.
## Files formats
All files are plain text. The .csv files are UTF-8 encoded and separated by ";" (semi-colon) . The .meta files follow the YAML format.
An example of loading the data in python using pandas is given below:
import pandas as pd data = pd.read_csv("Bonaduz.BS.Paliu_Fravi_discharge.csv", encoding="utf-8", sep=";")
Files
wabesense_discharge_2023-12-07.zip
Files
(5.2 MB)
Name | Size | Download all |
---|---|---|
md5:a4f2c8fcf1c89f05f3996982ad8101c6
|
5.2 MB | Preview Download |
Additional details
Related works
- Cites
- Project deliverable: https://www.aramis.admin.ch/Grunddaten/?ProjectID=47484 (URL)