-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add support for additional geocoding services #62
Comments
If I could recommend a Geocoder service to add, may I suggest Mapbox API? |
Hey! Glad to give Mapbox API a try, what I have seen so far is that there are two different endpoints: https://docs.mapbox.com/api/search/geocoding/#endpoints
I can try |
Hey @dieghernan that would be great. I'm assuming Also, could you base your changes off the reverse-geocoding branch? I've restructured a few things in the package to accommodate reverse geocoding (added new |
Quick list with potential geocoding services (this list would be updated in the future) GeonamesDocs: http://www.geonames.org/export/geonames-search.html See also {geonames} package: https://github.com/ropensci/geonames |
Any chance of getting https://geocode.xyz added to the already impressive list? Thanks |
@moreron The geocode.xyz service is now implemented on the |
Instructions on how to add a geocoding service to the package are now here.
The text was updated successfully, but these errors were encountered: