Skip to content

Commit 859e9e8

Browse files
authored
Add stonesoup
1 parent 8f45e0d commit 859e9e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Trajectools plugin adds trajectory analysis algorithms to the QGIS Processin
88

99
## Requirements
1010

11-
Trajectools requires [MovingPandas](https://github.com/movingpandas/movingpandas) (a Python library for movement data analysis) and optionally integrates [scikit-mobility](https://scikit-mobility.github.io/scikit-mobility/) and [gtfs_functions](https://github.com/Bondify/gtfs_functions).
11+
Trajectools requires [MovingPandas](https://github.com/movingpandas/movingpandas) (a Python library for movement data analysis) and optionally integrates [scikit-mobility](https://scikit-mobility.github.io/scikit-mobility/) (for privacy tests), [stonesoup](https://stonesoup.readthedocs.io/) (for smoothing), and [gtfs_functions](https://github.com/Bondify/gtfs_functions) (for GTFS data support).
1212

1313
### Conda install
1414

@@ -17,7 +17,7 @@ The recommended way to install these dependencies is through conda/mamba:
1717
```
1818
(base) conda create -n qgis -c conda-forge python=3.9
1919
(base) conda activate qgis
20-
(qgis) mamba install -c conda-forge qgis movingpandas scikit-mobility
20+
(qgis) mamba install -c conda-forge qgis movingpandas scikit-mobility stonesoup
2121
(qgis) pip install gtfs_functions
2222
```
2323

@@ -31,6 +31,7 @@ If you cannot use conda, you may try installing from the QGIS Python Console:
3131
import pip
3232
pip.main(['install', 'movingpandas'])
3333
pip.main(['install', 'scikit-mobility'])
34+
pip.main(['install', 'stonesoup'])
3435
pip.main(['install', 'gtfs_functions'])
3536
```
3637

0 commit comments

Comments
 (0)