Skip to content
#

trajectory-analysis

Here are 63 public repositories matching this topic...

movingpandas
davidbailey
davidbailey commented Mar 20, 2021

movingpandas is awesome. I would like to add the ability to create TimestampedGeoJson from a Trajectory or for all Trajectories in a TrajectoryCollection. I just hacked this together and it works great with Folium's TimestampedGeoJson plugin (https://python-visualization.github.io/folium/plugins.html#folium.plugins.TimestampedGeoJson). This gives you the ability to visualize your trajectories over

Formed trajectories of sets of points.Experimented on finding similarities between trajectories based on DTW (Dynamic Time Warping) and LCSS (Longest Common SubSequence) algorithms.Modeled trajectories as strings based on a Grid representation.Benchmarked KNN, Random Forest, Logistic Regression classification algorithms to classify efficiently trajectories.

  • Updated Nov 15, 2020
  • Python

Improve this page

Add a description, image, and links to the trajectory-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trajectory-analysis topic, visit your repo's landing page and select "manage topics."

Learn more