Releases: cBLUE-dev-team/cBLUE.github.io
cBLUE v3.4
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.
cBLUE v3.3
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.
cBLUE v3.2
Added Sensor Models:
– Teledyne CZMIL
– Teledyne CZMIL Nova
– Teledyne CZMIL Supernova
cBLUE will no longer add subaquous uncertainty to non-subaqueous points’ TPU. Subaqueous processing only generates subaqueous uncertainty for a point if that point has a subaqueous class of 40, 43, 46, or 64.
Subaqueous processing now handles linear or quadratic subaqueous lookup tables.
Subaqueous processing is now versioned at V2.2. The current version of subaqueous processing is stored in the cblue_configuration.json and is included in the output of the metadata JSON file.
Updated user manual to include new sensor models and information on how to read TVU and THU stored in Extra Bytes.
cBLUE v3.1
• Added Sensor Models:
– Areté PILLS
– Fugro RAMMS
• TPU processing now done in one click in GUI.
• cBLUE can now be run through command line interfacing.
• Sensor information is stored in the lidar_sensors.json.
• Scan angle and range uncertainties now depend on sensor selection.
• Added dependency (openpyxl).
• Error type is now logged in the metadata file produced for each output LAS file.
• Optional output CSV file records coordinates for X, Y, and Z instead of the LAS
point record value of X, Y, and Z.
cBLUE v3.0
Updates in cBLUE v3.0:
- Added support for Chiroptera 4X
- Added support for HawkEye 4X
- Added ability to select 1-sigma or 95% confidence level values for output TVU and THU
- Created a .csv (comma-separated text) output option, in addition to the LAS ExtraBytes output option
- Added support for .laz (compressed LAS) files
- Updated dependency from laspy 2.0 to laspy 3.0
Additionally, we have created a cBLUE User’s Manual
What's Changed
- Uploaded new LUTs for VQ-880-G and Chiroptera 4X by @parrishOSU in #45
- more robust .gitignore for cross-platform dev by @fpcorcoran in #48
- Feature/pre commit hooks git hooks by @fpcorcoran in #51
- New yml by @fpcorcoran in #49
- Added Chiroptera, Hawkeye to dropdown by @fpcorcoran in #50
- Bug/nv5 patch by @fpcorcoran in #52
New Contributors
- @parrishOSU made their first contribution in #45
- @fpcorcoran made their first contribution in #48
Full Changelog: v2.2.3...v3.0
v2.2.3
v2.2.2
v2.2.1-rc2_exe
This is the pyinstaller exe version of the 2.2.1-rc2 release.
This is a self contained program and does not require any additional outside resources.
To run simply click on CBlue.exe and proceed as normal.
v2.2.1-rc2
- fixed cBLUE issue #37
- added LasGrid.py to repo
v2.2.1-rc1
corrected version number and deleted overlooked trouble-shooting code