Deltares / hydromt_wflow

Wflow plugin for HydroMT
https://deltares.github.io/hydromt_wflow/
GNU General Public License v3.0
18 stars 15 forks source link

Remove hardcoded mapping tables and add those to a yml file #168

Closed JoostBuitink closed 1 year ago

JoostBuitink commented 1 year ago

This removes the hardcoded links to .csv files and moves those files to a data_catalog.yml file. The files remain in the data folder, and that is also where the .yml file is located. This file is automatically added to the WflowModel when this class is created.

See https://github.com/Deltares/hydromt_wflow/issues/94