Re: [R-sig-Geo] Address from Wikimapia

2016-05-17 Thread boB Rudis
Just be aware that their API limit is up to 100 requests in 5 minutes. On Tue, May 17, 2016 at 9:56 PM, Ista Zahn wrote: > Maybe. The API is documented at http://wikimapia.org/api. You can interact > with the API using (e.g.) the httr or curl packages in R. > > Best, > Ista >

Re: [R-sig-Geo] Address from Wikimapia

2016-05-17 Thread Ista Zahn
Maybe. The API is documented at http://wikimapia.org/api. You can interact with the API using (e.g.) the httr or curl packages in R. Best, Ista On May 17, 2016 6:27 PM, "Miluji Sb" wrote: Is it possible to convert latitude and longitude into addresses in R using Wikimapia

[R-sig-Geo] Address from Wikimapia

2016-05-17 Thread Miluji Sb
Is it possible to convert latitude and longitude into addresses in R using Wikimapia mapping instead of Google? The reason being that Wikimapia addresses have more details. This is the code I have been using but this obtains the information from Google. library(data.table) library(ggmap)