A Python library for processing and visualization of trajectories and other spatial-temporal data
				PyMove
PyMove is a Python library for processing and visualization of trajectories and other spatial-temporal data.
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.
 
Creating a Virtual Environment
It is recommended to create a virtual environment to use pymove.
Requirements: Anaconda Python distribution installed and accessible
- In the terminal client enter the following where 
env_nameis the name you want to call your environment, and replacex.xwith the Python version you wish