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.4.tar.gz
(7.3 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.4.tar.gz.
File metadata
- Download URL: traveltimemap-0.0.4.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f91d253741cb28476581a3565f3bad897d8bab75de1d53e24450debba68732d4
|
|
| MD5 |
9691012269eb49941cd5482ba4906690
|
|
| BLAKE2b-256 |
6ec870488ad8a8f98f79639b2877033a65e467b0b30fedc8e45765fd6188e0f8
|
File details
Details for the file traveltimemap-0.0.4-py3-none-any.whl.
File metadata
- Download URL: traveltimemap-0.0.4-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 |
7ac4c68b79b8d0d491f15e9d26e2e5e29a95a6d7e17e16e3c76c127be998c60f
|
|
| MD5 |
b66bb2cdf1d3b73b505545090ef7ca56
|
|
| BLAKE2b-256 |
d9d68bc44a79fbb35d67e3a7edffb9fb57ad06e3e0b47ad33e6ea42dc6398368
|