Currently, it is not clear to a user how to add a new dataset, but this is quite easy. It simply needs to be added to config.yaml.
The required fields are nc_variable_names and filename_format.
The new dataset should then be added to the --dataset argument parser in main.py as a choice.
If cfgrib is added as a dependency, it should also be able to read directly from a grib-file.
Currently, it is not clear to a user how to add a new dataset, but this is quite easy. It simply needs to be added to config.yaml.
The required fields are
nc_variable_namesandfilename_format.The new dataset should then be added to the
--datasetargument parser inmain.pyas a choice.If
cfgribis added as a dependency, it should also be able to read directly from a grib-file.