@squawk
    Preparing search index...

    Interface IceAccretion

    Ice accretion amount from the METAR remarks section (Ixnnn group). Reports the amount of ice accumulation detected by a freezing rain sensor.

    interface IceAccretion {
        amountIn: number;
        periodHours: 1 | 3 | 6;
    }
    Index

    Properties

    amountIn: number

    Ice accretion amount in hundredths of an inch.

    periodHours: 1 | 3 | 6

    The period in hours over which the ice accreted (1, 3, or 6).