Skip to content

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

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

v2.2.0

12 Mar 20:59
Compare
Choose a tag to compare
  • fixed indexing error leading to wrong extra byte TPU values

v2.1.1

10 Mar 17:10
Compare
Choose a tag to compare
  • changed time.clock() to time.process_time() in Sbet.py (to account for updated Python version)
  • modified TPU process popup window to include input field for water-surface ellipsoid height value (previously, the value was modified via the configuration.json file)