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

Great-circle paths #12

Open
tdammers opened this issue Jul 20, 2018 · 1 comment
Open

Great-circle paths #12

tdammers opened this issue Jul 20, 2018 · 1 comment

Comments

@tdammers
Copy link

The Geodetics.Path module is great and super useful; one thing I would love to see there would be a greatCirclePath function that takes a lat/lon/alt point and an initial bearing, and generates a great-circle path from there. greatCirclePath 0 0 0 would thus generate the 0 meridian, greatCirclePath 0 0 90° would be the equator, etc.

This would be particularly useful for a thing I'm doing, which is about air navigation; essentially I have a VOR beacon that gives me a position and a bearing ("radial"), and a DME beacon that gives me a position and a distance, and I want to calculate the coordinates of the intersection between the VOR ray and the DME's equidistance sphere. I haven't quite dived into the code enough to do it myself yet, but if that's what it takes I'd be happy to.

@PaulJohnson
Copy link
Owner

PaulJohnson commented Jul 23, 2018 via email

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

No branches or pull requests

2 participants