Closed JakeRuss closed 7 years ago
Hi, that's exactly the purpose of the optional add_request
parameter, see:
https://geocoder.opencagedata.com/api#forward-opt
Thank you for pointing that out @freyfogle. I don't see that API parameter supported in the opencage docs, so let me see if I can add that support and submit a quick pull request.
Good idea, thanks, feel free to submit a pull request, even better with an unit test 😊 if you do add yourself as ctb in DESCRIPTION .
I think I can close this now thanks to your work @JakeRuss ! :smile_cat:
Hi @maelle,
I have about 2,200 European cities that I want to get coordinates for and I thought I'd try out your package as an alternative to
ggmap
. It works really well! However, one feature thatggmap
offers that would be great to include here, would be to append the original location query to the results data frame. It would simplify the process of merging the coordinate data back to the original data frame.