Version 5.3.7 is online - See
Release Notes.
Version 5.3.7 (15/5/2021)
- Misc Charts: Fixed a bug in the titles for the agricultural charts, where the parameters data in the Title were showing fixed values
- Maps: Send signature file only once per day (parameter [Maps] DoneToday added)
- ChartsCompiler: Added DAILY range specifier (See CDL)
- ChartsCompiler: DAILY or ALL charts now have different initial rangeselector: DAILY has 1 month, ALL has 1 year
- ChartsCompiler: added columnrange as type for variables which have max and min values (see CDL Graph Types for some implicit semantics)
- Added MySQL as a data source alternative to the original datafiles (usage: disadvised and undocumented)
NOTE: To make sure that all is well installed you need to full run it once, so without thrifty.
NOTE: In the search for performance improvement and efficiency the MySQL usage has been implemented and experimented with. The conclusion was that MySQL will not serve a better performance in the context of CumulusUtils. I decided to take another route to stay within the the design goals of CumulusUtils.
NOTE: The
ColumnRange type specifier was already on the roll and was implemented in the compiler after
an idea by @buffaloseven and a technical hint by @beteljuice: H/T!
Example code for the
ColumnRange :
Code: Select all
CHART DailyTemp TITLE Daily Temperature with ColumnRange
PLOT DAILY AverageTemp colour green As ColumnRange
PLOT DAILY AverageTemp colour black As spline
EndChart OUTPUT ColumnRange.txt
Schermafbeelding 2021-05-15 102706.jpg
You do not have the required permissions to view the files attached to this post.