First StepsΒΆ

The first steps can be found in this notebook.

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.