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

Attempt to select the "best" tile from all providers for a given spot #8

Open
dphillips97 opened this issue Apr 25, 2019 · 0 comments

Comments

@dphillips97
Copy link
Collaborator

dphillips97 commented Apr 25, 2019

A person could just download all tiles from all providers and switch during use, but for the low-bandwidth user it seems useful to provide a single tileset with whatever is best for each individual tile area

  • Check all providers for the highest tile level available
  • Check all providers for the most recent tile (don't know if this is possible; I think there is some timestamp data in the metadata for each URL?)
  • Use pillow to check for cloudy areas (probably just highest overall RGB pixel value, maybe something more complicated like Hamming distance from an all-white tile, maybe even looking for sections of all white)?
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

1 participant