Skip to main content

TrAffic Situation analysis and Interpretation

pypi DOI DLR-TS PyPI Downloads

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, and Numba

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)

trajectory-example

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tasi-0.15.3.post1.tar.gz (50.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tasi-0.15.3.post1-py3-none-any.whl (50.1 MB view details)

Uploaded Python 3

File details

Details for the file tasi-0.15.3.post1.tar.gz.

File metadata

  • Download URL: tasi-0.15.3.post1.tar.gz
  • Upload date:
  • Size: 50.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tasi-0.15.3.post1.tar.gz
Algorithm Hash digest
SHA256 2f25052c59eb1d08144eca321f9d5e15e04f64f453741bb003af2d6f0f1f3a94
MD5 13844e9b86e1749c7dfe9c3c990eff65
BLAKE2b-256 b7320cd04be5cb38e497e47774df3b10e9e73a045d6bbf50b9f7f2d1c68e286f

See more details on using hashes here.

File details

Details for the file tasi-0.15.3.post1-py3-none-any.whl.

File metadata

  • Download URL: tasi-0.15.3.post1-py3-none-any.whl
  • Upload date:
  • Size: 50.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tasi-0.15.3.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 1c36802f1055079d17df31e4f50e14f1f7d3c980c27f665d61e0d9f69aec8237
MD5 eac23d958fb3616992144bc6ad4dc3c0
BLAKE2b-256 b0d865b9e78734bfd101eb06e2f77a5d6be2c68b31b74dbc87fecbba67b5c81a

See more details on using hashes here.

Release history Release notifications | RSS feed

0.15.3.post2

2 files

This release

0.15.3.post1 This release

2 files

0.15.3

2 files

0.15.2

2 files

0.15.1

2 files

0.15.0.post3

2 files

0.15.0.post2

2 files

0.15.0.post1

2 files

0.15.0

2 files

0.14.1.post2

2 files

0.14.1.post1

2 files

0.14.1

2 files

0.13.2

2 files

0.13.1

2 files

0.13.0

2 files

0.12.1

2 files

0.11.0

2 files

0.10.0

2 files

0.9.1

2 files

0.9.0

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.0

2 files

0.6.0

2 files

0.5.0

2 files

0.4.0

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.1

2 files

0.0.post1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page