-
Notifications
You must be signed in to change notification settings - Fork 214
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
ENH: Add return_back_azimuth kwarg to fwd, inv, fwd_intermediate, inv_intermediate #1165
Conversation
96cfa80
to
a14d1e4
Compare
Codecov Report
@@ Coverage Diff @@
## main #1165 +/- ##
==========================================
+ Coverage 96.25% 96.28% +0.02%
==========================================
Files 20 20
Lines 1791 1803 +12
==========================================
+ Hits 1724 1736 +12
Misses 67 67
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Looks good, thanks 👍 Mind adding |
479811d
to
c7d91e3
Compare
59829c8
to
877dbba
Compare
@snowman2 I think this is ready. |
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.
Thanks @idanmiara 👍
I am not going to merge it quite yet. 3.4.1 has not been released yet and this is targeted for 3.5. 3.4.1 may be replaced by 3.5, but not sure yet. |
5f9f8c3
to
39359cb
Compare
Thanks @idanmiara for the changes. We're getting closer. I updated the initial comment on the issue with a checklist of testing & documentation updates that would be good to add. Let me know if you have time to add those. |
7962a70
to
a9b1b41
Compare
a9b1b41
to
6ba0f13
Compare
All good now? |
6ba0f13
to
272ea8c
Compare
This looks great - thanks @idanmiara 👍. I think this is ready to go. Would you like to clean up the commit history or would you mind if I squashed on merge? |
…termediate` and `fwd_intermediate` (`.. versionadded:: 3.5.0 return_back_azimuth`) to allow compatibility between the azimuth output of `fwd`/`fwd_intermediate` and to emit warning for the braking change; update `npts` to override the new default. test_geod.py - update tests for the new default and add some new tests for new functionality history.rst - document this change
a6668e1
to
f944439
Compare
Thanks for your help! |
return_back_azimuth: bool = False
to allow compatibility between the azimuth output of fwd
and fwd_intermediate
#1163
fwd
andfwd_intermediate
azimuth output #1163history.rst
api/*.rst
for new API