Any limitations on the number of requests to find_panorama and download_panorama
happyday521 opened this issue · 1 comments
happyday521 commented
Hi,
Thanks for your great work!
I want to use the following code:
for (lat, lon) in crawl_list:
pano = streetview.find_panorama(lat, lon)
streetview.download_panorama(pano, f"{pano.id}.jpg")
to Batch Crawling streetview images from google map, but I am concerned about any restrictions on accessing this service. Are there any limitations on the number of requests or the frequency of access to this function?
Thanks!
sk-zk commented
There are no limitations that I'm aware of. I've made loads of requests in the past and have never been throttled or blocked.