climate-plots-config
Version:
89 lines • 2.41 kB
JSON
{
"valueSuffix": "mm",
"groups": {
"0": {
"title": "Annual Average Precipitation",
"subTitle": "[stationName]",
"caption": "Average annual precipitation. Note the measurement of snow from precipitation is estimated from precipitation taking place when the temperature was simultaneously recorded as below 0° C. These values should be considered estimates and not a precise value.",
"yAxis": {
"left": "Total Precipitation [mm]",
"right": "[X-AXIS]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"legend": "Weather"
},
"1": {
"title": "Annual Average Precipitation Difference From Baseline",
"subTitle": "[stationName]",
"caption": "Difference between the yearly average precipitation and the average precipitation for the baseline period, typically [baselineLower] to [baselineUpper].",
"yAxis": {
"left": "Precipitation [mm]",
"right": "[X-AXIS]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"legend": "Climate"
},
"2": {
"title": "[REMOVE] Wettest [unit] of the year",
"subTitle": "[stationName]",
"yAxis": {
"left": "Total precipitation [mm]",
"right": "[X-Axis]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"caption": "The wettest [unit] of the year (total precipitation in mm).",
"legend": "Weather"
},
"3": {
"title": "Extreme Weather event, Days Above [lim] [mm]",
"subTitle": "[stationName]",
"caption": "",
"yAxis": {
"left": "",
"right": "[X-AXIS]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"legend": "Weather"
},
"4": {
"title": "Extreme Weather event, Days Below [lim] [mm]",
"subTitle": "[stationName]",
"caption": "",
"yAxis": {
"left": "",
"right": "[X-AXIS]"
},
"xAxis": {
"bott": "Year",
"top": "[Y-AXIS]"
},
"legend": "Weather"
}
},
"series": {
"diff": {
"name": "Difference"
},
"snow": {
"name": "Precipitation from snow"
},
"rain": {
"name": "Precipitation from rain"
},
"extreme": {
"name": "wettest [interval] of the year (total precipitation in mm)"
}
}
}