wolfhece.hydrometry.flow_SPW
Author: HECE - University of Liege, Pierre 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
- class wolfhece.hydrometry.flow_SPW.SPW_flows(variable, timestep, credential=None, store_dir=None)[source]
Bases:
wolfhece.hydrometry.rain_SPW.SPW_pluviographs
Management of the rain data from the SPW-MI website through its data download interface The data are stored in a local directory in csv or parquet format, and can be loaded in memory as pandas Series for analysis and plotting.
- class wolfhece.hydrometry.flow_SPW.SPW_waterdepth(variable, timestep, credential=None, store_dir=None)[source]
Bases:
wolfhece.hydrometry.rain_SPW.SPW_pluviographs
Management of the rain data from the SPW-MI website through its data download interface The data are stored in a local directory in csv or parquet format, and can be loaded in memory as pandas Series for analysis and plotting.
- class wolfhece.hydrometry.flow_SPW.SPW_flows_1h(store_dir: str | pathlib.Path = None)[source]
Bases:
SPW_flows
Manage the flow data from SPW-MI through the website “hydrometrie.wallonie.be”
- download_all(fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
- class wolfhece.hydrometry.flow_SPW.SPW_flows_highres(store_dir: str | pathlib.Path = None)[source]
Bases:
SPW_flows
Manage the flow data from SPW-MI through the website “hydrometrie.wallonie.be”
- download_all(fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
- class wolfhece.hydrometry.flow_SPW.SPW_waterdepth_1h(store_dir: str | pathlib.Path = None)[source]
Bases:
SPW_waterdepth
Manage the water depth data from SPW-MI through the website “hydrometrie.wallonie.be”
- download_all(fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
- class wolfhece.hydrometry.flow_SPW.SPW_waterdepth_highres(store_dir: str | pathlib.Path = None)[source]
Bases:
SPW_waterdepth
Manage the water depth data from SPW-MI through the website “hydrometrie.wallonie.be”
- download_all(fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]