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.4.tar.gz
(7.7 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.4.tar.gz.
File metadata
- Download URL: traveltimemap-1.0.4.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffd8b9f45f2900be2146a24b8f339a4340a94114055d6825b4f917d38f06b5a8
|
|
| MD5 |
31c4c943018750885fc911c12693c414
|
|
| BLAKE2b-256 |
7a0c9c0d4204413c78eb2eb89560615e27fe233242681825ff56b2fc4007de14
|
File details
Details for the file traveltimemap-1.0.4-py3-none-any.whl.
File metadata
- Download URL: traveltimemap-1.0.4-py3-none-any.whl
- Upload date:
- Size: 10.0 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 |
1dd1202c6478163c09c4790c292bcdfc2168cc63856fc55de14c7a561c336ed0
|
|
| MD5 |
6a42fde82bd4b66157a28eacf883ce25
|
|
| BLAKE2b-256 |
e2320421f1451a8b6222e19cfd545d8529c890d1f52cb136b5081f46d221a708
|