A lib python to processing and visualization of trajectories and other spatial-temporal data
Project description
Use PyMove and go much further
Information
| Package Status |
|
| License |
|
| Python Version |
|
| Build Status |
|
| Platforms |
|
| All Platforms |
|
| PyPi Downloads |
|
| PyPi version |
|
| Conda Downloads |
|
| Conda version |
|
| Stars |
|
| Forks |
|
| Issues |
|
| Code Quality |
|
| Code Coverage |
|
What is PyMove
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.
Read the full documentation on ReadTheDocs
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 to use. (To see a list of available python versions first, type conda search "^python$" and press enter.)-
conda create -n <env_name> python=x.x -
Press y to proceed. This will install the Python version and all the associated anaconda packaged libraries at
path_to_your_anaconda_location/anaconda/envs/env_name
-
-
Activate your virtual environment. To activate or switch into your virtual environment, simply type the following where yourenvname is the name you gave to your environment at creation.
conda activate <env_name>
-
Now install the package from either
conda,piporgithub
Conda instalation
conda install -c conda-forge pymove
Pip installation
pip install pymove
Github installation
-
Clone this repository
git clone https://github.com/InsightLab/PyMove
-
Switch to folder PyMove
cd PyMove
-
Switch to a new branch
git checkout -b developer
-
Make a pull of branch
git pull origin developer
-
Install pymove in developer mode
pip install -r requirements-dev.txt
For windows users
If you installed from pip or github, you may encounter an error related to
shapely due to some dll dependencies. To fix this, run conda install shapely.
Examples
You can access examples of how to use PyMove here
Papers
(list of publications using/with Pymove)
Useful list of related libraries and links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pymove-2.5.1.tar.gz.
File metadata
- Download URL: pymove-2.5.1.tar.gz
- Upload date:
- Size: 312.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5e7036914138e5be84f0758b7489c9a2b1cb647f6b3f4802ec3352063510978
|
|
| MD5 |
589857bda265384c561c139bd72e2000
|
|
| BLAKE2b-256 |
be68e3642dc3d40b50fde7c0c474b6a7fff04c2501ec11bc03f7a59b020da13c
|
File details
Details for the file pymove-2.5.1-py3-none-any.whl.
File metadata
- Download URL: pymove-2.5.1-py3-none-any.whl
- Upload date:
- Size: 340.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c2aa26d993468aefd600f6591d39c3481c616f91ee73ff86c8899efbde3394d
|
|
| MD5 |
2b9697c1790d8a10a3f5e19427b737af
|
|
| BLAKE2b-256 |
771c04a9ab998c3998fb00bdd5259d45ca50385ada45ff006faca62f3c1c8924
|