KSSno / KAPy

Klimaatlases in Python
MIT License
0 stars 0 forks source link

Better handling of multiple models in input files #15

Open ketilt opened 1 day ago

ketilt commented 1 day ago

Current config/inputs.tsv uses a combination of glob and regex to match a set of input files. This is not optimal for our use cases. How can we do it better?

Subtasks