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

Improve calculated precision of hash code #1

Open
maximveksler opened this issue May 8, 2015 · 0 comments
Open

Improve calculated precision of hash code #1

maximveksler opened this issue May 8, 2015 · 0 comments

Comments

@maximveksler
Copy link
Owner

Currently precision, is hard coded by measuring bounding box lat / lon is below 0.5 deg. It would be wise to improve the way hash precision is calculated by following a “significantly more precise” measurements.

Suggestion: For (each new hash precision cycle), check if calculating the precision is wise, by measuring the precious distance for lat,lon from the previous bounding box, calculate distance for

    case North // Top
    case South // Bottom
    case East // Right
    case West  // Left

then, complete first iteration of new hash loop, and check if either lat or lon precision has been imported by at least 25% compared to previous measurement, if so - continue, else break the calculation loop.

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

No branches or pull requests

1 participant