Skip to content
#

trajectory

Here are 163 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

javisaezh
javisaezh commented Nov 25, 2020

Hello, I would like to know if there is already any method developed to match the flight_ids obtained from So6 to ADS-B files. I’m trying to use the assign_id method for both files but it seems to be assigned differnent new flight-ids for SO6 and ADS-B same flights.

Thank you.

RocketPy
aipla999
aipla999 commented Apr 20, 2021

@giovaniceotto. Thank you so much.I have run the Monte Carlo analysis successfully.And the new reference documents are so comprehensive and detailed. Besides,I made some changes to the sample code ,so that I can get simulation data of every timestep and do more in-depth analysis. All data will be saved in an excel file in the location you specify.

The specific methods are as follows:
**Fir

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 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 topic, visit your repo's landing page and select "manage topics."

Learn more