Skip to content

cBLUE v3.4

Latest
Compare
Choose a tag to compare
@kiefk kiefk released this 07 May 18:03
76b50d7

v3.4 Updates:
Fixed error when copying header file information for output files.

v3.3 Updates:
When cBLUE is run through the CLI the cblue_configuration.json file will no longer update by default. The config file will still update by default when run through the GUI. To update the config file when run through the CLI, add the --save_config flag to the command.

Added additional help text to water height field.

Moved subaqueous class list to cblue_configuration.json. Retrieve these values from the json in UserInput.py. Allows user to add or remove subaqueous class values by editing the cblue_configuration.json.

Added ability to handle LAS files that have ExtraBytes already added.

Add ability for user to select output as LAZ file. User can now use flags --las, --laz, and --csv to get output files of the respective type. No flags chosen will default to LAS file output. User can supply multiple output flags, for example: using --las and --csv will produce output files of both types. The GUI has also been modified to provide check boxes for LAS, LAZ, or CSV to match.