Skip to content

Commit 6e13c44

Browse files
committed
Update to 2.4
1 parent e178287 commit 6e13c44

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

metadata.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name=Trajectools
33
description=Processing tools for handling trajectory data
44
about=Trajectools adds trajectory analysis algorithms to the QGIS Processing toolbox. Trajectools requires MovingPandas (a Python library for movement data analysis) and optionally integrates scikit-mobility (for privacy tests), stonesoup (for smoothing), and gtfs_functions (for GTFS data support). See the plugin homepage for installation recommendations. Sample data for testing the functionality is provided with the plugin download.
55
category=Plugins
6-
version=2.3
6+
version=2.4
77
qgisMinimumVersion=3.0
88
qgisMaximumVersion=4.0
99

@@ -20,7 +20,13 @@ repository=https://github.com/movingpandas/qgis-trajectools
2020
experimental=False
2121
deprecated=False
2222

23-
changelog=2.3
23+
changelog=2.4
24+
- Added GTFS algorithms for extracting stops, fixes #43
25+
- Added default output styles for GTFS stops and segments
26+
- Added Trajectory splitting at field value changes
27+
- Added option to add selected fields to output trajectories layer, fixes #53
28+
- Improved UI of the split by observation gap algorithm, fixes #36
29+
2.3
2430
- Added generalizers and cleaners
2531
- Added smoother (requires stonesoup)
2632
- Fixed stop detection double input, fixes #40

0 commit comments

Comments
 (0)