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

Uploaded Python 3

File details

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

File metadata

  • Download URL: tasi-0.8.2.tar.gz
  • Upload date:
  • Size: 50.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for tasi-0.8.2.tar.gz
Algorithm Hash digest
SHA256 b212fb2d2a5d669d510b9d627b9be880b998df891617d1c7a2a12fea583a9dc7
MD5 5bcb3e81beb8df84cb164dd34eecb49b
BLAKE2b-256 61c92c27b416d86cdc4b2d245c75a12c36bef05b50d98c42395a024f759bb1d6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tasi-0.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 de0f1e5a57bc01f772e4e8bfd180524eae69dac63dc3ff99e09c8cea19bef106
MD5 0245f13da238ec67f806b6a8ec5b7dcd
BLAKE2b-256 87669468f45624c926eb706ad34e0c813d32e2fec7fab7009fdf298524e080d5

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