The names of the altitude parameters in the Flight class are confusing and don't agree with standard terminology.
Change:
- absolute_altitude to surface_altitude (above surface, either rock or sea)
- true_altitude to mean_altitude (above MSL, or mean)
- surface_altitude to bedrock_altitude (above hard surface)
The names of the altitude parameters in the Flight class are confusing and don't agree with standard terminology.
Change: