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.5.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.5.tar.gz.
File metadata
- Download URL: traveltimemap-1.0.5.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 |
ce1c0b7a594b8e0640b44c3af32ddf557c9b08f9760194a0cdeef4864c13e323
|
|
| MD5 |
4a428ba725599ae687f41cfed2d25b2c
|
|
| BLAKE2b-256 |
9f237489323c357a31df3074d0a9130db6b7fb49eaad38a97de2b43dff65397b
|
File details
Details for the file traveltimemap-1.0.5-py3-none-any.whl.
File metadata
- Download URL: traveltimemap-1.0.5-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 |
87f008d2ac7257c7a0e8df486c583472cee956bc83fa1010933dae5c8eece5cd
|
|
| MD5 |
07eb1a088eefe7f4eab32c52055f836a
|
|
| BLAKE2b-256 |
64f7b733dba855611514b3854744e1d1778c9321647ea2941f0040dc8e8b7fd4
|