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

Inheritance diagram of wolfhece.hydrometry.flow_SPW.SPW_flows

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

Inheritance diagram of wolfhece.hydrometry.flow_SPW.SPW_waterdepth

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

Inheritance diagram of wolfhece.hydrometry.flow_SPW.SPW_flows_1h

Manage the flow data from SPW-MI through the website “hydrometrie.wallonie.be”

_timestep_dl[source]
download_all(fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
download_one(name='', fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
load_all(fromdate=None, todate=None, timezone='GMT+1', format='parquet')[source]
update_all(format: Literal['csv', 'parquet'] = 'parquet')[source]
update_one(ts_id: str, dirin: pathlib.Path | str = None, format: Literal['csv', 'parquet'] = 'parquet')[source]
class wolfhece.hydrometry.flow_SPW.SPW_flows_highres(store_dir: str | pathlib.Path = None)[source]

Bases: SPW_flows

Inheritance diagram of wolfhece.hydrometry.flow_SPW.SPW_flows_highres

Manage the flow data from SPW-MI through the website “hydrometrie.wallonie.be”

_timestep_dl[source]
download_all(fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
download_one(name='', fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
load_all(fromdate=None, todate=None, timezone='GMT+1', format='parquet')[source]
update_all(format: Literal['csv', 'parquet'] = 'parquet')[source]
update_one(ts_id: str, dirin: pathlib.Path | str = None, format: Literal['csv', 'parquet'] = 'parquet')[source]
class wolfhece.hydrometry.flow_SPW.SPW_waterdepth_1h(store_dir: str | pathlib.Path = None)[source]

Bases: SPW_waterdepth

Inheritance diagram of wolfhece.hydrometry.flow_SPW.SPW_waterdepth_1h

Manage the water depth data from SPW-MI through the website “hydrometrie.wallonie.be”

_timestep_dl[source]
download_all(fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
download_one(name='', fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
load_all(fromdate=None, todate=None, timezone='GMT+1', format='parquet')[source]
update_all(format: Literal['csv', 'parquet'] = 'parquet')[source]
update_one(ts_id: str, dirin: pathlib.Path | str = None, format: Literal['csv', 'parquet'] = 'parquet')[source]
class wolfhece.hydrometry.flow_SPW.SPW_waterdepth_highres(store_dir: str | pathlib.Path = None)[source]

Bases: SPW_waterdepth

Inheritance diagram of wolfhece.hydrometry.flow_SPW.SPW_waterdepth_highres

Manage the water depth data from SPW-MI through the website “hydrometrie.wallonie.be”

_timestep_dl[source]
download_all(fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
download_one(name='', fromyear=1929, toyear=dt.datetime.now().year, timezone='GMT+1', format='parquet', force: bool = False)[source]
load_all(fromdate=None, todate=None, timezone='GMT+1', format='parquet')[source]
update_all(format: Literal['csv', 'parquet'] = 'parquet')[source]
update_one(ts_id: str, dirin: pathlib.Path | str = None, format: Literal['csv', 'parquet'] = 'parquet')[source]