cBLUE-dev-team / cBLUE.github.io

cBLUE is a tool to calculate the total propagated uncertainty of bathymetric lidar data.
https://noaa-rsd.github.io/cBLUE.github.io/
GNU Lesser General Public License v2.1
12 stars 1 forks source link
bathymetric-lidar bathymetry lidar noaa-rsd rsd topobathymetric-lidar total-propagated-uncertainty tpu

cBLUE

image info

Documentation

To view cBLUE documentation, including installation instructions, click cBLUE User Manual

Note for Contributors:

cBLUE uses pre-commit hooks for code standardization. To keep commits standard, please run the following commands before issuing a new PR:

  1. pip install pre-commit
  2. cd cBLUE.github.io
  3. pre-commit install

Note: the hook black will cause commits to fail on first attempt and automatically reformat non-compliant code. Simply re-stage and commit the reformatted files.