hrbrmstr / nominatim

:earth_asia: Tools for Working with the 'Nominatim' API in R
Other
75 stars 20 forks source link

Please provide a openstreet API key #7

Closed kintero closed 8 years ago

kintero commented 8 years ago

Hello, The function osm_geocode always return me an error with this messages: "Please provide a openstreet API key". Where can I get a openstreet API key? Thanks,

hrbrmstr commented 8 years ago

The README for this repository has a link to the nominatim service where you can request an API key. http://open.mapquestapi.com/nominatim/

LennertSchepers commented 5 years ago

It would indeed be useful to mention in the documentation

R.utils::setOption("OSM_API_KEY", "yourkey")

hrampadarath commented 4 years ago

The comment by LennertSchepers should really be in the documentation. Was easier than searching through http://open.mapquestapi.com/nominatim/ for the answer.