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.3.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.3.tar.gz.
File metadata
- Download URL: traveltimemap-1.0.3.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 |
5401d3f4a7d19654e22d6b12841f53ba1d044a9f964ede6d45d73b19f3ce3a6e
|
|
| MD5 |
be74b7152fe757328e7444583fc29be0
|
|
| BLAKE2b-256 |
a27d62a5c4644030154663df1f0d0aa0a0146d2ce28ca6ecc902d69b2efadb5e
|
File details
Details for the file traveltimemap-1.0.3-py3-none-any.whl.
File metadata
- Download URL: traveltimemap-1.0.3-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 |
caac4c2313597147e9f3b54b02a9cb3fc3b9ca85e5e5229009c565adad4bb2cf
|
|
| MD5 |
845de123ec3951494a75856daf3b590f
|
|
| BLAKE2b-256 |
5af3267a6bcf9a3a4117a6a8d9794e3fb19cfd36b17bb5a084dab19b215e9c2b
|