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

Coordinate based county determination? #13

Open
AidanWelch opened this issue Jul 30, 2022 · 2 comments
Open

Coordinate based county determination? #13

AidanWelch opened this issue Jul 30, 2022 · 2 comments

Comments

@AidanWelch
Copy link
Owner

Could state county be identified through public geodata and coordinates of the camera?

@js637496
Copy link
Contributor

js637496 commented Aug 1, 2022

OpenStreetMap provides a free API, but the rate limit is 1 request per second:
https://operations.osmfoundation.org/policies/nominatim/

Example:
https://nominatim.openstreetmap.org/reverse?format=json&lat=37.027055&lon=-88.61358&zoom=18&addressdetails=1

It would take about half a day to get the details 30k+ camera locations.

@AidanWelch
Copy link
Owner Author

Yeaa, that's not ideal. It should be possible to download the county shapes and compute it locally

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