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

trajectory-example

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.10.0.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.10.0-py3-none-any.whl (50.1 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tasi-0.10.0.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

Hashes for tasi-0.10.0.tar.gz
Algorithm Hash digest
SHA256 51436b7ce6e27e2bd3160b8c9fdd5b0d7fd82541cf551982aa89a5b97241a46a
MD5 49fbe0392a7212613d4371a057c38c45
BLAKE2b-256 10efc7f05417ec175a11fb05acd7b8d3974a915b5be7e6a2d61b10ebcbf328cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tasi-0.10.0-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

Hashes for tasi-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 687319482dab0c54fef35dce44c7f5b0fe611bae0d648458f75fe129cb247d6d
MD5 2fa8b4832987a332d75dadbb39f00665
BLAKE2b-256 49b2e282225e692981a3423da2c0e29e185f4a70f2f939a943bd11f37f236fc7

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