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.2.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.2.tar.gz.
File metadata
- Download URL: traveltimemap-0.0.2.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 |
4a33db4ef9cb3bfda24633f0143baebd86e5739dba0e361b10833cc1efc0e8c2
|
|
| MD5 |
db72d5c00b394a437d539a63539aca50
|
|
| BLAKE2b-256 |
cc0a1808bca3c1b75dcb55fd403d76390e6e0e3bf2ad0951ec78b7d45584aea8
|
File details
Details for the file traveltimemap-0.0.2-py3-none-any.whl.
File metadata
- Download URL: traveltimemap-0.0.2-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 |
7008d15ef457935e3416b92ec658d39a40af3995bee8adf93956ff24ded551b8
|
|
| MD5 |
4a7521c8c50dc142aa97b904fa6347d2
|
|
| BLAKE2b-256 |
940ee699dc5f91919b6977cf22c7dc23686c43699274011227f7f5d1a73b3f20
|