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

Use haversine or geodesic calculation for split by square #42

Closed
spwoodcock opened this issue Jul 12, 2024 · 0 comments
Closed

Use haversine or geodesic calculation for split by square #42

spwoodcock opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@spwoodcock
Copy link
Member

Describe the bug

For some reason we have a hardcoded approximation of degrees per meter:

    meter = 0.0000114

Expected behavior

This should clearly be calculated using a haversine formula, or better geodesic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants