We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Improved algo for h3Line that can cross arbitrary base cells with better fidelity than the current implementation:
h3Line
This should allow any arc >= 180 degrees, and ensure fidelity to the true great arc.
TODO: Prove that this is also the shortest grid distance (h3Distance).
h3Distance
The text was updated successfully, but these errors were encountered:
Note that this should fix #184
Sorry, something went wrong.
No branches or pull requests
Improved algo for
h3Line
that can cross arbitrary base cells with better fidelity than the current implementation:This should allow any arc >= 180 degrees, and ensure fidelity to the true great arc.
TODO: Prove that this is also the shortest grid distance (
h3Distance
).The text was updated successfully, but these errors were encountered: