Skip to main content

Traja is a trajectory analysis and visualization tool

Project description

traja

Trajectory Analysis in Python

traja is composed of a subclass for pandas DataFrame, along with an accessor for additional operations.

Installation and setup

Install traja onto your system with pip install traja # TODO: Add as PyPI package

Import traja into your Python script or via the Python command-line with import traja.

Trajectories with traja

traja stores trajectories in pandas DataFrames, allowing any pandas functions to be used.

Load trajectory:

import traja

traj = traja.from_file('coords.csv')

Once a DataFrame is loaded, use the .traja accessor to access the visualization and analysis methods:

traj.traja.plot()

Demo

Coming soon.

dvc_screenshot

Details coming soon.

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

traja-0.0.1.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

traja-0.0.1-py3-none-any.whl (16.1 kB view hashes)

Uploaded Python 3

Supported by

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