Flask web app for OSM road-network shortest-path navigation and street-view visualization
Project description
roubikon
A Flask-based package for shortest-path route visualization on road networks with street-level imagery.
Features
- Serves a Flask web app with an interactive map interface
- Generates a side-by-side route video combining a 2D map view and street-level photos
- Supports pre-processed street view images or live Google Street View API fetching
Installation
pip install .
Usage
from roubikon.app import create_app
app = create_app(data_file="your_road_network.txt")
app.run(port=5000)
The road network file should list vertex count, edge count, then one id lat lon per vertex and one a b per edge.
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
roubikon-0.1.5.tar.gz
(2.3 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file roubikon-0.1.5.tar.gz.
File metadata
- Download URL: roubikon-0.1.5.tar.gz
- Upload date:
- Size: 2.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95a9bc3433ed47da33975bc330ecf741a5e5703a5ad87c9d7a5c706767ed94d2
|
|
| MD5 |
054b809b59b9fcd42ec44f8c2882a810
|
|
| BLAKE2b-256 |
1b7bed8d3d7220e866ec42c7d678fb263c5028908b4afc755020029809b20031
|
File details
Details for the file roubikon-0.1.5-py3-none-any.whl.
File metadata
- Download URL: roubikon-0.1.5-py3-none-any.whl
- Upload date:
- Size: 2.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1277ee5ebf07603710921d7f51ee4001d41ff41e8c96792976f24004d3fe7950
|
|
| MD5 |
180f01bee112383e114b477679962fbd
|
|
| BLAKE2b-256 |
a4a61c93a43fd4da951dbf3a0ae4ebaccb42b02d029eb5d18b103f9aa307363b
|