Skip to main content

A Python library and utility to download Google StreetView images

Project description

streetviewdownloader

Streetviewdownloader is a Python>=3.9 library and utility to download images from Google’s StreetView Static API.

Installation

Streetviewdownloader is available from PyPi:

pip install streetviewdownloader

Alternatively, it can be built from source:

git clone https://github.com/DigitalGeographyLab/streetviewdownloader
cd streetviewdownloader
pip install .

Usage

Command line tool

streetviewdownloader --api-key YOUR_API_KEY --url-signing-key YOUR_URL_SIGNING_KEY --extent "POLYGON((24.9791 60.2021, 24.9609 60.2002, 24.9642 60.1894, 24.9826 60.1867, 24.9879 60.1950, 24.9791 60.2021))" --output-directory "Hermanni"

All command line options can alternatively be specified in a configuration file saved to ${XDG_CONFIG_HOME}/streetviewdownloader.yaml or %APPDATA%\streetviewdownloader.yaml, depending on your operating system.

Library

Streetviewdownloader can also be used via its Python API. Find examples and API reference at https://streetviewdownloader.readthedocs.io

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streetviewdownloader-0.2.6.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

streetviewdownloader-0.2.6-py3-none-any.whl (23.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page