@@ -220,25 +220,9 @@ If you installed from `pip` or `github`, you may encounter an error related to
220220## Examples
221221
222222You can see examples of how to use PyMove [ here] ( https://github.com/InsightLab/PyMove/tree/master/notebooks )
223- ---
224-
225- ## Papers
226-
227- (list of publications using/with Pymove)
228223
229224---
230225
231- ## Useful list of related libraries and links
232-
233- - [ Handling GPS Data with Python] ( https://github.com/FlorianWilhelm/gps_data_with_python/tree/master/notebooks )
234- - [ mplleaflet - Easily convert matplotlib plots from Python into interactive Leaflet web maps] ( https://github.com/jwass/mplleaflet )
235- - [ Pykalman] ( https://github.com/pykalman/pykalman )
236- - [ Ramer-Douglas-Peucker algorithm] ( https://github.com/fhirschmann/rdp )
237- - [ Knee point detection in Python] ( https://github.com/arvkevi/kneed )
238- - [ TrajSuite Java Library] ( https://github.com/lukehb/TrajSuite )
239- - [ GraphHopper Map-Matching Java Library] ( https://github.com/graphhopper/map-matching )
240-
241-
242226## Mapping PyMove methods with the Paradigms of Trajectory Data Mining
243227
244228![ ] ( .mapping.png )
@@ -298,3 +282,21 @@ You can see examples of how to use PyMove [here](https://github.com/InsightLab/P
298282 - ` filter_block_signal_by_repeated_amount_of_points `
299283 - ` filter_block_signal_by_time `
300284 - ` filter_longer_time_to_stop_segment_by_id `
285+
286+ ---
287+
288+ ## Papers
289+
290+ (list of publications using/with Pymove)
291+
292+ ---
293+
294+ ## Useful list of related libraries and links
295+
296+ - [ Handling GPS Data with Python] ( https://github.com/FlorianWilhelm/gps_data_with_python/tree/master/notebooks )
297+ - [ mplleaflet - Easily convert matplotlib plots from Python into interactive Leaflet web maps] ( https://github.com/jwass/mplleaflet )
298+ - [ Pykalman] ( https://github.com/pykalman/pykalman )
299+ - [ Ramer-Douglas-Peucker algorithm] ( https://github.com/fhirschmann/rdp )
300+ - [ Knee point detection in Python] ( https://github.com/arvkevi/kneed )
301+ - [ TrajSuite Java Library] ( https://github.com/lukehb/TrajSuite )
302+ - [ GraphHopper Map-Matching Java Library] ( https://github.com/graphhopper/map-matching )
0 commit comments