Skip to content

v2.3

Latest
Compare
Choose a tag to compare
@anitagraser anitagraser released this 27 Sep 10:13
· 2 commits to main since this release
f6ab2ca

The Trajectools plugin adds trajectory analysis algorithms to the QGIS Processing toolbox:

image

Figure: Trajectools (v2.3) algorithms in the QGIS Processing toolbox

Changelog since 2.0

Since the complete rewrite for 2.0 (incl. switching to MovingPandas backend), the following releases have been published:

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