Skip to content

Releases: cBLUE-dev-team/cBLUE.github.io

cBLUE v3.4

07 May 18:03
76b50d7
Compare
Choose a tag to compare

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

17 Apr 01:21
8d85857
Compare
Choose a tag to compare

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

05 Jun 16:52
a57dbf8
Compare
Choose a tag to compare

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

08 Nov 23:25
d40a03d
Compare
Choose a tag to compare

• 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

13 Aug 16:52
48836fc
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.2.3...v3.0

v2.2.3

14 Jan 18:36
Compare
Choose a tag to compare

Fixed mcu not being initialized issue and classification attribute error

v2.2.2

04 Dec 19:23
Compare
Choose a tag to compare
  • fixed tpu-sorting issue when flight lines are excluded

v2.2.1-rc2_exe

15 Jul 15:40
Compare
Choose a tag to compare
v2.2.1-rc2_exe Pre-release
Pre-release

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

20 Mar 13:32
Compare
Choose a tag to compare
v2.2.1-rc2 Pre-release
Pre-release
  • fixed cBLUE issue #37
  • added LasGrid.py to repo

v2.2.1-rc1

19 Mar 16:42
Compare
Choose a tag to compare
v2.2.1-rc1 Pre-release
Pre-release
corrected version number and deleted overlooked trouble-shooting code