Install standard release#

Tracklib supports Python 3.8 and later.

Dependencies#

Tracklib depends on the following Python packages:

  • numpy – Provides efficient array operations.

  • matplotlib – Used for colormaps and 2D plotting.

  • progressbar2 – Displays the progress of long-running operations.

  • rtree – Python bindings for libspatialindex, used for spatial indexing.

  • requests – Used to query HTTP web services.

These dependencies are installed automatically when installing Tracklib.

PyPI#

https://img.shields.io/pypi/v/tracklib.svg?logo=python&logoColor=white

Install the latest stable release from PyPI using pip:

pip install tracklib