Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dolfyn cleaning function updates #354

Merged
merged 28 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3b5578b
matplotlib >=3.8
ssolson Aug 9, 2024
6c62bfd
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson Aug 19, 2024
738e3d0
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson Aug 19, 2024
f91ef77
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson Aug 28, 2024
20487d5
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson Sep 13, 2024
6dc14db
Improve and make surface cleaning functions more robust
jmcvey3 Sep 18, 2024
5251606
Cleanup
jmcvey3 Sep 18, 2024
5d7d520
Get deprecation names right
jmcvey3 Sep 18, 2024
33635f8
Consistently use 'degree' singular for units
jmcvey3 Sep 19, 2024
8657815
Merge branch 'develop' into cleaning_updates
jmcvey3 Oct 15, 2024
35c5ff2
Fix nan's that were somehow reverted
jmcvey3 Oct 15, 2024
0f420fc
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson Oct 16, 2024
0eabef8
RDI beam angle and frequency attribute fixes
jmcvey3 Oct 22, 2024
6f5c559
Convert to int instead of using bool type as an index
jmcvey3 Oct 22, 2024
effc64e
Do some reshuffling of RDI reader to make it easier to read
jmcvey3 Oct 25, 2024
9cbb933
Organize nortek classic reader and rename some functions
jmcvey3 Oct 25, 2024
48977be
Set proper turbulence intensity units
jmcvey3 Oct 28, 2024
6a69d6c
Correct turbulence intensity units
jmcvey3 Oct 28, 2024
f511dd9
Add another encoding parameter to skip
jmcvey3 Oct 29, 2024
694faec
Merge branch 'develop' into cleaning_updates
jmcvey3 Oct 29, 2024
1059bd3
Better dry code for rdi reader changes
jmcvey3 Oct 29, 2024
a20759d
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson Nov 5, 2024
5772294
Merge branch 'cleaning_updates' of https://github.com/jmcvey3/MHKiT-P…
ssolson Nov 5, 2024
b65e0d8
Requested changes
jmcvey3 Nov 14, 2024
a48ad0f
Merge branch 'cleaning_updates' of https://github.com/jmcvey3/MHKiT-P…
ssolson Nov 26, 2024
c0d573f
docstrings & black
ssolson Nov 26, 2024
0201019
Merge branch 'develop' of https://github.com/MHKiT-Software/MHKiT-Pyt…
ssolson Nov 26, 2024
76f8321
typer -> typing
ssolson Nov 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
237 changes: 121 additions & 116 deletions examples/adcp_example.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/data/dolfyn/test_data/AWAC_test01.dolfyn.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root - INFO - Position: 2, codes: (165, 5)
root - INFO - Reading hardware configuration (0x05) ping #0 @ 2...
root - INFO - Position: 50, codes: (165, 4)
root - INFO - Reading head configuration (0x04) ping #0 @ 50...
root - INFO - Reading header configuration (0x04) ping #0 @ 50...
root - INFO - Position: 274, codes: (165, 0)
root - INFO - Reading user configuration (0x00) ping #0 @ 274...
root - INFO - Position: 786, codes: (165, 32)
Expand Down
Binary file modified examples/data/dolfyn/test_data/AWAC_test01_clean.nc
Binary file not shown.
Binary file not shown.
Binary file modified examples/data/dolfyn/test_data/Sig1000_tidal_clean.nc
Binary file not shown.
Binary file modified examples/data/dolfyn/test_data/Sig500_Echo_clean.nc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root - INFO - Position: 2, codes: (165, 5)
root - INFO - Reading hardware configuration (0x05) ping #0 @ 2...
root - INFO - Position: 50, codes: (165, 4)
root - INFO - Reading head configuration (0x04) ping #0 @ 50...
root - INFO - Reading header configuration (0x04) ping #0 @ 50...
root - INFO - Position: 274, codes: (165, 0)
root - INFO - Reading user configuration (0x00) ping #0 @ 274...
root - INFO - Position: 786, codes: (165, 18)
Expand Down
Binary file modified examples/data/dolfyn/test_data/vmdas02_os.nc
Binary file not shown.
Binary file modified examples/data/dolfyn/test_data/winriver02_transect.nc
Binary file not shown.
Loading
Loading