This module helps you scrape panoramas from Google's streetview for given area.
Scraping is done asynchronously using aiohttp and asyncio packages.
The module is built upon and modifies streetview module - https://github.com/robolyst/streetview
- Install required modules:
pip install -r requirements.txt - Change center, radius, resolution to your liking in
config.yaml. - Running
1_get_panoid_info.pywill save data for panoramas and generate a map of panorama locations.
- Running
2_download_panoramas.pywill start downloading panoramas to apanoramas/directory
- Running
3_project_panoramas.pywill project the panoramas into cubical projections with front, back, left and right views as separate images in acube_pano/directory.

