We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0658f commit fbc52a6Copy full SHA for fbc52a6
README.md
@@ -255,12 +255,16 @@ You can see examples of how to use PyMove [here](https://github.com/InsightLab/P
255
- `by_max_time`
256
- `by_max_speed`
257
258
-- 7: **Distance of Trajectory** → `pymove.query.query`
+- 7: **Distance Measures** → `pymove.distance`
259
+ - `medp
260
+ - `medt`
261
+ - `euclidean_distance_in_meters`
262
+ - `haversine`
263
+
264
+- 8: **Query Historical Trajectories** → `pymove.query.query`
265
- `range_query`
266
- `knn_query`
267
-- 8: **Query Historical Trajectories**
-
268
- 9: **Managing Recent Trajectories**
269
270
- 10: **Privacy Preserving**
0 commit comments