AnnualDataSummary: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
61 bytes added ,  21:00, 13 April 2018
no edit summary
No edit summary
No edit summary
Line 134: Line 134:
Example of a row,....
Example of a row,....
<pre>['maxtemp','Max Temp','Maximum Temperature',true]</pre>  
<pre>['maxtemp','Max Temp','Maximum Temperature',true]</pre>  
*The first element, in this case 'maxtemp' -- is a system variable to identify the data set, used for the URL parameter option, used by the ''Switch'' coding (so any change here needs to be reflected there), and also tested elsewhere in the code (in the Rainfall and Windgust data sets a particular style is applied to their zero values).
*The first element, in this case 'maxtemp' -- is a system variable to identify the data set, used for the URL parameter option, used for the ''Switch'' coding (so any chnage here needs to be reflected there), and tested elsewhere in the code (in the Rainfall and Windgust data sets a particular style is applied to any zero values, so their system variables should not be changed just in this list).


However, if you add a new dataset, then your new first element should be a unique identifier.
However, if you add a new dataset, then your new first element should be a unique identifier.
5,838

edits

Navigation menu