hydromt_wflow.utils.read_csv_output#
- hydromt_wflow.utils.read_csv_output(fn: Path | str, config: dict, maps: Dataset) dict[str, GeoDataArray][source]#
Read wflow output csv timeseries and parse to dictionary.
Parses the wflow csv output 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 theGeoDataArraycorresponds to the csv header attribute or header_map when available.