First Steps

Process the HydReSGeo Dataset

The first steps can be found in this Process_HydReSGeo_Dataset.ipynb.

First, import the modules. Afterwards, run the automatic processing function processHydReSGeoDataset() with the paths which need to be adapted to your local paths. In the config file, the necessary paths and options need to be set.

from hprocessing.ProcessFullDataset import processHydReSGeoDataset

output_df = processHydReSGeoDataset(
    config_path="config/HydReSGeo.ini",
    data_directory="data/HydReSGeo/")

The pandas DataFrame output_df includes all processed data.

Example Plots

Exemplary plots can be found in this Example_Plots.ipynb.

Todo

Add exemplary plots.