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 map-arrow
As Library
import timestamp
# 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.1.tar.gz
(7.1 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.1.tar.gz.
File metadata
- Download URL: traveltimemap-0.0.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e9fd945ec261706f3e3d036b713cbb1c94aaa34c8cf6fe996c6174fd849490a
|
|
| MD5 |
3f96a34de28af322482719f4a8104200
|
|
| BLAKE2b-256 |
290d45739890347d7cc94d3d7703157f589ded3aaf37ec524c3ed4f2645fa4b6
|
File details
Details for the file traveltimemap-0.0.1-py3-none-any.whl.
File metadata
- Download URL: traveltimemap-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ef929f8ce11d7bd207826b0e2019f196ca470fbef80a1f03ebb52fd9cbfa967
|
|
| MD5 |
eb1f9bd70ffaf489ef5c200b0e566f06
|
|
| BLAKE2b-256 |
f4746d915c291dc675f3942beb3c1599fd191e1ec1d60bf243dc2bea736b972a
|