Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.47 KB

index.rst

File metadata and controls

51 lines (35 loc) · 1.47 KB

Welcome to pymove's documentation!

PyMove is a Python library for processing and visualization of trajectories and other spatial-temporal data.

We will also release wrappers to some useful Java libraries frequently used in the mobility domain.

Main Features

PyMove proposes:

  • A familiar and similar syntax to Pandas;
  • Clear documentation;
  • Extensibility, since you can implement your main data structure by manipulating other data structures such as Dask DataFrame, numpy arrays, etc., in addition to adding new modules;
  • Flexibility, as the user can switch between different data structures;
  • Operations for data preprocessing, pattern mining and data visualization.

Installation

Conda instalation

  1. conda install -c conda-forge pymove

Pip installation

  1. pip install pymove

Indices and tables

.. toctree::
   :maxdepth: 4
   :caption: References

   api/pymove
   examples/notebooks