Giovani Hidalgo Ceotto
Giovani Hidalgo Ceotto
Additional information: When using `"netCDF4
Thanks for the reviews. I will make some quick updats to the implementation considering the feedback. I agree that tests are needed. I will add a couple of them.
Thanks for the reviews. I will make some quick updats to the implementation considering the feedback. I agree that tests are needed. I will add a couple of them.
@Gui-FernandesBR do you need help merging these files into one after they are downloaded? I had to do the same for SACup, so I know how that can be accomplished.
> > @Gui-FernandesBR do you need help merging these files into one after they are downloaded? > > I had to do the same for SACup, so I know how...
Great questions @nbrophy3! First, multistage rockets can be fully simulated using RocketPy. However, as you have already noticed, this isn't currently hardcoded in any class. For now, simulating multistage rockets...
You are 100% correct. If burn out time is known for each stage, you can limit the trajectory simulation using the `maxTime` argument of the `Flight` class, which essentially simulates...
That's amazing!! Sure, I would really like to see your progress. If we get good results, we can add the functionality into RocketPy and you become a key contributor. We...
RocketPy has many weather models as you can see here: [Environment Class Usage](https://nbviewer.jupyter.org/github/giovaniceotto/RocketPy/blob/master/docs/notebooks/environment_class_usage.ipynb). The Standard Atmosphere, for example, works from -2 km to 80 km. Weather reanalysis from NOAA (GFS)...
Quite weird results @berkcan1992. Do you mind sharing your code so that I can debug it here?