Records - Top10: Difference between revisions

138 bytes removed ,  08:03, 27 March 2021
(Initial edit)
 
Line 1: Line 1:
== Introduction ==
== Introduction ==
An interesting feature of any weather website is a Top 10 list of weather parameters like temperatures, pressure, wind speed etc... There existed some lists but they all required SQL, PHP or other techniques and beside that they display all parameters possible which is not a requirement. A top 10 should only display parameters which give a true impression to the viewer of the status of the weather and the possibilities and frequencies of extremes. As a result only 14 variables are in the top 10 list of CumulusUtils:
An interesting feature of any weather website is a Top 10 list of weather parameters like temperatures, pressure, wind speed etc... There existed some lists but they all required SQL, PHP or other techniques and beside that they display all parameters possible which is not a requirement. A top 10 should only display parameters which give a true impression to the viewer of the status of the weather and the possibilities and frequencies of extremes. As a result only 14 variables are in the top 10 list of CumulusUtils.
#Maximum Temperature
 
#Minimum Temperature
NOTE: This module is the first one written for CumulusUtils and has first been implemented in C.
#Minimum Humidity
#High Pressure
#Low Pressure
#Average Windspeed
#Maximum Gust
#Windrun per day
#Rain speed
#Rain per hour
#Rain per day
#Rain per month
#Longest dry period
#Longest wet period


== Operation ==
== Operation ==