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-0.0.3.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-0.0.3.tar.gz.
File metadata
- Download URL: traveltimemap-0.0.3.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 |
115ac39527215ef27c01308f7036baba251d634190c8b2006f10104b2e9349c7
|
|
| MD5 |
81eb78170c3853cc43a5e101ed909d9c
|
|
| BLAKE2b-256 |
6829ef85033614a13d15c4292a037f8e5808bb5fbdb3c31edb90ab6f694c93d6
|
File details
Details for the file traveltimemap-0.0.3-py3-none-any.whl.
File metadata
- Download URL: traveltimemap-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.3 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 |
39daa9b3c1a2b3cb45290ec86bb3f3b387a3b72e098d463c1925031e2843dda7
|
|
| MD5 |
fb4cb276eeab690272126ba312ad14d9
|
|
| BLAKE2b-256 |
b4c15c9c9ca15552b3edb48b2deefb441eb44f92ed0abb3bd577ddc5d016332e
|