Skip to content

Commit 8fcc2ab

Browse files
committed
Update metadata
1 parent 49d0363 commit 8fcc2ab

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
***************************************************************************
55
trajectoolsProviderPlugin.py
66
---------------------
7-
Date : December 2023
8-
Copyright : (C) 2023 by Anita Graser
7+
Date : February 2024
8+
Copyright : (C) 2024 by Anita Graser
99
Email : anitagraser@gmx.at
1010
***************************************************************************
1111
* *
@@ -18,8 +18,8 @@
1818
"""
1919

2020
__author__ = 'Anita Graser'
21-
__date__ = 'Dec 2023'
22-
__copyright__ = '(C) 2023, Anita Graser'
21+
__date__ = 'Feb 2024'
22+
__copyright__ = '(C) 2024, Anita Graser'
2323

2424
# This will get replaced with a git SHA1 when you do a git archive
2525

metadata.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
[general]
22
name=Trajectools
33
description=Processing tools for handling trajectory data
4-
about=Trajectools provides a collection of tools for handling trajectory data. This plugin depends on GeoPandas! Sample data for testing the functionality is provided with the plugin download.
4+
about=Trajectools provides a collection of tools for handling trajectory data. This plugin depends on MovingPandas! See the plugin homepage for installation recommendations. Sample data for testing the functionality is provided with the plugin download.
55
category=Plugins
66
version=2.0
77
qgisMinimumVersion=3.0
88
qgisMaximumVersion=4.0
99

1010
icon=icons/icon.png
11-
tags=trajectories, movement
11+
tags=trajectories, movement, mobility, transport, spatiotemporal, tracks
1212

1313
author=Anita Graser
1414
email=anitagraser@gmx.at
1515

16-
homepage=https://github.com/anitagraser/qgis-processing-trajectory
17-
tracker=https://github.com/anitagraser/qgis-processing-trajectory/issues
18-
repository=https://github.com/anitagraser/qgis-processing-trajectory
16+
homepage=https://github.com/movingpandas/qgis-processing-trajectory
17+
tracker=https://github.com/movingpandas/qgis-processing-trajectory/issues
18+
repository=https://github.com/movingpandas/qgis-processing-trajectory
1919

20-
experimental=True
20+
experimental=False
2121
deprecated=False
2222

2323
changelog=2.0
24-
- Switch to MovingPandas backend
24+
- Switched to MovingPandas backend
25+
- Added Basic algorithm to create trajectories
26+
- Added Event extraction algorithms to extract OD points or stop points
27+
- Added Trajectory splitting algorithms to split at observation gaps, at stops, or at time intervals
28+
- Added Trajectory overlay algorithms to clip trajectories by extent or by polygon layer
2529
1.0.3
2630
- Fix #10 New GeoPandas CRS handling
2731
1.0.2

0 commit comments

Comments
 (0)