Open dbookstaber opened 11 months ago
Actually this might already be implemented via the atmo.get_density_factor_and_mach_for_altitude()
line in _trajectory()
.
Yep, it is implemented that way. But we still need to validate this. (#9 is related/relevant.)
Possible tests:
We did confirm it while working on https://github.com/dbookstaber/py_ballistics/issues/11#issuecomment-1947499649
It could also be interesting to estimate wind speeds when shooting at high angles, in theory the higher the bullet goes, the higher the wind speed will be. For example by using the 'Wind profile power law', but I'm not sure how this could be implemented.
When shooting at high angles the bullet will travel through atmosphere with varying density. We can use standard models of how density changes with elevation to incorporate this variable into each step of the trajectory calculation.