| ... | ... | @@ -13,7 +13,7 @@ The value of single value variables should appear on that variable’s line in t |
|
|
|
|
|
|
|
When you’re using a configuration file, you will now control more of the run settings in the configuration file, instead of the various controls being spread randomly across the command line and the configuration file.
|
|
|
|
|
|
|
|
Specifically, the configuration file settings dictionary respects new entries for **settings[constants.DO_TEST_PASSFAIL_KEY]** (turn pass/fail testing on and off), **settings[constants.WARN_MISSING_KEY]** (get warning messages for variables you requested that could not be analyzed and have them affect pass/fail testing and reports), and **settings[constants.USE_NO_LON_OR_LAT_VARS_KEY]** (turn off and on whether you want to navigate your data on the Earth using matching latitude and longitude data). For the exact details of how these new settings work please see [the documentation for configuration files](https://gitlab.ssec.wisc.edu/evas/UW-Glance/-/wikis/Using-Configuration-Files).
|
|
|
|
Specifically, the configuration file settings dictionary respects new entries for **settings[constants.DO_TEST_PASSFAIL_KEY]** (turn pass/fail testing on and off), **settings[constants.WARN_MISSING_KEY]** (get warning messages for variables you requested that could not be analyzed and have them affect pass/fail testing and reports), and **settings[constants.USE_NO_LON_OR_LAT_VARS_KEY]** (turn off and on whether you want to navigate your data on the Earth using matching latitude and longitude data). For more details of how these new settings work please see [the documentation for configuration files](https://gitlab.ssec.wisc.edu/evas/UW-Glance/-/wikis/Using-Configuration-Files).
|
|
|
|
|
|
|
|
By default pass/fail testing will now be turned on. Please use the --noPassFail option on the command line or “settings[constants.DO_TEST_PASSFAIL_KEY] = False” in the configuration file to turn off pass/fail testing. This change will only affect how Glance behaves when you are comparing data.
|
|
|
|
|
| ... | ... | |
| ... | ... | |