Skip to content
#

trajectory

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

RocketPy
Gui-FernandesBR
Gui-FernandesBR commented Feb 20, 2022

Not so long ago, we had #140 solving bugs regarding airfoil implementation.
It's true that now rocketpy is dealing very well with these non-flat fins, however I feel we could implement some plots in rocket.py file to show to the user.

Some of them could be:

  • Simple plot of airfoil data the user inputed by addFins() method
  • Derivative of Lift coefficient by angle of attack

But of course

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