tsutterley / pyTMD

Python-based tidal prediction software
https://pytmd.readthedocs.io
MIT License
135 stars 40 forks source link

feat: add ECEF to ENU conversions #326

Closed tsutterley closed 2 months ago

tsutterley commented 2 months ago

refactor: use rotation matrix to convert from cartesian to spherical

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 97.93814% with 4 lines in your changes missing coverage. Please review.

Project coverage is 71.65%. Comparing base (3d1d88a) to head (e6b15f3). Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
pyTMD/compute.py 92.45% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #326 +/- ## ========================================== + Coverage 69.17% 71.65% +2.48% ========================================== Files 39 39 Lines 9365 11042 +1677 Branches 1322 1522 +200 ========================================== + Hits 6478 7912 +1434 - Misses 2467 2632 +165 - Partials 420 498 +78 ``` | [Flag](https://app.codecov.io/gh/tsutterley/pyTMD/pull/326/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/tsutterley/pyTMD/pull/326/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley) | `71.65% <97.93%> (+2.48%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.