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

Add vectrino #126

Merged
merged 12 commits into from
Mar 6, 2024
Merged

Add vectrino #126

merged 12 commits into from
Mar 6, 2024

Conversation

rfonsecadasilva
Copy link
Contributor

Add support for Nortek Vectrino (.vno) files.

Renan Silva added 12 commits January 15, 2024 17:15
plan for add_vectrino branch
add Nortek Vectrino as a supported instrument
changes to read Nortek Vectrino ADV
add vno_data dict
include check for Nortek/vectrino in _set_coords
include test for Nortek Vectrino (vectrino_data01)
include vectrino_data01.vno in list of tests
include Nortek Vectrino (.vno) files as git lfs tracked files
add vectrino_data01.vno file as example data
add vecrino_data01.nc for testing
add support for Nortek Vectrino (.vno) files
todo list completed
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7538996910

  • -4 of 131 (96.95%) changed or added relevant lines in 4 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.2%) to 88.794%

Changes Missing Coverage Covered Lines Changed/Added Lines %
dolfyn/tests/test_read_adv.py 3 4 75.0%
dolfyn/io/nortek.py 122 125 97.6%
Files with Coverage Reduction New Missed Lines %
dolfyn/tests/test_read_adv.py 1 81.82%
Totals Coverage Status
Change from base Build 7198599784: 0.2%
Covered Lines: 5531
Relevant Lines: 6229

💛 - Coveralls

@jmcvey3
Copy link
Collaborator

jmcvey3 commented Feb 9, 2024

@rfonsecadasilva Thank you for adding this! Looks great. @lkilcher Want to review and merge?

Copy link
Owner

@lkilcher lkilcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you @rfonsecadasilva !

@lkilcher lkilcher merged commit 146049a into lkilcher:master Mar 6, 2024
9 checks passed
jmcvey3 pushed a commit to jmcvey3/dolfyn that referenced this pull request Mar 7, 2024
* Create todo_add_vectrino.md

plan for add_vectrino branch

* Update about.rst

add Nortek Vectrino as a supported instrument

* Update nortek.py

changes to read Nortek Vectrino ADV

* Update nortek_defs.py

add vno_data dict

* Update base.py

include check for Nortek/vectrino in _set_coords

* Update test_read_adv.py

include test for Nortek Vectrino (vectrino_data01)

* Update api.py

include vectrino_data01.vno in list of tests

* Update .gitattributes

include Nortek Vectrino (.vno) files as git lfs tracked files

* Create vectrino_data01.vno

add vectrino_data01.vno file as example data

* Create vectrino_data01.nc

add vecrino_data01.nc for testing

* Update changelog.md

add support for Nortek Vectrino (.vno) files

* Delete todo_add_vectrino.md

todo list completed

---------

Co-authored-by: Renan Silva <00099335@uwa.edu.au>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants