Skip to main content

Traja is a trajectory analysis and visualization tool

Project description

Colab

Traja is a Python library for trajectory analysis. It extends the capability of pandas DataFrame specific for animal trajectory analysis in 2D, and provides convenient interfaces to other geometric analysis packages (eg, R and shapely).

Introduction

The traja Python package is a toolkit for the numerical characterization and analysis of the trajectories of moving animals. Trajectory analysis is applicable in fields as diverse as optimal foraging theory, migration, and behavioral mimicry (e.g. for verifying similarities in locomotion). A trajectory is simply a record of the path followed by a moving animal. Traja operates on trajectories in the form of a series of locations (as x, y coordinates) with times. Trajectories may be obtained by any method which provides this information, including manual tracking, radio telemetry, GPS tracking, and motion tracking from videos.

The goal of this package (and this document) is to aid biological researchers, who may not have extensive experience with Python, to analyze trajectories without being handicapped by a limited knowledge of Python or programming. However, a basic understanding of Python is useful.

If you use traja in your publications, please cite the repo

@misc{justin_shenk_2019_3237827,
  author       = {Justin Shenk and
                  Rüdiger Busche},
  title        = {justinshenk/traja: v0.1.1},
  month        = jun,
  year         = 2019,
  doi          = {10.5281/zenodo.3237827},
  url          = {https://doi.org/10.5281/zenodo.3237827}
}

Installation and setup

To install traja with conda, run

conda install -c conda-forge traja

or with pip

pip install traja.

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 with x, y and time coordinates:

import traja

df = traja.read_file('coords.csv')

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

df.traja.plot(title='Cage trajectory')

Analyze Trajectory

The following functions are available via traja.trajectory.[method]

Function

Description

calc_derivatives

Calculate derivatives of x, y values

calc_turn_angles

Calculate turn angles w.r.t. x-axis

transitions

Calculate first-order Markov model for transitions between grid bins

generate

Generate random walk

resample_time

Resample to consistent step_time intervals

rediscretize_points

Rediscretize points to given step length

For up-to-date documentation, see https://traja.readthedocs.io.

Random walk

Generate random walks with

df = traja.generate(n=1000, step_length=2)
df.traja.plot()
walk\_screenshot.png

Resample time

traja.trajectory.resample_time allows resampling trajectories by a step_time.

Flow Plotting

df = traja.generate()
traja.plot_surface(df)
3D plot
traja.plot_quiver(df, bins=32)
quiver plot
traja.plot_contour(df, filled=False, quiver=False, bins=32)
contour plot
traja.plot_contour(df, filled=False, quiver=False, bins=32)
contour plot filled
traja.plot_contour(df, bins=32, contourfplot_kws={'cmap':'coolwarm'})
streamplot

Acknowledgements

traja code implementation and analytical methods (particularly rediscretize_points) are heavily inspired by Jim McLean’s R package trajr. Many thanks to Jim for his feedback.

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

Uploaded Source

Built Distribution

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

traja-0.2.6-py3-none-any.whl (77.7 kB view details)

Uploaded Python 3

File details

Details for the file traja-0.2.6.tar.gz.

File metadata

  • Download URL: traja-0.2.6.tar.gz
  • Upload date:
  • Size: 72.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

File hashes

Hashes for traja-0.2.6.tar.gz
Algorithm Hash digest
SHA256 b1335becd2d122f6758d41a685dea23a58e8732f73955c7f46fc52ced682ddfe
MD5 06d1900c8ae3787b1abe8bf12dd9bf1d
BLAKE2b-256 c84eaeb47b48cfad78f1cecf9431cb0f9816a329dfb1e0761eb56d27f4ff7e41

See more details on using hashes here.

File details

Details for the file traja-0.2.6-py3-none-any.whl.

File metadata

  • Download URL: traja-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 77.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

File hashes

Hashes for traja-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 42c8f8622c1d9708876d05210bbef884f432aecbfbbe4cd12d861afab4b59dbf
MD5 accd14c5306dd71b2f3b029bfb496770
BLAKE2b-256 4f32e2306bde7b7825144686d5f8dba5609accdd8958c591370a9baa5cb25156

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