Skip to main content

Download panoramas and metadata from Street View and others

Project description

streetlevel

streetlevel is a module for downloading panoramas and metadata from Google Street View, Bing Streetside and Mapy.cz Panorama.

Since it relies on internal / inofficial API calls, it may break unexpectedly.

Installation

pip install streetlevel

Example

Downloading the closest Street View panorama to a specific location:

from streetlevel import streetview

pano = streetview.find_panorama(46.8839586, 12.169002)
streetview.download_panorama(pano, f"{pano.id}.jpg")

Functionality overview

✔ implemented / available; 🟡 partially implemented / available; ❌ not implemented; ⚫ not available / not applicable

Street View Streetside Mapy.cz Panorama
Finding panoramas
How panoramas can be retrieved through the API.
Find panoramas around a point
(returns closest only)

(returns closest only)
Find panoramas by slippy map tile or bounding box
(tile, z=17)

(bounding box)
Get specific panorama by ID
Imagery
The type of imagery returned by the service.
Download panoramas
Download depth information
(?)
Image projection Equirectangular Cubemap Equirectangular
Image format JPEG JPEG JPEG
Available metadata
Metadata returned by the API of the service alongside ID and location.
Capture date
(month and year only for official coverage; full date for inofficial coverage)
Yaw/heading, pitch, roll

Elevation
Nearby / linked panoramas
(previous and next image in sequence)
Historical panoramas
Address
Creator

Documentation

Documentation of all available functionality can be found in the doc folder.

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

streetlevel-0.3.0.tar.gz (23.9 kB view hashes)

Uploaded Source

Built Distribution

streetlevel-0.3.0-py3-none-any.whl (17.6 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