Library for Traffic Analysis and Situation Interpretation
Project description
TrAffic Situation analysis and Interpretation
TASI is a library to provide high-performance, easy-to-use data structures and data analysis tools for Python based traffic situation analysis and interpretation applications.
TASI is backed by those wonderful libraries
Numpy,Pandas, andNumba
Getting started
Install TASI from the PyPi registry.
pip install tasi
Download the latest DLR-UT version for demonstration purpose.
from tasi.dlr import DLRUTDatasetManager, DLRUTVersion,
dataset = DLRUTDatasetManager(DLRUTVersion.latest)
dataset.load()
and visualize the trajectories within the dataset using matplotlib.
from tasi.dlr import DLRTrajectoryDataset
from tasi.plotting import TrajectoryPlotter
import matplotlib.pyplot as plt
# load the first file of the dataset
ds_ut = DLRTrajectoryDataset.from_csv(dataset.trajectory()[0])
# plot the trajectories
f, ax = plt.subplots()
plotter = TrajectoryPlotter()
plotter.plot(ds_ut, ax=ax)
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
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 tasi-0.13.1.tar.gz.
File metadata
- Download URL: tasi-0.13.1.tar.gz
- Upload date:
- Size: 50.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6e4fd27d2770d9b38828a6210720ad16896ee445f3f73d8e124db62a7101e09
|
|
| MD5 |
4b6e8de6223be2b5df0162e4d3c76c95
|
|
| BLAKE2b-256 |
75462897a00672194b377bd38b4236362ef849a08a56b8815403072c1028424f
|
File details
Details for the file tasi-0.13.1-py3-none-any.whl.
File metadata
- Download URL: tasi-0.13.1-py3-none-any.whl
- Upload date:
- Size: 50.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b26127817d0615130888ffe820d06855bbb50561c1d2bf51ac82d5f2f5f5ce60
|
|
| MD5 |
1089d1d46a2afae2af8ea35b945ca441
|
|
| BLAKE2b-256 |
99dd45332d6360b434062c4042f6a146bcc3284a905e8967aded948b3902b032
|