Closed snorfalorpagus closed 7 years ago
The command line interface supports reading data from h5 files, but only if the file contains a single key. This wouldn't work, for instance, if rainfall and PET were in the same file, or if there were multiple rainfall scenarios in a single file.
I propose a CLI syntax like this:
pycatchmod run --parameters x.json --rainfall data.h5 --rainfall-key /rainfall/baseline --pet data.h5 --pet-key /pet/baseline
The command line interface supports reading data from h5 files, but only if the file contains a single key. This wouldn't work, for instance, if rainfall and PET were in the same file, or if there were multiple rainfall scenarios in a single file.
I propose a CLI syntax like this: