-
Notifications
You must be signed in to change notification settings - Fork 97
Support speed and NMEA heading from Simrad .raw files #1703
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
Open
gavinmacaulay
wants to merge
36
commits into
echostack-org:main
Choose a base branch
from
gavinmacaulay:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
9b07a20
Support speed and NMEA heading from Simrad .raw files
gavinmacaulay 2428db7
remove a missed debug print
gavinmacaulay 50c263c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d9100c1
fix a test that failed
gavinmacaulay dac72c6
Merge branch 'main' of https://github.com/gavinmacaulay/echopype
gavinmacaulay c1d018b
Resolve some of the test failures
gavinmacaulay 12507ef
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8369a30
Merge branch 'echostack-org:main' into main
gavinmacaulay 1ac96c6
Update test_convert_ek80 to use new location of data for test_parse_N…
gavinmacaulay b64dcdb
Merge remote-tracking branch 'upstream/main' into pr-1703
LOCEANlloydizard de5216a
Change heading raw file path to match updated asset location
gavinmacaulay e20981b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3f833fb
Remove accidentally committed files and changes
gavinmacaulay fb1daf6
Merge branch 'main' of https://github.com/gavinmacaulay/echopype
gavinmacaulay 6d74d01
change checksum
LOCEANlloydizard e32484b
Merge branch 'echostack-org:main' into main
gavinmacaulay 77c0b84
Merge branch 'echostack-org:main' into main
gavinmacaulay c4a43b5
Merge branch 'echostack-org:main' into main
gavinmacaulay 8a3ffce
Merge branch 'echostack-org:main' into main
gavinmacaulay 0683848
Merge branch 'echostack-org:main' into main
gavinmacaulay a6bc7b4
Resolve a testing warning
gavinmacaulay b3f2069
Undo a commit to the wrong PR
gavinmacaulay 7c371cb
Apply suggestions from code review
gavinmacaulay a3c3640
Merge branch 'echostack-org:main' into main
gavinmacaulay 8cf2c5c
Merge branch 'echostack-org:main' into main
gavinmacaulay cb3b393
Merge branch 'echostack-org:main' into main
gavinmacaulay fb4e896
Merge branch 'echostack-org:main' into main
gavinmacaulay 15fe469
Merge branch 'echostack-org:main' into main
gavinmacaulay be9b96a
Merge branch 'echostack-org:main' into main
gavinmacaulay ce85731
Merge branch 'echostack-org:main' into main
gavinmacaulay b12424f
Merge branch 'echostack-org:main' into main
gavinmacaulay ff04434
Merge branch 'echostack-org:main' into main
gavinmacaulay c512947
Merge branch 'main' of https://github.com/gavinmacaulay/echopype
gavinmacaulay 611cdd2
Merge branch 'echostack-org:main' into main
gavinmacaulay f90da53
Add mark.unit label to speed over ground test
gavinmacaulay 493d46d
Merge branch 'echostack-org:main' into main
gavinmacaulay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know of any cases where there is heading received from both MRU and NMEA? I'm wondering if you can just save those as separate variables.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And I guess the same applies to the NMEA speed sentences
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see many vessel-based systems setup to receive both MRU0 datagrams and heading (from a separate gyrocompass via the HDT message), although I found none in the echopype test dataset and is why I added one 😄 My thinking was that from the user's point of view they shouldn't need to (initially) think too much about where the heading came from and just have it be in a
headingvariable.For the NMEA speed, many vessels have it in both RMC and VTG messages, but then some vessels don't have RMC and come don't have VTG and that's a detail that user's don't really need to worry about if they both end up in a
speed_over_groundvariable.