Author: HECE - University of Liege, Pierre Archambeau, Loïc Archambeau
Date: 2024
Copyright (c) 2024 University of Liege. All rights reserved.
This script and its content are protected by copyright law. Unauthorized
copying or distribution of this file, via any medium, is strictly prohibited.
Module Contents
-
wolfhece.hydrometry.kiwis_gui._[source]
-
class wolfhece.hydrometry.kiwis_gui.hydrometry_gui(credential='', *args, **kw)[source]
Bases: wx.Frame
wxFrame for data selection
- General configuration :
sites
stations
timeseries par station
–> plot
-
setdate(event: wx.CommandEvent)[source]
-
getsites(event: wx.CommandEvent)[source]
Get global sites
-
getstations(event: wx.CommandEvent)[source]
Get stations for a specific selected site or multisites
Store a list of these stations in self.stations_list
-
_fill_list2()[source]
-
_getname_code_fromindex(index)[source]
-
gettimeseries(event: wx.CommandEvent)[source]
Get the timeseries for a selected station
-
_get_data()[source]
Download data
-
_get_data_qc()[source]
Download data
-
getdataandplot(event: wx.CommandEvent)[source]
Download data and plot
-
getdatacombineandplot(event: wx.CommandEvent)[source]
Download data, combine and plot
-
getdata_qc_andplot(event: wx.CommandEvent)[source]
Download data quality code and plot
-
exportcsv(event: wx.CommandEvent)[source]
Download data and export to csv
-
exportcsv_qc(event: wx.CommandEvent)[source]
Download data and quality code and export to csv
-
nearest(event: wx.CommandEvent)[source]
-
inside(event: wx.CommandEvent)[source]
-
recup_date()[source]
Get date from calendars and store in self.datefrom and self.dateto