Class CellObservation


  • public class CellObservation
    extends Object
    • Field Detail

      • timestamp

        public Number timestamp
        UNIX timestamp of the cell observation
      • dateTimeISO

        public String dateTimeISO
        ISO 8601 date of the observation
      • radarID

        public String radarID
        The radar site ID reporting the cell
      • cellID

        public String cellID
        The unique cell identifier
      • tvs

        public Number tvs
        Tornado vortex signature (TVS)
      • mda

        public Number mda
        Mesocyclone rotation (MESO)
      • vil

        public Number vil
        Vertically integrated liquid
      • dbzm

        public Number dbzm
        The highest reflectivity found within the storm
      • ht

        public Number ht
        The height of the storm structure
      • top

        public String top
        Top of the storm in thousands of feet
      • topFT

        public Number topFT
        Top of the storm in feet
      • location

        public String location
        The distance and bearing to the closest city.
    • Constructor Detail