@@ -54,6 +54,11 @@ def shortHelpString(self):
54
54
"https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.to_timedelta.html)</p>"
55
55
"<p>For more information on trajectory splitters see: "
56
56
"https://movingpandas.readthedocs.io/en/main/trajectorysplitter.html</p>"
57
+ "<p><b>Speed</b> is calculated based on the input layer CRS information and "
58
+ "converted to the desired speed units. For more info on the supported units, "
59
+ "see https://movingpandas.org/units</p>"
60
+ "<p><b>Direction</b> is calculated between consecutive locations. Direction "
61
+ "values are in degrees, starting North turning clockwise.</p>"
57
62
)
58
63
59
64
def processTc (self , tc , parameters , context ):
@@ -102,6 +107,11 @@ def shortHelpString(self):
102
107
"using regular time intervals (year, month, day, hour): </p>"
103
108
"<p>For more information on trajectory splitters see: "
104
109
"https://movingpandas.readthedocs.io/en/main/trajectorysplitter.html</p>"
110
+ "<p><b>Speed</b> is calculated based on the input layer CRS information and "
111
+ "converted to the desired speed units. For more info on the supported units, "
112
+ "see https://movingpandas.org/units</p>"
113
+ "<p><b>Direction</b> is calculated between consecutive locations. Direction "
114
+ "values are in degrees, starting North turning clockwise.</p>"
105
115
)
106
116
107
117
def processTc (self , tc , parameters , context ):
@@ -149,10 +159,14 @@ def displayName(self):
149
159
150
160
def shortHelpString (self ):
151
161
return self .tr (
152
- "<p>Splits trajectories into subtrajectories "
153
- "at stops. </p>"
162
+ "<p>Splits trajectories into subtrajectories at stops. </p>"
154
163
"<p>For more information on trajectory splitters see: "
155
164
"https://movingpandas.readthedocs.io/en/main/trajectorysplitter.html</p>"
165
+ "<p><b>Speed</b> is calculated based on the input layer CRS information and "
166
+ "converted to the desired speed units. For more info on the supported units, "
167
+ "see https://movingpandas.org/units</p>"
168
+ "<p><b>Direction</b> is calculated between consecutive locations. Direction "
169
+ "values are in degrees, starting North turning clockwise.</p>"
156
170
)
157
171
158
172
def processTc (self , tc , parameters , context ):
0 commit comments