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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for streetlevel-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d179bfd597f7bd81ec55888d0314ddcb347241b616cd8a95d551add550d7be2 |
|
MD5 | 88045c549d1343f00cb3b7623ab3939f |
|
BLAKE2b-256 | 8bab35cec9e5db8e178a9cf1cb80c5073d0f013ab96932044525725499e05740 |