Renamed altitude model

This commit is contained in:
dario 2023-12-30 12:53:53 +01:00
parent dd3346085b
commit 26acb239dc

View File

@ -9,7 +9,7 @@ class PressUnit:
hPa = 1
class Altimeter:
class AltitudeModel:
def __init__(self, press_b: float = 1013.25, alt_b: float = 0, unit: PressUnit = PressUnit.hPa):
"""A simple model for estimating the altitude based on pressure measurements.
A reference height and the corresponding pressure value can be provided for a more precise model.