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.6.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.6.tar.gz.
File metadata
- Download URL: traveltimemap-0.0.6.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 |
adfc3fd9898ce3876aea11a81fb8ba31f4f17af618ed96a6fe3e85448ea05744
|
|
| MD5 |
6b8c3d0c0ec0b4a271780a4eb327c154
|
|
| BLAKE2b-256 |
c9d48b5e75b804e722d84169ca837abaea3e601fcfe579809bcefa565a68e535
|
File details
Details for the file traveltimemap-0.0.6-py3-none-any.whl.
File metadata
- Download URL: traveltimemap-0.0.6-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 |
383348ee4de2d3af0136372edf3343217d92bad4350efa30cff14fb5b34d1248
|
|
| MD5 |
e8d44f8ed679009e9797afc2399fb7c9
|
|
| BLAKE2b-256 |
b80c0f5e7f98d27988c8e70ea6899ca908910cf41d46abd05eb0c77371bfe91c
|