-
Notifications
You must be signed in to change notification settings - Fork 5
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
List of functions from GSW-C #62
Conversation
Adressing #61. Let's start with a target list of functions implemented in GSW-C. Maybe mark what was already implemented in Rust.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #62 +/- ##
=======================================
Coverage 81.57% 81.57%
=======================================
Files 6 6
Lines 2008 2008
=======================================
Hits 1638 1638
Misses 370 370 ☔ View full report in Codecov by Sentry. |
36f4e77
to
6014c89
Compare
Clearly conversions should be the first target.
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.
This is a nice inventory, helpful for gsw-C as well.
Although we don't use it in Rust, since it is explicit by the crate plus module (ex. gsw::earth::distance), let's add it here for consistency.
This is not 100% guarantee but it should be a good approximation. The most important here is to guide priorities to what implement next in Rust. |
Addressing #61.
Let's start with a target list of functions implemented in GSW-C. We are missing some functions but also we have a few missing in GSW-C.