hydromt_wflow.read_csv_results#
- hydromt_wflow.read_csv_results(fn: str | Path, config: Dict, maps: Dataset) Dict [source]#
Read wflow results csv timeseries and parse to dictionnary.
Parses the wflow csv results file into different
hydromt.GeoDataArrays
, one per column (csv section and csv.column sections of the TOML). The xy coordinates are the coordinates of the station or of the representative point of the subcatch/area. The variable name in theGeoDataArray
corresponds to the csv header attribute or header_map when available.