-
Notifications
You must be signed in to change notification settings - Fork 200
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
Getting bearing between two points? #185
Comments
Hmm I don't do much with Haversine, @mkulke, got any ideas? |
For now I worked around the problem with:
|
actually i think your implementation is canonical. maybe worth adding?
source: https://dtcenter.org/met/users/docs/write_ups/gc_simple.pdf |
Yes, the code should be ok. But I guess I do not know enough about rust templates and cargo to generate proper patch. I'd like rust-geo to gain that functionality. |
alrighty, i quickly added the trait in #186. it's useful for me as well. |
Ha amazing I wrote one just before I left work and didn’t push it. <3
…--
steph
On 2 Mar 2018, at 20:53, Magnus Kulke ***@***.***> wrote:
alrighty, i quickly added the trait in #186. it's useful for me as well.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I can use haversine_destination to convert point, bearing and distance to second point. Is there reverse operation available? I can use haversine_distance() to get distance of two points, but I can't get bearing...
The text was updated successfully, but these errors were encountered: