You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please specify in the README which Python version needs to be used (for example 3.8)
In the plot (I attached the screenshot below) can you please add proper labeling of the axis (x and y) and a plot title
You need to find a solution to not commit the OWM secret key to github as it is a public repository and somebody could steal your key. I would propose to put it into a text file, which you dont push to github (you can add this textfile subsequently to the .gitignore file)
I you assuming a constant wind right now (I see in the code that you are accessing the wind from the api). Could you please do a literature survey on models how the wind changes with altitude and add this dynamic wind depending on altitude?
It is a convention to always use english in the code and all code comments
I think you ascent model is not really accurate. To be honest, I would leave it completely out as its in my opinion out of scope of this thesis. I would use a constant horizontal velocity at apogee (and obviously zero vertical velocity), with the rocket completely gravity turned (e.g. its flying horizontally) as a starting point for your descent model
Can you please add more nicely labeled plots so I / somebody else can better understand what your model is doing? I would think about the orientation of the rocket, velocities in all directions (both in the rocket and world frame) and position in the world frame and acceleration in the rocket frame. Please also add plots for the wind dependent on altitude.
You should start thinking about a more accurate parachute model (e.g. first a drogue parachute is released and later the main parachute)
The text was updated successfully, but these errors were encountered:
_
instead of spacesrequirements.txt
file in which you specify all necessary pip packages including the version number. This is an example:.gitignore
file)The text was updated successfully, but these errors were encountered: