Creates an instance of an average weather data object and initializes its properties.
Absolute atmospheric pressure in inches.
Relative atmospheric pressure in inches.
Daily rainfall amount in inches.
Rainfall amount for a specific event in inches.
Frequency of data reporting.
System heap memory usage.
Hourly rainfall amount in inches.
Outdoor humidity percentage.
Indoor humidity percentage.
Data reporting interval in seconds.
Maximum gust speed for the day in miles per hour.
Model of the weather station.
Monthly rainfall amount in inches.
Unique key associated with the weather station.
Rain rate in inches per hour.
System runtime in seconds.
Solar radiation in watts per square meter.
Type of the weather station.
Outdoor temperature in Fahrenheit.
Indoor temperature in Fahrenheit.
Total rainfall amount in inches.
Ultraviolet index measurement.
Vapor pressure deficit in millibars.
Weekly rainfall amount in inches.
Battery status for the WH65 sensor.
Wind direction in degrees.
Wind gust speed in miles per hour.
Wind speed in miles per hour.
Yearly rainfall amount in inches.
Number of records contributing to the average.
The range of timestamps covered by this average data in utc.
Readonly
baromabsinAbsolute atmospheric pressure in inches.
Readonly
baromrelinRelative atmospheric pressure in inches.
Readonly
dailyraininDaily rainfall amount in inches.
Readonly
dateThe range of timestamps covered by this average data in utc.
Readonly
eventraininRainfall amount for a specific event in inches.
Readonly
freqFrequency of data reporting.
Readonly
heapSystem heap memory usage.
Readonly
hourlyraininHourly rainfall amount in inches.
Readonly
humidityOutdoor humidity percentage.
Readonly
humidityinIndoor humidity percentage.
Readonly
intervalData reporting interval in seconds.
Readonly
maxdailygustMaximum gust speed for the day in miles per hour.
Readonly
modelModel of the weather station.
Readonly
monthlyraininMonthly rainfall amount in inches.
Readonly
PASSKEYUnique key associated with the weather station.
Readonly
rainrateinRain rate in inches per hour.
Readonly
recordNumber of records contributing to the average.
Readonly
runtimeSystem runtime in seconds.
Readonly
solarradiationSolar radiation in watts per square meter.
Readonly
stationtypeType of the weather station.
Readonly
tempfOutdoor temperature in Fahrenheit.
Readonly
tempinfIndoor temperature in Fahrenheit.
Readonly
totalraininTotal rainfall amount in inches.
Readonly
uvUltraviolet index measurement.
Readonly
vpdVapor pressure deficit in millibars.
Readonly
weeklyraininWeekly rainfall amount in inches.
Readonly
wh65battBattery status for the WH65 sensor.
Readonly
winddirWind direction in degrees.
Readonly
windgustmphWind gust speed in miles per hour.
Readonly
windspeedmphWind speed in miles per hour.
Readonly
yearlyraininYearly rainfall amount in inches.
Static
CreateCreates an AverageWeatherData object from an array of CurrentWeatherData objects.
An array of CurrentWeatherData objects to calculate averages from.
An AverageWeatherData object containing Range objects for each numeric property.
Represents the average weather data collected from a weather station over a period.
This class provides properties to access various weather-related measurements such as temperature, pressure, humidity, wind speed, and rainfall, where each numeric value is represented as a Range object containing minimum, maximum, and average values.