@squawk
    Preparing search index...

    Interface PressureTendency

    Pressure tendency from the METAR remarks section (5appp group). Reports the barometric pressure change over the past 3 hours.

    interface PressureTendency {
        changeHpa: number;
        character: PressureTendencyCharacter;
    }
    Index

    Properties

    Properties

    changeHpa: number

    Pressure change in hectopascals over the past 3 hours.

    Character code indicating the nature of the pressure change (0-8).