Skip to main content

Library for Traffic Analysis and Situation Interpretation

Project description

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(ut, ax=ax)

Project details


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.6.0.tar.gz (30.8 kB view details)

Uploaded Source

Built Distribution

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

tasi-0.6.0-py3-none-any.whl (35.8 kB view details)

Uploaded Python 3

File details

Details for the file tasi-0.6.0.tar.gz.

File metadata

  • Download URL: tasi-0.6.0.tar.gz
  • Upload date:
  • Size: 30.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for tasi-0.6.0.tar.gz
Algorithm Hash digest
SHA256 26bd5a4204dcbf66fda6f155f7bb4b2e8401d6c825ae753936eebad6fd21796f
MD5 2afbe38593b2f5c732c1d5eb52ab0e7f
BLAKE2b-256 441c3b0350909b334cd47bf11432b3914cb7cfbe30feddf402c2fc3c9137b4ea

See more details on using hashes here.

File details

Details for the file tasi-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: tasi-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 35.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for tasi-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4af74a4d62f7c83dfac037348afcff3f07715348d80471ab9af7d9e0d0115d1e
MD5 8d4279dc5e833261d12db07f102bc770
BLAKE2b-256 1c1fafa68568425d49a377f1e216c3347a79c8b6311f9c922221b8a4d4270f0d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page