Charts - Misc charts

From Cumulus Wiki
Revision as of 12:38, 9 April 2021 by HansR (talk | contribs) (Initial edit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

The Miscellaneous charts seems to be converging to an agricultural chart section where four of five charts are relevant for estimating the timing of crop handling such as seeding or artificial rain. The submodule consists of five charts:

  1. Temperature Sum - A chart displaying the total sum of the daily average temperature for the year.
  2. Growing Degree Days - A chart - a variation on heating degree days - showing the growing season start and end
  3. Daily EVT - An estimation of the Daily Evapotranspiration with a moving average
  4. Monthly EVT - Much like the similar graphs for rain and temperature, showing the evapotranspiration per month for each year
  5. Clash of Averages - See description below

You will find an example image of each chart and an explanation (of the calculation and the origin of the numbers)

For the calculations the standard C# LINQ-functions Min, Max and Avg are used. For the standard deviation this LINQ-extension is used with a modification for a minimum number of observations required of 2, if less the StdDev returns 0 (zero).

Temperature Sum