Hello,
I'm working on a project where I have to do a georeferencing about 100k addresses. I used an open source (Open Street Map) to georeference them. However, after some research I realized that there is a limit of Requests. And in order to georeference around 1000 addresses, the program explodes ... In this situation, I used a Sys.sleep (0.5) function which is to do half a second interval between each address search. AND the program continues exploding...
Can someone help me find a function or line of code that allows the program to only make one address per second?
I hope someone can help me in this problem.
Thank you,
Pedro.