This is a travel time estimation Python Library!
Reason this release was yanked:
0.2.4
Project description
Background
Twenty-first century urban planner have identified the understanding of Complex city traffic pattern as a major priority, leading to a sharp increase in the amount and the diversity of traffic data being collected. For instance, taxi companies in an increasing number of major cities have started recording metadata for every individual car ride, such as its origin, destination, and travel time. In this paper, we show that we can leverage network optimization insights to extract accurate travel time estimations from such origin-destination data, using information from a large number of taxi trips to reconstruct the traffic patterns in an entire city.
This Python Library TTEkits used the algorithm proposed by Dimitris Bertsimas et al. in the paper published in Operation Research for travel time estimation.
Install
pip install TTEkits
Before you can install TTEkits, you'll need to install some dependency libraries.
Usage
- step 1: import library
from TTEkits import model
- step 2: instantiation
graph_model = model.World(type=1,num=1000,sigma=0.1,reg=1000,time_limit=0.6)
- step 3: model train
graph_model.train()
- step 4: model test
graph_model.test()
- step 5: visualization
G = ox.graph_from_place('Manhattan, New York City, New York, USA', network_type='drive')
picture = Visualization(G,type=2,manual=True)
picture.plot_real_path(-73.98215485,40.76793671,-73.96463013,40.76560211)
License
@Elon Lau
This reposity is licensed under the MIT license. See LICENSE for details.
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
Built Distribution
File details
Details for the file TTEkits-0.2.4.tar.gz
.
File metadata
- Download URL: TTEkits-0.2.4.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3d1b496c012fa9573845b640cce447c6e9dd59e38665fa37900dbdca52c90b2 |
|
MD5 | 8015abc04afbfe66f78e981a4ed7b1ec |
|
BLAKE2b-256 | 8b92c2254ac207b6af8e17466a1b40bd599f86d0f1b8b2ae93b5901a0ea5dcd3 |
File details
Details for the file TTEkits-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: TTEkits-0.2.4-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1a86fcd34bf19c7a45193e8e8dbeba2af05172856ae2c0b8f835fadf526af53 |
|
MD5 | 9beccb16652305e9eddcd9bf8aa51994 |
|
BLAKE2b-256 | 7dd5a93b00fae90fcbf87c1f3493f1cca724925f31b413b99ba5822b0d56755f |