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