Travel Time Map
Project description
Travel-time Maps by Speed: Learning Project
Take in data input (.csv), generate heatmaps based on speed condition with printed timestamps
Installation
Use the package manager pip to install all requirements
pip install -r /path/to/requirements.txt
As Package
pip install traveltimemap
As Library
import timestamp
# returns heatmap with travel time statistics & direction
map_direction('path/to/data.csv')
# returns heatmap with travel time statistics
get_timestamp('path/to/data.csv')
# returns heatmap
get_map('path/to/data.csv')
# save to build directory
map = get_map('path/to/data.csv')
save_map(map, name='map-name')
Demo
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
traveltimemap-1.0.0.tar.gz
(7.2 kB
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 traveltimemap-1.0.0.tar.gz.
File metadata
- Download URL: traveltimemap-1.0.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f606fe1a299ad026655f7cacb2bcbf37d5f79cea896d5af2189d9067218d4453
|
|
| MD5 |
389a7860046bcaa1b887616a57f2534c
|
|
| BLAKE2b-256 |
12f9fb5a756e807c42775245fc83a22b8f240faf351ce0bce6615e1e28d50f05
|
File details
Details for the file traveltimemap-1.0.0-py3-none-any.whl.
File metadata
- Download URL: traveltimemap-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24d930ae77944eb2122c2740772a6ca9703b111ca4f7f62cbec10f55a6c84104
|
|
| MD5 |
9ccafb782b001fda1fee76c019af46b1
|
|
| BLAKE2b-256 |
758901645abac1f3d8a1253d82d34b72a586c4d092bda1d108e165725f1d8154
|