-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmetadata.txt
53 lines (48 loc) · 2.39 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[general]
name=Trajectools
description=Processing tools for handling trajectory data
about=Trajectools adds trajectory analysis algorithms to the QGIS Processing toolbox. Trajectools requires MovingPandas >= 0.21.2 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.
category=Plugins
version=2.4
qgisMinimumVersion=3.0
qgisMaximumVersion=4.0
icon=icons/icon.png
tags=trajectories, movement, mobility, transport, spatiotemporal, tracks, gtfs, public transport
author=Anita Graser
homepage=https://codeberg.org/movingpandas/trajectools
tracker=https://codeberg.org/movingpandas/trajectools/issues
repository=https://codeberg.org/movingpandas/trajectools
experimental=False
deprecated=False
changelog=2.4
- Added GTFS algorithms for extracting stops, fixes #43
- Added default output styles for GTFS stops and segments
- Added Trajectory splitting at field value changes
- Added option to add selected fields to output trajectories layer, fixes #53
- Improved UI of the split by observation gap algorithm, fixes #36
2.3
- Added generalizers and cleaners
- Added smoother (requires stonesoup)
- Fixed stop detection double input, fixes #40
2.2
- Added new logo
- Added skmob and gtfs_functions optional dependencies, fixes #30
- Updated API docs link, fixes #32
2.1
- Added Trajectory overlay algorithm to intersect trajectories with polygon layer
- Fixed issue with previously ignored minimum trajectory length settings
- Added Privacy algorithm for home work attack (requires scikit-mobility)
- Added GTFS algorithms for extracting shapes and segments (requires gtfs_functions)
2.0
- Switched to MovingPandas backend
- Added Basic algorithm to create trajectories
- Added Event extraction algorithms to extract OD points or stop points
- Added Trajectory splitting algorithms to split at observation gaps, at stops, or at time intervals
- Added Trajectory overlay algorithms to clip trajectories by extent or by polygon layer
1.0.3
- Fix #10 New GeoPandas CRS handling
1.0.2
- Fix #8 Trajectories from point layer: not ordered by time
1.0.1
- Fix repository link in metadata