-
Notifications
You must be signed in to change notification settings - Fork 74
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
"Heavy-duty" configurable geocode
command
#96
Comments
this will be a specialized version of the |
Since qsv will be presented at NYC Open Data Week (Mar 5-12 2022), the first integration target will be NYC's geocoder geoclient. |
Now that |
Stale issue message |
Reopening now that Also, move the geonames geocoder from |
Stale issue message |
Initial installment done using updateable geonames database with #1231 |
qsv bundles reverse-geocoder - a "lightweight" static, nearest city geonames geocoder.
But for real, street-level geocoding, we need a configurable geocoder that can use the user's geocoder backend of choice.
For the initial implementation of a heavy-weight geocoder, we'll start in order of implementation:
Other geocoder backends in the backlog:
This geocoder will be its own qsv command -
geocode
unlike the current lightweight one, which is just one of manyapply
operations.The text was updated successfully, but these errors were encountered: