validate¶
uwg validate¶
Commands for validating UWG JSON and .uwg files.
uwg validate [OPTIONS] COMMAND [ARGS]...
model¶
Validate a UWG model JSON file against the UWG schema.
Args:
model_json: Full path to a UWG model JSON file. Note that this will
not check if rural and new .epw file paths are valid since these
can be overridden by CLI arguments.
uwg validate model [OPTIONS] MODEL_JSON
Arguments
- MODEL_JSON¶
Required argument
param¶
Validate a .uwg parameter file.
Args:
param_uwg: Full path to a .uwg parameter file.
uwg validate param [OPTIONS] PARAM_UWG
Arguments
- PARAM_UWG¶
Required argument