@squawk
    Preparing search index...

    Interface SnowIncreasing

    Snow increasing rapidly from the METAR remarks section (SNINCR group).

    interface SnowIncreasing {
        lastHourIn: number;
        totalDepthIn: number;
    }
    Index

    Properties

    lastHourIn: number

    Snow depth increase in inches during the past hour.

    totalDepthIn: number

    Total snow depth on the ground in inches.