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

Avoid using a hard coded earth radius in compute destination point #296

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nacho-skydweller
Copy link

This should solve #290

@manuelbieh
Copy link
Owner

Thanks for your PR!

For some reason the CI fails now:
https://app.circleci.com/pipelines/github/manuelbieh/geolib/230/workflows/7f61d9ec-a609-4b96-a02c-fec145178b95/jobs/524

Could you please have a look and check if it's your change that's causing these failed tests? Doesn't really make sense to me but it worked before.

@manuelbieh
Copy link
Owner

Ok, it does make sense because we have earth radius 6378137 vs. 6371000. So this is technically a breaking change.

@manuelbieh manuelbieh self-requested a review March 13, 2023 21:39
@nacho-skydweller
Copy link
Author

nacho-skydweller commented Mar 13, 2023 via email

@nacho-skydweller
Copy link
Author

@manuelbieh just pushed a commit to fix the tests!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants