Skip to content

Commit 48836fc

Browse files
authored
Bug/nv5 patch (#52)
* refactored Subaqueous.py * Updated logger for CBlue for sanity sake * Holy logging Batman! (customized logger) * Compute the average wind/kd, then query lookup table for a,b instead of querying look up table for a's/b's and taking average a/b * enforce tvu lower bound * user can select 95% conf or 1 sigma * Changes: user selects error types, Riegl LUTs added/implemented, program recognized .laz files * Migrated to laspy v2 * yaml, json precommit hooks * output csv option * Hawkeye support added * Hawkeye 400/500 AGL * Hawkeye 600 AGL * Added User Manual
1 parent 2f2c5e4 commit 48836fc

File tree

78 files changed

+6193
-298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+6193
-298
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: stable
3+
rev: 22.3.0
44
hooks:
55
- id: black
66

@@ -12,3 +12,9 @@ repos:
1212
stages: [commit]
1313
language: system
1414
entry: jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace
15+
16+
- repo: https://github.com/pre-commit/pre-commit-hooks
17+
rev: v4.0.1
18+
hooks:
19+
- id: check-yaml
20+
- id: check-json

0 commit comments

Comments
 (0)