Daily Precipitation Schema
An object that describes the total amount of precipitation for a given day
Example
{ "rain": 1.5, "snow": 1.5, "freezing_rain": 1.5, "sleet": 1.5, "ice_pellets": 1.5 }
Attributes
-
rain
numberTotal rainfall amount for the day. Units are millimeters for metric or inches for imperial
Example:
1.5 -
snow
numberTotal snowfall amount for the day. Units are centimeters for metric or inches for imperial
Example:
1.5 -
freezing_rain
numberTotal freezing rain amount for the day. Units are millimeters for metric or inches for imperial
Example:
1.5 -
sleet
numberTotal sleet amount for the day. Units are millimeters for metric or inches for imperial
Example:
1.5 -
ice_pellets
numberTotal ice pellet accumulation for the day. Units are millimeters for metric or inches for imperial
Example:
1.5