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.2.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.2.tar.gz.
File metadata
- Download URL: roubikon-0.1.2.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 |
d853d8b5ab80260504f91d55c68320a5727825dfd5f0308db92413c11d88d15b
|
|
| MD5 |
5b715efb8d8e2af0cada8d663fddd439
|
|
| BLAKE2b-256 |
c0a385ed9016bf3b5900c3121932e576e3ba276e4a7b5cd5750115b87fdfee29
|
File details
Details for the file roubikon-0.1.2-py3-none-any.whl.
File metadata
- Download URL: roubikon-0.1.2-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 |
013719afbe210f0930c174adde80928792b6abc2dbcfb60f5dc3e23acae3a7a6
|
|
| MD5 |
fb31c880205109105fa3bcd492c1ff79
|
|
| BLAKE2b-256 |
acc228bac906ff5a99e9554dcc68529b97a8f2e09b16d317ffdf077e33fec014
|