User Tools

Site Tools


wiki:apw:websitedata

Changes to websitedataT.json

The APW has been constructed to make as much use of data from CumulusMX as possible. It has been designed to also be flexible in how it uses it.

It will work out of the box with the standard data uploaded by CumulusMX but alter its display with additional data and some formatting of the websitedataT.json file.

Remember

It is always recommended to create a duplicate of this file and upload that using Extra Web Files rather than directly editing the supplied websitedataT.json file.

Modifications

I make a number of modifications to existing entries. Some are optional, others will make specific features work differently to the default website.

"updateLong":"<#update format="dddd d MMM, yyyy a\t hh:mm tt">",

New & optionalThe webtag '<#time>' could be used by including it in the index, today and todayvyest html pages.

This provides a more 'readable date for the last update time displayed on the Dashboard, Today and Today V Yesterday pages.

"LastRainTipDate":"<#LastRainTip format="dddd d MMM yyyy">",
"LastRainTipTime":"<#LastRainTip format="hh:mm">",

New & optional

As for the update date and time, this provides a nicer1), format for this data.

"snowdepth":"<#snowdepth nv=0>",
"snow24hr":"<#snow24hr nv=0>",
"LaserDepth1":"<#LaserDepth1 nv=0>",
"LaserSnowLatest1":"<#LaserSnowLatest1 nv=0>",
"wetbulb":"<#wetbulb>",

Changes Only useful if you have a laser and/or snow depth sensors.

These top four values are used on the Dashboard, Today and 'Today Vs Yesterday' pages. If the 'snow24hr' value is '0', it is not displayed.

The 'wetbulb' entry is an addition and, if available displayes on both the Dashboard and Today pages.

If you have a lightning sensor you might want to add the folowing:

"LightningStrikesToday":"<#LightningStrikesToday>",
"LightningDistance":"<#LightningDistance>",
"LightningDate":"<#LightningTime format="ddd d MMM yyyy">",
"LightningTime": "<#LightningTime format="hh:mm tt">",

Addition & optional if you have a lightning sensor.

If you have a Black Globe Temperature sensor you can add the following lines:

"BlackGlobeTemp":"<#BlackGlobeTemp>",
"WetBulbBlackTemp":"<#WetBulbGlobeTemp>",

Addition for those of you that have a Black Globe sensor.

The full websitedataT.json template file

On the right is a searchable table showing my websitedataT.json file.

You can use the filter box to search for any required web tag.

Issue

If you copy anything from the table, the quotes will need to be modified - they are smart quotes

Filter:
Choose your search criteria carefully.

Reading WebTag
“_LAST_MODIFIED” “Last modified 2026/04/24 17:01:21”,
"options" “useApparent”: “<#Option_useApparent>”,
“showSolar”: “<#Option_showSolar>”,
“showUV”: “<#Option_showUV>”,
“showSnow”: “<#Option_showSnow>”,
“noaaFormat”: “<#Option_noaaFormat>”
“location” “<#locationJsEnc>”,
“update” “<#update>”,
“updateLong” “<#update format=“d dddd MMM, yyyy a\t hh:mm tt”>”,
“version” “<#version>”,
“build” “<#build>”,
“latitude” “<#latitudeJsEnc>”,
“longitude” “<#longitudeJsEnc>”,
“altitude” “<#altitudenoenc>”,
“recordsbegandate” “<#recordsbegandate>”,
“recordsbegandateISO” “<#recordsbegandate format=yyyy-MM-dd>”,
“forum” “<#forum>”,
“forumurl” “<#forumurl>”,
“webcam” “<#webcam>”,
“webcamurl” “<#webcamurl>”,
“currcond” “<#currcondJsEnc>”,
“dawn” “<#dawn>”,
“sunrise” “<#sunrise>”,
“moonrise” “<#moonrise>”,
“dusk” “<#dusk>”,
“sunset” “<#sunset>”,
“moonset” “<#moonset>”,
“daylightlength” “<#daylightlength>”,
“daylength” “<#daylength>”,
“moonphase” “<#moonphase>”,
“MoonPercentAbs” “<#MoonPercentAbs>”,
“longlocation” “<#longlocation>”,
“stationtype” “<#stationtypeJsEnc>”,
“interval” “<#interval>”,
“rollovertime” “<#rollovertime>”,
“forecast” “<#forecastJsEnc>”,
“year” “<#year>”,
“yesterday” “<#yesterday>”,
“metdateyesterdayISO” “<#metdateyesterday format=yyyy-MM-dd>”,
“date” “<#date>”,
“time” “<#time>”,
“monthname” “<#monthname>”,
“temp” “<#temp>”,
“tempunit” “<#tempunitnoenc>”,
“rainunit” “<#rainunit>”,
“windunit” “<#windunit>”,
“windrununit” “<#windrununit>”,
“pressunit” “<#pressunit>”,
“dew” “<#dew>”,
“wchill” “<#wchill>”,
“hum” “<#hum>”,
“heatindex” “<#heatindex>”,
“apptemp” “<#apptemp>”,
“feelslike” “<#feelslike>”,
“SolarRad” “<#SolarRad>”,
“ET” “<#ET>”,
“UV” “<#UV>”,
“THWindex” “<#THWindex>”,
“TempChangeLastHour” “<#TempChangeLastHour>”,
“TempAvg24Hrs” “<#TempAvg24Hrs>”,
“rfall” “<#rfall>”,
“rrate” “<#rrate>”,
“rhour” “<#rhour>”,
“rweek” “<#rweek>”,
“rmonth” “<#rmonth>”,
“ryear” “<#ryear>”,
“LastRainTip” “<#LastRainTip format=M>”,
“LastRainTipISO” “<#LastRainTipISO>”,
“LastRainTipDate” “<#LastRainTip format=“ddd d MMM yyyy”>”,
“LastRainTipTime” “<#LastRainTip format=“hh:mm”>”,
“rmidnight” “<#rmidnight>”,
“r24hour” “<#r24hour>”,
“wgust” “<#wgust>”,
“wspeed” “<#wspeed>”,
“avgbearing” “<#avgbearing>”,
“wdir” “<#wdir>”,
“beaufort” “<#beaufort>”,
“beaudesc” “<#beaudesc>”,
“BearingRangeFrom” “<#BearingRangeFrom>”,
“BearingRangeTo” “<#BearingRangeTo>”,
“press” “<#press>”,
“presstrend” “<#presstrend>”,
“presstrendval” “<#presstrendval>”,
“snowdepth” “<#snowdepth nv=0>”,
“snow24hr” “<#snow24hr nv=0>”,
“snowunit” “<#snowunit>”,
“LaserDepth1” “<#LaserDepth1 nv=0>”,
“LaserSnowLatest1” “<#LaserSnowLatest1 nv=0>”,
“wetbulb” “<#wetbulb>”,
“LightningStrikesToday” “<#LightningStrikesToday>”,
“LightningDistance” “<#LightningDistance>”,
“LightningDate” “<#LightningTime format=“ddd d MMM yyyy”>”,
“LightningTime” “<#LightningTime format=“hh:mm tt”>”,
“BlackGlobeTemp” “<#BlackGlobeTemp>”,
“WetBulbGlobeTemp” “<#WetBulbGlobeTemp>”,
“tempTH” “<#tempTH>”,
“TtempTH” “<#TtempTH>”,
“tempTL” “<#tempTL>”,
“TtempTL” “<#TtempTL>”,
“temprange” “<#temprange>”,
“apptempTH” “<#apptempTH>”,
“TapptempTH” “<#TapptempTH>”,
“apptempTL” “<#apptempTL>”,
“TapptempTL” “<#TapptempTL>”,
“feelslikeTH” “<#feelslikeTH>”,
“TfeelslikeTH” “<#TfeelslikeTH>”,
“feelslikeTL” “<#feelslikeTL>”,
“TfeelslikeTL” “<#TfeelslikeTL>”,
“wchillTL” “<#wchillTL>”,
“TwchillTL” “<#TwchillTL>”,
“heatindexTH” “<#heatindexTH>”,
“TheatindexTH” “<#TheatindexTH>”,
“humTH” “<#humTH>”,
“ThumTH” “<#ThumTH>”,
“humTL” “<#humTL>”,
“ThumTL” “<#ThumTL>”,
“solarTH” “<#solarTH>”,
“TsolarTH” “<#TsolarTH>”,
“SunshineHours” “<#SunshineHours>”,
“UVTH” “<#UVTH>”,
“TUVTH” “<#TUVTH>”,
“rrateTM” “<#rrateTM>”,
“TrrateTM” “<#TrrateTM>”,
“hourlyrainTH” “<#hourlyrainTH>”,
“ThourlyrainTH” “<#ThourlyrainTH>”,
“rain24hourTH” “<#rain24hourTH>”,
“Train24hourTH” “<#Train24hourTH>”,
“ConsecutiveRainDays” “<#ConsecutiveRainDays>”,
“ConsecutiveDryDays” “<#ConsecutiveDryDays>”,
“wgustTM” “<#wgustTM>”,
“TwgustTM” “<#TwgustTM>”,
“windTM” “<#windTM>”,
“TwindTM” “<#TwindTM>”,
“Tbeaufort” “<#Tbeaufort>”,
“windrun” “<#windrun>”,
“domwindbearing” “<#domwindbearing>”,
“domwinddir” “<#domwinddir>”,
“pressTH” “<#pressTH>”,
“TpressTH” “<#TpressTH>”,
“pressTL” “<#pressTL>”,
“TpressTL” “<#TpressTL>”,
“tempYH” “<#tempYH>”,
“TtempYH” “<#TtempYH>”,
“tempYL” “<#tempYL>”,
“TtempYL” “<#TtempYL>”,
“temprangeY” “<#temprangeY>”,
“apptempYH” “<#apptempYH>”,
“TapptempYH” “<#TapptempYH>”,
“apptempYL” “<#apptempYL>”,
“TapptempYL” “<#TapptempYL>”,
“feelslikeYH” “<#feelslikeYH>”,
“TfeelslikeYH” “<#TfeelslikeYH>”,
“feelslikeYL” “<#feelslikeYL>”,
“TfeelslikeYL” “<#TfeelslikeYL>”,
“wchillYL” “<#wchillYL>”,
“TwchillYL” “<#TwchillYL>”,
“heatindexYH” “<#heatindexYH>”,
“TheatindexYH” “<#TheatindexYH>”,
“humYH” “<#humYH>”,
“ThumYH” “<#ThumYH>”,
“humYL” “<#humYL>”,
“ThumYL” “<#ThumYL>”,
“solarYH” “<#solarYH>”,
“TsolarYH” “<#TsolarYH>”,
“YSunshineHours” “<#YSunshineHours>”,
“UVYH” “<#UVYH>”,
“TUVYH” “<#TUVYH>”,
“rfallY” “<#rfallY>”,
“rrateYM” “<#rrateYM>”,
“TrrateYM” “<#TrrateYM>”,
“hourlyrainYH” “<#hourlyrainYH>”,
“ThourlyrainYH” “<#ThourlyrainYH>”,
“rain24hourYH” “<#rain24hourYH>”,
“Train24hourYH” “<#Train24hourYH>”,
“wgustYM” “<#wgustYM>”,
“TwgustYM” “<#TwgustYM>”,
“windYM” “<#windYM>”,
“TwindYM” “<#TwindYM>”,
“Ybeaufort” “<#Ybeaufort>”,
“windrunY” “<#windrunY>”,
“domwindbearingY” “<#domwindbearingY>”,
“domwinddirY” “<#domwinddirY>”,
“pressYH” “<#pressYH>”,
“TpressYH” “<#TpressYH>”,
“pressYL” “<#pressYL>”,
“TpressYL” “<#TpressYL>”,
“MonthTempH” “<#MonthTempH>”,
“MonthTempHT” “<#MonthTempHT>”,
“MonthTempHD” “<#MonthTempHD>”,
“MonthTempL” “<#MonthTempL>”,
“MonthTempLT” “<#MonthTempLT>”,
“MonthTempLD” “<#MonthTempLD>”,
“MonthDewPointH” “<#MonthDewPointH>”,
“MonthDewPointHT” “<#MonthDewPointHT>”,
“MonthDewPointHD” “<#MonthDewPointHD>”,
“MonthDewPointL” “<#MonthDewPointL>”,
“MonthDewPointLT” “<#MonthDewPointLT>”,
“MonthDewPointLD” “<#MonthDewPointLD>”,
“MonthAppTempH” “<#MonthAppTempH>”,
“MonthAppTempHT” “<#MonthAppTempHT>”,
“MonthAppTempHD” “<#MonthAppTempHD>”,
“MonthAppTempL” “<#MonthAppTempL>”,
“MonthAppTempLT” “<#MonthAppTempLT>”,
“MonthAppTempLD” “<#MonthAppTempLD>”,
“MonthFeelsLikeH” “<#MonthFeelsLikeH>”,
“MonthFeelsLikeHT” “<#MonthFeelsLikeHT>”,
“MonthFeelsLikeHD” “<#MonthFeelsLikeHD>”,
“MonthFeelsLikeL” “<#MonthFeelsLikeL>”,
“MonthFeelsLikeLT” “<#MonthFeelsLikeLT>”,
“MonthFeelsLikeLD” “<#MonthFeelsLikeLD>”,
“MonthWChillL” “<#MonthWChillL>”,
“MonthWChillLT” “<#MonthWChillLT>”,
“MonthWChillLD” “<#MonthWChillLD>”,
“MonthHeatIndexH” “<#MonthHeatIndexH>”,
“MonthHeatIndexHT” “<#MonthHeatIndexHT>”,
“MonthHeatIndexHD” “<#MonthHeatIndexHD>”,
“MonthMinTempH” “<#MonthMinTempH>”,
“MonthMinTempHD” “<#MonthMinTempHD>”,
“MonthMaxTempL” “<#MonthMaxTempL>”,
“MonthMaxTempLD” “<#MonthMaxTempLD>”,
“MonthHumH” “<#MonthHumH>”,
“MonthHumHT” “<#MonthHumHT>”,
“MonthHumHD” “<#MonthHumHD>”,
“MonthHumL” “<#MonthHumL>”,
“MonthHumLT” “<#MonthHumLT>”,
“MonthHumLD” “<#MonthHumLD>”,
“MonthHighDailyTempRange” “<#MonthHighDailyTempRange>”,
“MonthHighDailyTempRangeD” “<#MonthHighDailyTempRangeD>”,
“MonthLowDailyTempRange” “<#MonthLowDailyTempRange>”,
“MonthLowDailyTempRangeD” “<#MonthLowDailyTempRangeD>”,
“MonthRainRateH” “<#MonthRainRateH>”,
“MonthRainRateHT” “<#MonthRainRateHT>”,
“MonthRainRateHD” “<#MonthRainRateHD>”,
“MonthHourlyRainH” “<#MonthHourlyRainH>”,
“MonthHourlyRainHT” “<#MonthHourlyRainHT>”,
“MonthHourlyRainHD” “<#MonthHourlyRainHD>”,
“MonthRain24HourH” “<#MonthRain24HourH>”,
“MonthRain24HourHT” “<#MonthRain24HourHT>”,
“MonthRain24HourHD” “<#MonthRain24HourHD>”,
“MonthDailyRainH” “<#MonthDailyRainH>”,
“MonthDailyRainHD” “<#MonthDailyRainHD>”,
“MonthLongestDryPeriod” “<#MonthLongestDryPeriod>”,
“MonthLongestDryPeriodD” “<#MonthLongestDryPeriodD>”,
“MonthLongestWetPeriod” “<#MonthLongestWetPeriod>”,
“MonthLongestWetPeriodD” “<#MonthLongestWetPeriodD>”,
“MonthDryDays” “<#MonthDryDays>”,
“MonthWetDays” “<#MonthWetDays>”,
“MonthGustH” “<#MonthGustH>”,
“MonthGustHT” “<#MonthGustHT>”,
“MonthGustHD” “<#MonthGustHD>”,
“MonthWindH” “<#MonthWindH>”,
“MonthWindHT” “<#MonthWindHT>”,
“MonthWindHD” “<#MonthWindHD>”,
“MonthWindRunH” “<#MonthWindRunH>”,
“MonthWindRunHD” “<#MonthWindRunHD>”,
“MonthPressL” “<#MonthPressL>”,
“MonthPressLT” “<#MonthPressLT>”,
“MonthPressLD” “<#MonthPressLD>”,
“MonthPressH” “<#MonthPressH>”,
“MonthPressHT” “<#MonthPressHT>”,
“MonthPressHD” “<#MonthPressHD>”,
“monthlyrecs”
“hightemp” [“<#ByMonthTempH mon=1>”,“<#ByMonthTempH mon=2>”,“<#ByMonthTempH mon=3>”,“<#ByMonthTempH mon=4>”,“<#ByMonthTempH mon=5>”,“<#ByMonthTempH mon=6>”,“<#ByMonthTempH mon=7>”,“<#ByMonthTempH mon=8>”,“<#ByMonthTempH mon=9>”,“<#ByMonthTempH mon=10>”,“<#ByMonthTempH mon=11>”,“<#ByMonthTempH mon=12>”]
“hightempT” [“<#ByMonthTempHT mon=1>”,“<#ByMonthTempHT mon=2>”,“<#ByMonthTempHT mon=3>”,“<#ByMonthTempHT mon=4>”,“<#ByMonthTempHT mon=5>”,“<#ByMonthTempHT mon=6>”,“<#ByMonthTempHT mon=7>”,“<#ByMonthTempHT mon=8>”,“<#ByMonthTempHT mon=9>”,“<#ByMonthTempHT mon=10>”,“<#ByMonthTempHT mon=11>”,“<#ByMonthTempHT mon=12>”]
“lowtemp” [“<#ByMonthTempL mon=1>”,“<#ByMonthTempL mon=2>”,“<#ByMonthTempL mon=3>”,“<#ByMonthTempL mon=4>”,“<#ByMonthTempL mon=5>”,“<#ByMonthTempL mon=6>”,“<#ByMonthTempL mon=7>”,“<#ByMonthTempL mon=8>”,“<#ByMonthTempL mon=9>”,“<#ByMonthTempL mon=10>”,“<#ByMonthTempL mon=11>”,“<#ByMonthTempL mon=12>”]
“lowtempT” [“<#ByMonthTempLT mon=1>”,“<#ByMonthTempLT mon=2>”,“<#ByMonthTempLT mon=3>”,“<#ByMonthTempLT mon=4>”,“<#ByMonthTempLT mon=5>”,“<#ByMonthTempLT mon=6>”,“<#ByMonthTempLT mon=7>”,“<#ByMonthTempLT mon=8>”,“<#ByMonthTempLT mon=9>”,“<#ByMonthTempLT mon=10>”,“<#ByMonthTempLT mon=11>”,“<#ByMonthTempLT mon=12>”]
“highDP” [“<#ByMonthDewPointH mon=1>”,“<#ByMonthDewPointH mon=2>”,“<#ByMonthDewPointH mon=3>”,“<#ByMonthDewPointH mon=4>”,“<#ByMonthDewPointH mon=5>”,“<#ByMonthDewPointH mon=6>”,“<#ByMonthDewPointH mon=7>”,“<#ByMonthDewPointH mon=8>”,“<#ByMonthDewPointH mon=9>”,“<#ByMonthDewPointH mon=10>”,“<#ByMonthDewPointH mon=11>”,“<#ByMonthDewPointH mon=12>”]
“highDPT” [“<#ByMonthDewPointHT mon=1>”,“<#ByMonthDewPointHT mon=2>”,“<#ByMonthDewPointHT mon=3>”,“<#ByMonthDewPointHT mon=4>”,“<#ByMonthDewPointHT mon=5>”,“<#ByMonthDewPointHT mon=6>”,“<#ByMonthDewPointHT mon=7>”,“<#ByMonthDewPointHT mon=8>”,“<#ByMonthDewPointHT mon=9>”,“<#ByMonthDewPointHT mon=10>”,“<#ByMonthDewPointHT mon=11>”,“<#ByMonthDewPointHT mon=12>”]
“lowDP” [“<#ByMonthDewPointL mon=1>”,“<#ByMonthDewPointL mon=2>”,“<#ByMonthDewPointL mon=3>”,“<#ByMonthDewPointL mon=4>”,“<#ByMonthDewPointL mon=5>”,“<#ByMonthDewPointL mon=6>”,“<#ByMonthDewPointL mon=7>”,“<#ByMonthDewPointL mon=8>”,“<#ByMonthDewPointL mon=9>”,“<#ByMonthDewPointL mon=10>”,“<#ByMonthDewPointL mon=11>”,“<#ByMonthDewPointL mon=12>”]
“lowDPT” [“<#ByMonthDewPointLT mon=1>”,“<#ByMonthDewPointLT mon=2>”,“<#ByMonthDewPointLT mon=3>”,“<#ByMonthDewPointLT mon=4>”,“<#ByMonthDewPointLT mon=5>”,“<#ByMonthDewPointLT mon=6>”,“<#ByMonthDewPointLT mon=7>”,“<#ByMonthDewPointLT mon=8>”,“<#ByMonthDewPointLT mon=9>”,“<#ByMonthDewPointLT mon=10>”,“<#ByMonthDewPointLT mon=11>”,“<#ByMonthDewPointLT mon=12>”]
“highapptemp” [“<#ByMonthAppTempH mon=1>”,“<#ByMonthAppTempH mon=2>”,“<#ByMonthAppTempH mon=3>”,“<#ByMonthAppTempH mon=4>”,“<#ByMonthAppTempH mon=5>”,“<#ByMonthAppTempH mon=6>”,“<#ByMonthAppTempH mon=7>”,“<#ByMonthAppTempH mon=8>”,“<#ByMonthAppTempH mon=9>”,“<#ByMonthAppTempH mon=10>”,“<#ByMonthAppTempH mon=11>”,“<#ByMonthAppTempH mon=12>”]
“highapptempT” [“<#ByMonthAppTempHT mon=1>”,“<#ByMonthAppTempHT mon=2>”,“<#ByMonthAppTempHT mon=3>”,“<#ByMonthAppTempHT mon=4>”,“<#ByMonthAppTempHT mon=5>”,“<#ByMonthAppTempHT mon=6>”,“<#ByMonthAppTempHT mon=7>”,“<#ByMonthAppTempHT mon=8>”,“<#ByMonthAppTempHT mon=9>”,“<#ByMonthAppTempHT mon=10>”,“<#ByMonthAppTempHT mon=11>”,“<#ByMonthAppTempHT mon=12>”]
“lowapptemp” [“<#ByMonthAppTempL mon=1>”,“<#ByMonthAppTempL mon=2>”,“<#ByMonthAppTempL mon=3>”,“<#ByMonthAppTempL mon=4>”,“<#ByMonthAppTempL mon=5>”,“<#ByMonthAppTempL mon=6>”,“<#ByMonthAppTempL mon=7>”,“<#ByMonthAppTempL mon=8>”,“<#ByMonthAppTempL mon=9>”,“<#ByMonthAppTempL mon=10>”,“<#ByMonthAppTempL mon=11>”,“<#ByMonthAppTempL mon=12>”]
“lowapptempT” [“<#ByMonthAppTempLT mon=1>”,“<#ByMonthAppTempLT mon=2>”,“<#ByMonthAppTempLT mon=3>”,“<#ByMonthAppTempLT mon=4>”,“<#ByMonthAppTempLT mon=5>”,“<#ByMonthAppTempLT mon=6>”,“<#ByMonthAppTempLT mon=7>”,“<#ByMonthAppTempLT mon=8>”,“<#ByMonthAppTempLT mon=9>”,“<#ByMonthAppTempLT mon=10>”,“<#ByMonthAppTempLT mon=11>”,“<#ByMonthAppTempLT mon=12>”]
“highfeelslike” [“<#ByMonthFeelsLikeH mon=1>”,“<#ByMonthFeelsLikeH mon=2>”,“<#ByMonthFeelsLikeH mon=3>”,“<#ByMonthFeelsLikeH mon=4>”,“<#ByMonthFeelsLikeH mon=5>”,“<#ByMonthFeelsLikeH mon=6>”,“<#ByMonthFeelsLikeH mon=7>”,“<#ByMonthFeelsLikeH mon=8>”,“<#ByMonthFeelsLikeH mon=9>”,“<#ByMonthFeelsLikeH mon=10>”,“<#ByMonthFeelsLikeH mon=11>”,“<#ByMonthFeelsLikeH mon=12>”]
“highfeelslikeT” [“<#ByMonthFeelsLikeHT mon=1>”,“<#ByMonthFeelsLikeHT mon=2>”,“<#ByMonthFeelsLikeHT mon=3>”,“<#ByMonthFeelsLikeHT mon=4>”,“<#ByMonthFeelsLikeHT mon=5>”,“<#ByMonthFeelsLikeHT mon=6>”,“<#ByMonthFeelsLikeHT mon=7>”,“<#ByMonthFeelsLikeHT mon=8>”,“<#ByMonthFeelsLikeHT mon=9>”,“<#ByMonthFeelsLikeHT mon=10>”,“<#ByMonthFeelsLikeHT mon=11>”,“<#ByMonthFeelsLikeHT mon=12>”]
“lowfeelslike” [“<#ByMonthFeelsLikeL mon=1>”,“<#ByMonthFeelsLikeL mon=2>”,“<#ByMonthFeelsLikeL mon=3>”,“<#ByMonthFeelsLikeL mon=4>”,“<#ByMonthFeelsLikeL mon=5>”,“<#ByMonthFeelsLikeL mon=6>”,“<#ByMonthFeelsLikeL mon=7>”,“<#ByMonthFeelsLikeL mon=8>”,“<#ByMonthFeelsLikeL mon=9>”,“<#ByMonthFeelsLikeL mon=10>”,“<#ByMonthFeelsLikeL mon=11>”,“<#ByMonthFeelsLikeL mon=12>”]
“lowfeelslikeT” [“<#ByMonthFeelsLikeLT mon=1>”,“<#ByMonthFeelsLikeLT mon=2>”,“<#ByMonthFeelsLikeLT mon=3>”,“<#ByMonthFeelsLikeLT mon=4>”,“<#ByMonthFeelsLikeLT mon=5>”,“<#ByMonthFeelsLikeLT mon=6>”,“<#ByMonthFeelsLikeLT mon=7>”,“<#ByMonthFeelsLikeLT mon=8>”,“<#ByMonthFeelsLikeLT mon=9>”,“<#ByMonthFeelsLikeLT mon=10>”,“<#ByMonthFeelsLikeLT mon=11>”,“<#ByMonthFeelsLikeLT mon=12>”]
“lowchill” [“<#ByMonthWChillL mon=1>”,“<#ByMonthWChillL mon=2>”,“<#ByMonthWChillL mon=3>”,“<#ByMonthWChillL mon=4>”,“<#ByMonthWChillL mon=5>”,“<#ByMonthWChillL mon=6>”,“<#ByMonthWChillL mon=7>”,“<#ByMonthWChillL mon=8>”,“<#ByMonthWChillL mon=9>”,“<#ByMonthWChillL mon=10>”,“<#ByMonthWChillL mon=11>”,“<#ByMonthWChillL mon=12>”]
“lowchillT” [“<#ByMonthWChillLT mon=1>”,“<#ByMonthWChillLT mon=2>”,“<#ByMonthWChillLT mon=3>”,“<#ByMonthWChillLT mon=4>”,“<#ByMonthWChillLT mon=5>”,“<#ByMonthWChillLT mon=6>”,“<#ByMonthWChillLT mon=7>”,“<#ByMonthWChillLT mon=8>”,“<#ByMonthWChillLT mon=9>”,“<#ByMonthWChillLT mon=10>”,“<#ByMonthWChillLT mon=11>”,“<#ByMonthWChillLT mon=12>”]
“highheatindex” [“<#ByMonthHeatIndexH mon=1>”,“<#ByMonthHeatIndexH mon=2>”,“<#ByMonthHeatIndexH mon=3>”,“<#ByMonthHeatIndexH mon=4>”,“<#ByMonthHeatIndexH mon=5>”,“<#ByMonthHeatIndexH mon=6>”,“<#ByMonthHeatIndexH mon=7>”,“<#ByMonthHeatIndexH mon=8>”,“<#ByMonthHeatIndexH mon=9>”,“<#ByMonthHeatIndexH mon=10>”,“<#ByMonthHeatIndexH mon=11>”,“<#ByMonthHeatIndexH mon=12>”]
“highheatindexT” [“<#ByMonthHeatIndexHT mon=1>”,“<#ByMonthHeatIndexHT mon=2>”,“<#ByMonthHeatIndexHT mon=3>”,“<#ByMonthHeatIndexHT mon=4>”,“<#ByMonthHeatIndexHT mon=5>”,“<#ByMonthHeatIndexHT mon=6>”,“<#ByMonthHeatIndexHT mon=7>”,“<#ByMonthHeatIndexHT mon=8>”,“<#ByMonthHeatIndexHT mon=9>”,“<#ByMonthHeatIndexHT mon=10>”,“<#ByMonthHeatIndexHT mon=11>”,“<#ByMonthHeatIndexHT mon=12>”]
“highmintemp” [“<#ByMonthMinTempH mon=1>”,“<#ByMonthMinTempH mon=2>”,“<#ByMonthMinTempH mon=3>”,“<#ByMonthMinTempH mon=4>”,“<#ByMonthMinTempH mon=5>”,“<#ByMonthMinTempH mon=6>”,“<#ByMonthMinTempH mon=7>”,“<#ByMonthMinTempH mon=8>”,“<#ByMonthMinTempH mon=9>”,“<#ByMonthMinTempH mon=10>”,“<#ByMonthMinTempH mon=11>”,“<#ByMonthMinTempH mon=12>”]
“highmintempT” [“<#ByMonthMinTempHT mon=1>”,“<#ByMonthMinTempHT mon=2>”,“<#ByMonthMinTempHT mon=3>”,“<#ByMonthMinTempHT mon=4>”,“<#ByMonthMinTempHT mon=5>”,“<#ByMonthMinTempHT mon=6>”,“<#ByMonthMinTempHT mon=7>”,“<#ByMonthMinTempHT mon=8>”,“<#ByMonthMinTempHT mon=9>”,“<#ByMonthMinTempHT mon=10>”,“<#ByMonthMinTempHT mon=11>”,“<#ByMonthMinTempHT mon=12>”]
“lowmaxtemp” [“<#ByMonthMaxTempL mon=1>”,“<#ByMonthMaxTempL mon=2>”,“<#ByMonthMaxTempL mon=3>”,“<#ByMonthMaxTempL mon=4>”,“<#ByMonthMaxTempL mon=5>”,“<#ByMonthMaxTempL mon=6>”,“<#ByMonthMaxTempL mon=7>”,“<#ByMonthMaxTempL mon=8>”,“<#ByMonthMaxTempL mon=9>”,“<#ByMonthMaxTempL mon=10>”,“<#ByMonthMaxTempL mon=11>”,“<#ByMonthMaxTempL mon=12>”]
“lowmaxtempT” [“<#ByMonthMaxTempLT mon=1>”,“<#ByMonthMaxTempLT mon=2>”,“<#ByMonthMaxTempLT mon=3>”,“<#ByMonthMaxTempLT mon=4>”,“<#ByMonthMaxTempLT mon=5>”,“<#ByMonthMaxTempLT mon=6>”,“<#ByMonthMaxTempLT mon=7>”,“<#ByMonthMaxTempLT mon=8>”,“<#ByMonthMaxTempLT mon=9>”,“<#ByMonthMaxTempLT mon=10>”,“<#ByMonthMaxTempLT mon=11>”,“<#ByMonthMaxTempLT mon=12>”]
“highhum” [“<#ByMonthHumH mon=1>”,“<#ByMonthHumH mon=2>”,“<#ByMonthHumH mon=3>”,“<#ByMonthHumH mon=4>”,“<#ByMonthHumH mon=5>”,“<#ByMonthHumH mon=6>”,“<#ByMonthHumH mon=7>”,“<#ByMonthHumH mon=8>”,“<#ByMonthHumH mon=9>”,“<#ByMonthHumH mon=10>”,“<#ByMonthHumH mon=11>”,“<#ByMonthHumH mon=12>”]
“highhumT” [“<#ByMonthHumHT mon=1>”,“<#ByMonthHumHT mon=2>”,“<#ByMonthHumHT mon=3>”,“<#ByMonthHumHT mon=4>”,“<#ByMonthHumHT mon=5>”,“<#ByMonthHumHT mon=6>”,“<#ByMonthHumHT mon=7>”,“<#ByMonthHumHT mon=8>”,“<#ByMonthHumHT mon=9>”,“<#ByMonthHumHT mon=10>”,“<#ByMonthHumHT mon=11>”,“<#ByMonthHumHT mon=12>”]
“lowhum” [“<#ByMonthHumL mon=1>”,“<#ByMonthHumL mon=2>”,“<#ByMonthHumL mon=3>”,“<#ByMonthHumL mon=4>”,“<#ByMonthHumL mon=5>”,“<#ByMonthHumL mon=6>”,“<#ByMonthHumL mon=7>”,“<#ByMonthHumL mon=8>”,“<#ByMonthHumL mon=9>”,“<#ByMonthHumL mon=10>”,“<#ByMonthHumL mon=11>”,“<#ByMonthHumL mon=12>”]
“lowhumT” [“<#ByMonthHumLT mon=1>”,“<#ByMonthHumLT mon=2>”,“<#ByMonthHumLT mon=3>”,“<#ByMonthHumLT mon=4>”,“<#ByMonthHumLT mon=5>”,“<#ByMonthHumLT mon=6>”,“<#ByMonthHumLT mon=7>”,“<#ByMonthHumLT mon=8>”,“<#ByMonthHumLT mon=9>”,“<#ByMonthHumLT mon=10>”,“<#ByMonthHumLT mon=11>”,“<#ByMonthHumLT mon=12>”]
“hightemprange” [“<#ByMonthHighDailyTempRange mon=1>”,“<#ByMonthHighDailyTempRange mon=2>”,“<#ByMonthHighDailyTempRange mon=3>”,“<#ByMonthHighDailyTempRange mon=4>”,“<#ByMonthHighDailyTempRange mon=5>”,“<#ByMonthHighDailyTempRange mon=6>”,“<#ByMonthHighDailyTempRange mon=7>”,“<#ByMonthHighDailyTempRange mon=8>”,“<#ByMonthHighDailyTempRange mon=9>”,“<#ByMonthHighDailyTempRange mon=10>”,“<#ByMonthHighDailyTempRange mon=11>”,“<#ByMonthHighDailyTempRange mon=12>”]
“hightemprangeT” [“<#ByMonthHighDailyTempRangeT mon=1>”,“<#ByMonthHighDailyTempRangeT mon=2>”,“<#ByMonthHighDailyTempRangeT mon=3>”,“<#ByMonthHighDailyTempRangeT mon=4>”,“<#ByMonthHighDailyTempRangeT mon=5>”,“<#ByMonthHighDailyTempRangeT mon=6>”,“<#ByMonthHighDailyTempRangeT mon=7>”,“<#ByMonthHighDailyTempRangeT mon=8>”,“<#ByMonthHighDailyTempRangeT mon=9>”,“<#ByMonthHighDailyTempRangeT mon=10>”,“<#ByMonthHighDailyTempRangeT mon=11>”,“<#ByMonthHighDailyTempRangeT mon=12>”]
“lowtemprange” [“<#ByMonthLowDailyTempRange mon=1>”,“<#ByMonthLowDailyTempRange mon=2>”,“<#ByMonthLowDailyTempRange mon=3>”,“<#ByMonthLowDailyTempRange mon=4>”,“<#ByMonthLowDailyTempRange mon=5>”,“<#ByMonthLowDailyTempRange mon=6>”,“<#ByMonthLowDailyTempRange mon=7>”,“<#ByMonthLowDailyTempRange mon=8>”,“<#ByMonthLowDailyTempRange mon=9>”,“<#ByMonthLowDailyTempRange mon=10>”,“<#ByMonthLowDailyTempRange mon=11>”,“<#ByMonthLowDailyTempRange mon=12>”]
“lowtemprangeT” [“<#ByMonthLowDailyTempRangeT mon=1>”,“<#ByMonthLowDailyTempRangeT mon=2>”,“<#ByMonthLowDailyTempRangeT mon=3>”,“<#ByMonthLowDailyTempRangeT mon=4>”,“<#ByMonthLowDailyTempRangeT mon=5>”,“<#ByMonthLowDailyTempRangeT mon=6>”,“<#ByMonthLowDailyTempRangeT mon=7>”,“<#ByMonthLowDailyTempRangeT mon=8>”,“<#ByMonthLowDailyTempRangeT mon=9>”,“<#ByMonthLowDailyTempRangeT mon=10>”,“<#ByMonthLowDailyTempRangeT mon=11>”,“<#ByMonthLowDailyTempRangeT mon=12>”]
“rainrate” [“<#ByMonthRainRateH mon=1>”,“<#ByMonthRainRateH mon=2>”,“<#ByMonthRainRateH mon=3>”,“<#ByMonthRainRateH mon=4>”,“<#ByMonthRainRateH mon=5>”,“<#ByMonthRainRateH mon=6>”,“<#ByMonthRainRateH mon=7>”,“<#ByMonthRainRateH mon=8>”,“<#ByMonthRainRateH mon=9>”,“<#ByMonthRainRateH mon=10>”,“<#ByMonthRainRateH mon=11>”,“<#ByMonthRainRateH mon=12>”]
“rainrateT” [“<#ByMonthRainRateHT mon=1>”,“<#ByMonthRainRateHT mon=2>”,“<#ByMonthRainRateHT mon=3>”,“<#ByMonthRainRateHT mon=4>”,“<#ByMonthRainRateHT mon=5>”,“<#ByMonthRainRateHT mon=6>”,“<#ByMonthRainRateHT mon=7>”,“<#ByMonthRainRateHT mon=8>”,“<#ByMonthRainRateHT mon=9>”,“<#ByMonthRainRateHT mon=10>”,“<#ByMonthRainRateHT mon=11>”,“<#ByMonthRainRateHT mon=12>”]
“hourlyrain” [“<#ByMonthHourlyRainH mon=1>”,“<#ByMonthHourlyRainH mon=2>”,“<#ByMonthHourlyRainH mon=3>”,“<#ByMonthHourlyRainH mon=4>”,“<#ByMonthHourlyRainH mon=5>”,“<#ByMonthHourlyRainH mon=6>”,“<#ByMonthHourlyRainH mon=7>”,“<#ByMonthHourlyRainH mon=8>”,“<#ByMonthHourlyRainH mon=9>”,“<#ByMonthHourlyRainH mon=10>”,“<#ByMonthHourlyRainH mon=11>”,“<#ByMonthHourlyRainH mon=12>”]
“hourlyrainT” [“<#ByMonthHourlyRainHT mon=1>”,“<#ByMonthHourlyRainHT mon=2>”,“<#ByMonthHourlyRainHT mon=3>”,“<#ByMonthHourlyRainHT mon=4>”,“<#ByMonthHourlyRainHT mon=5>”,“<#ByMonthHourlyRainHT mon=6>”,“<#ByMonthHourlyRainHT mon=7>”,“<#ByMonthHourlyRainHT mon=8>”,“<#ByMonthHourlyRainHT mon=9>”,“<#ByMonthHourlyRainHT mon=10>”,“<#ByMonthHourlyRainHT mon=11>”,“<#ByMonthHourlyRainHT mon=12>”]
“rain24h” [“<#ByMonthRain24HourH mon=1>”,“<#ByMonthRain24HourH mon=2>”,“<#ByMonthRain24HourH mon=3>”,“<#ByMonthRain24HourH mon=4>”,“<#ByMonthRain24HourH mon=5>”,“<#ByMonthRain24HourH mon=6>”,“<#ByMonthRain24HourH mon=7>”,“<#ByMonthRain24HourH mon=8>”,“<#ByMonthRain24HourH mon=9>”,“<#ByMonthRain24HourH mon=10>”,“<#ByMonthRain24HourH mon=11>”,“<#ByMonthRain24HourH mon=12>”]
“rain24hT” [“<#ByMonthRain24HourHT mon=1>”,“<#ByMonthRain24HourHT mon=2>”,“<#ByMonthRain24HourHT mon=3>”,“<#ByMonthRain24HourHT mon=4>”,“<#ByMonthRain24HourHT mon=5>”,“<#ByMonthRain24HourHT mon=6>”,“<#ByMonthRain24HourHT mon=7>”,“<#ByMonthRain24HourHT mon=8>”,“<#ByMonthRain24HourHT mon=9>”,“<#ByMonthRain24HourHT mon=10>”,“<#ByMonthRain24HourHT mon=11>”,“<#ByMonthRain24HourHT mon=12>”]
“dailyrain” [“<#ByMonthDailyRainH mon=1>”,“<#ByMonthDailyRainH mon=2>”,“<#ByMonthDailyRainH mon=3>”,“<#ByMonthDailyRainH mon=4>”,“<#ByMonthDailyRainH mon=5>”,“<#ByMonthDailyRainH mon=6>”,“<#ByMonthDailyRainH mon=7>”,“<#ByMonthDailyRainH mon=8>”,“<#ByMonthDailyRainH mon=9>”,“<#ByMonthDailyRainH mon=10>”,“<#ByMonthDailyRainH mon=11>”,“<#ByMonthDailyRainH mon=12>”]
“dailyrainT” [“<#ByMonthDailyRainHT mon=1>”,“<#ByMonthDailyRainHT mon=2>”,“<#ByMonthDailyRainHT mon=3>”,“<#ByMonthDailyRainHT mon=4>”,“<#ByMonthDailyRainHT mon=5>”,“<#ByMonthDailyRainHT mon=6>”,“<#ByMonthDailyRainHT mon=7>”,“<#ByMonthDailyRainHT mon=8>”,“<#ByMonthDailyRainHT mon=9>”,“<#ByMonthDailyRainHT mon=10>”,“<#ByMonthDailyRainHT mon=11>”,“<#ByMonthDailyRainHT mon=12>”]
“monthlyrain” [“<#ByMonthMonthlyRainH mon=1>”,“<#ByMonthMonthlyRainH mon=2>”,“<#ByMonthMonthlyRainH mon=3>”,“<#ByMonthMonthlyRainH mon=4>”,“<#ByMonthMonthlyRainH mon=5>”,“<#ByMonthMonthlyRainH mon=6>”,“<#ByMonthMonthlyRainH mon=7>”,“<#ByMonthMonthlyRainH mon=8>”,“<#ByMonthMonthlyRainH mon=9>”,“<#ByMonthMonthlyRainH mon=10>”,“<#ByMonthMonthlyRainH mon=11>”,“<#ByMonthMonthlyRainH mon=12>”]
“monthlyrainT” [“<#ByMonthMonthlyRainHT mon=1>”,“<#ByMonthMonthlyRainHT mon=2>”,“<#ByMonthMonthlyRainHT mon=3>”,“<#ByMonthMonthlyRainHT mon=4>”,“<#ByMonthMonthlyRainHT mon=5>”,“<#ByMonthMonthlyRainHT mon=6>”,“<#ByMonthMonthlyRainHT mon=7>”,“<#ByMonthMonthlyRainHT mon=8>”,“<#ByMonthMonthlyRainHT mon=9>”,“<#ByMonthMonthlyRainHT mon=10>”,“<#ByMonthMonthlyRainHT mon=11>”,“<#ByMonthMonthlyRainHT mon=12>”]
“dryperiod” [“<#ByMonthLongestDryPeriod mon=1>”,“<#ByMonthLongestDryPeriod mon=2>”,“<#ByMonthLongestDryPeriod mon=3>”,“<#ByMonthLongestDryPeriod mon=4>”,“<#ByMonthLongestDryPeriod mon=5>”,“<#ByMonthLongestDryPeriod mon=6>”,“<#ByMonthLongestDryPeriod mon=7>”,“<#ByMonthLongestDryPeriod mon=8>”,“<#ByMonthLongestDryPeriod mon=9>”,“<#ByMonthLongestDryPeriod mon=10>”,“<#ByMonthLongestDryPeriod mon=11>”,“<#ByMonthLongestDryPeriod mon=12>”]
“dryperiodT” [“<#ByMonthLongestDryPeriodT mon=1>”,“<#ByMonthLongestDryPeriodT mon=2>”,“<#ByMonthLongestDryPeriodT mon=3>”,“<#ByMonthLongestDryPeriodT mon=4>”,“<#ByMonthLongestDryPeriodT mon=5>”,“<#ByMonthLongestDryPeriodT mon=6>”,“<#ByMonthLongestDryPeriodT mon=7>”,“<#ByMonthLongestDryPeriodT mon=8>”,“<#ByMonthLongestDryPeriodT mon=9>”,“<#ByMonthLongestDryPeriodT mon=10>”,“<#ByMonthLongestDryPeriodT mon=11>”,“<#ByMonthLongestDryPeriodT mon=12>”]
“wetperiod” [“<#ByMonthLongestWetPeriod mon=1>”,“<#ByMonthLongestWetPeriod mon=2>”,“<#ByMonthLongestWetPeriod mon=3>”,“<#ByMonthLongestWetPeriod mon=4>”,“<#ByMonthLongestWetPeriod mon=5>”,“<#ByMonthLongestWetPeriod mon=6>”,“<#ByMonthLongestWetPeriod mon=7>”,“<#ByMonthLongestWetPeriod mon=8>”,“<#ByMonthLongestWetPeriod mon=9>”,“<#ByMonthLongestWetPeriod mon=10>”,“<#ByMonthLongestWetPeriod mon=11>”,“<#ByMonthLongestWetPeriod mon=12>”]
“wetperiodT” [“<#ByMonthLongestWetPeriodT mon=1>”,“<#ByMonthLongestWetPeriodT mon=2>”,“<#ByMonthLongestWetPeriodT mon=3>”,“<#ByMonthLongestWetPeriodT mon=4>”,“<#ByMonthLongestWetPeriodT mon=5>”,“<#ByMonthLongestWetPeriodT mon=6>”,“<#ByMonthLongestWetPeriodT mon=7>”,“<#ByMonthLongestWetPeriodT mon=8>”,“<#ByMonthLongestWetPeriodT mon=9>”,“<#ByMonthLongestWetPeriodT mon=10>”,“<#ByMonthLongestWetPeriodT mon=11>”,“<#ByMonthLongestWetPeriodT mon=12>”]
“highgust” [“<#ByMonthGustH mon=1>”,“<#ByMonthGustH mon=2>”,“<#ByMonthGustH mon=3>”,“<#ByMonthGustH mon=4>”,“<#ByMonthGustH mon=5>”,“<#ByMonthGustH mon=6>”,“<#ByMonthGustH mon=7>”,“<#ByMonthGustH mon=8>”,“<#ByMonthGustH mon=9>”,“<#ByMonthGustH mon=10>”,“<#ByMonthGustH mon=11>”,“<#ByMonthGustH mon=12>”]
“highgustT” [“<#ByMonthGustHT mon=1>”,“<#ByMonthGustHT mon=2>”,“<#ByMonthGustHT mon=3>”,“<#ByMonthGustHT mon=4>”,“<#ByMonthGustHT mon=5>”,“<#ByMonthGustHT mon=6>”,“<#ByMonthGustHT mon=7>”,“<#ByMonthGustHT mon=8>”,“<#ByMonthGustHT mon=9>”,“<#ByMonthGustHT mon=10>”,“<#ByMonthGustHT mon=11>”,“<#ByMonthGustHT mon=12>”]
“highwind” [“<#ByMonthWindH mon=1>”,“<#ByMonthWindH mon=2>”,“<#ByMonthWindH mon=3>”,“<#ByMonthWindH mon=4>”,“<#ByMonthWindH mon=5>”,“<#ByMonthWindH mon=6>”,“<#ByMonthWindH mon=7>”,“<#ByMonthWindH mon=8>”,“<#ByMonthWindH mon=9>”,“<#ByMonthWindH mon=10>”,“<#ByMonthWindH mon=11>”,“<#ByMonthWindH mon=12>”]
“highwindT” [“<#ByMonthWindHT mon=1>”,“<#ByMonthWindHT mon=2>”,“<#ByMonthWindHT mon=3>”,“<#ByMonthWindHT mon=4>”,“<#ByMonthWindHT mon=5>”,“<#ByMonthWindHT mon=6>”,“<#ByMonthWindHT mon=7>”,“<#ByMonthWindHT mon=8>”,“<#ByMonthWindHT mon=9>”,“<#ByMonthWindHT mon=10>”,“<#ByMonthWindHT mon=11>”,“<#ByMonthWindHT mon=12>”]
“highwindrun” [“<#ByMonthWindRunH mon=1>”,“<#ByMonthWindRunH mon=2>”,“<#ByMonthWindRunH mon=3>”,“<#ByMonthWindRunH mon=4>”,“<#ByMonthWindRunH mon=5>”,“<#ByMonthWindRunH mon=6>”,“<#ByMonthWindRunH mon=7>”,“<#ByMonthWindRunH mon=8>”,“<#ByMonthWindRunH mon=9>”,“<#ByMonthWindRunH mon=10>”,“<#ByMonthWindRunH mon=11>”,“<#ByMonthWindRunH mon=12>”]
“highwindrunT” [“<#ByMonthWindRunHT mon=1>”,“<#ByMonthWindRunHT mon=2>”,“<#ByMonthWindRunHT mon=3>”,“<#ByMonthWindRunHT mon=4>”,“<#ByMonthWindRunHT mon=5>”,“<#ByMonthWindRunHT mon=6>”,“<#ByMonthWindRunHT mon=7>”,“<#ByMonthWindRunHT mon=8>”,“<#ByMonthWindRunHT mon=9>”,“<#ByMonthWindRunHT mon=10>”,“<#ByMonthWindRunHT mon=11>”,“<#ByMonthWindRunHT mon=12>”]
“highpress” [“<#ByMonthPressH mon=1>”,“<#ByMonthPressH mon=2>”,“<#ByMonthPressH mon=3>”,“<#ByMonthPressH mon=4>”,“<#ByMonthPressH mon=5>”,“<#ByMonthPressH mon=6>”,“<#ByMonthPressH mon=7>”,“<#ByMonthPressH mon=8>”,“<#ByMonthPressH mon=9>”,“<#ByMonthPressH mon=10>”,“<#ByMonthPressH mon=11>”,“<#ByMonthPressH mon=12>”]
“highpressT” [“<#ByMonthPressHT mon=1>”,“<#ByMonthPressHT mon=2>”,“<#ByMonthPressHT mon=3>”,“<#ByMonthPressHT mon=4>”,“<#ByMonthPressHT mon=5>”,“<#ByMonthPressHT mon=6>”,“<#ByMonthPressHT mon=7>”,“<#ByMonthPressHT mon=8>”,“<#ByMonthPressHT mon=9>”,“<#ByMonthPressHT mon=10>”,“<#ByMonthPressHT mon=11>”,“<#ByMonthPressHT mon=12>”]
“lowpress” [“<#ByMonthPressL mon=1>”,“<#ByMonthPressL mon=2>”,“<#ByMonthPressL mon=3>”,“<#ByMonthPressL mon=4>”,“<#ByMonthPressL mon=5>”,“<#ByMonthPressL mon=6>”,“<#ByMonthPressL mon=7>”,“<#ByMonthPressL mon=8>”,“<#ByMonthPressL mon=9>”,“<#ByMonthPressL mon=10>”,“<#ByMonthPressL mon=11>”,“<#ByMonthPressL mon=12>”]
“lowpressT” [“<#ByMonthPressLT mon=1>”,“<#ByMonthPressLT mon=2>”,“<#ByMonthPressLT mon=3>”,“<#ByMonthPressLT mon=4>”,“<#ByMonthPressLT mon=5>”,“<#ByMonthPressLT mon=6>”,“<#ByMonthPressLT mon=7>”,“<#ByMonthPressLT mon=8>”,“<#ByMonthPressLT mon=9>”,“<#ByMonthPressLT mon=10>”,“<#ByMonthPressLT mon=11>”,“<#ByMonthPressLT mon=12>”
“YearTempH” “<#YearTempH>”
“YearTempHT” “<#YearTempHT>”
“YearTempHD” “<#YearTempHD>”
“YearTempL” “<#YearTempL>”
“YearTempLT” “<#YearTempLT>”
“YearTempLD” “<#YearTempLD>”
“YearDewPointH” “<#YearDewPointH>”
“YearDewPointHT” “<#YearDewPointHT>”
“YearDewPointHD” “<#YearDewPointHD>”
“YearDewPointL” “<#YearDewPointL>”
“YearDewPointLT” “<#YearDewPointLT>”
“YearDewPointLD” “<#YearDewPointLD>”
“YearAppTempH” “<#YearAppTempH>”
“YearAppTempHT” “<#YearAppTempHT>”
“YearAppTempHD” “<#YearAppTempHD>”
“YearAppTempL” “<#YearAppTempL>”
“YearAppTempLT” “<#YearAppTempLT>”
“YearAppTempLD” “<#YearAppTempLD>”
“YearFeelsLikeH” “<#YearFeelsLikeH>”
“YearFeelsLikeHT” “<#YearFeelsLikeHT>”
“YearFeelsLikeHD” “<#YearFeelsLikeHD>”
“YearFeelsLikeL” “<#YearFeelsLikeL>”
“YearFeelsLikeLT” “<#YearFeelsLikeLT>”
“YearFeelsLikeLD” “<#YearFeelsLikeLD>”
“YearWChillL” “<#YearWChillL>”
“YearWChillLT” “<#YearWChillLT>”
“YearWChillLD” “<#YearWChillLD>”
“YearHeatIndexH” “<#YearHeatIndexH>”
“YearHeatIndexHT” “<#YearHeatIndexHT>”
“YearHeatIndexHD” “<#YearHeatIndexHD>”
“YearMinTempH” “<#YearMinTempH>”
“YearMinTempHD” “<#YearMinTempHD>”
“YearMaxTempL” “<#YearMaxTempL>”
“YearMaxTempLD” “<#YearMaxTempLD>”
“YearHumH” “<#YearHumH>”
“YearHumHT” “<#YearHumHT>”
“YearHumHD” “<#YearHumHD>”
“YearHumL” “<#YearHumL>”
“YearHumLT” “<#YearHumLT>”
“YearHumLD” “<#YearHumLD>”
“YearHighDailyTempRange” “<#YearHighDailyTempRange>”
“YearHighDailyTempRangeD” “<#YearHighDailyTempRangeD>”
“YearLowDailyTempRange” “<#YearLowDailyTempRange>”
“YearLowDailyTempRangeD” “<#YearLowDailyTempRangeD>”
“YearRainRateH” “<#YearRainRateH>”
“YearRainRateHT” “<#YearRainRateHT>”
“YearRainRateHD” “<#YearRainRateHD>”
“YearHourlyRainH” “<#YearHourlyRainH>”
“YearHourlyRainHT” “<#YearHourlyRainHT>”
“YearHourlyRainHD” “<#YearHourlyRainHD>”
“YearRain24HourH” “<#YearRain24HourH>”
“YearRain24HourHT” “<#YearRain24HourHT>”
“YearRain24HourHD” “<#YearRain24HourHD>”
“YearDailyRainH” “<#YearDailyRainH>”
“YearDailyRainHD” “<#YearDailyRainHD>”
“YearMonthlyRainH” “<#YearMonthlyRainH>”
“YearMonthlyRainHD” “<#YearMonthlyRainHD>”
“YearLongestDryPeriod” “<#YearLongestDryPeriod>”
“YearLongestDryPeriodD” “<#YearLongestDryPeriodD>”
“YearLongestWetPeriod” “<#YearLongestWetPeriod>”
“YearLongestWetPeriodD” “<#YearLongestWetPeriodD>”
“YearGustH” “<#YearGustH>”
“YearGustHT” “<#YearGustHT>”
“YearGustHD” “<#YearGustHD>”
“YearWindH” “<#YearWindH>”
“YearWindHT” “<#YearWindHT>”
“YearWindHD” “<#YearWindHD>”
“YearWindRunH” “<#YearWindRunH>”
“YearWindRunHD” “<#YearWindRunHD>”
“YearPressL” “<#YearPressL>”
“YearPressLT” “<#YearPressLT>”
“YearPressLD” “<#YearPressLD>”
“YearPressH” “<#YearPressH>”
“YearPressHT” “<#YearPressHT>”
“YearPressHD” “<#YearPressHD>”
“tempH” “<#tempH>”
“TtempH” “<#TtempH>”
“tempL” “<#tempL>”
“TtempL” “<#TtempL>”
“dewpointH” “<#dewpointH>”
“TdewpointH” “<#TdewpointH>”
“dewpointL” “<#dewpointL>”
“TdewpointL” “<#TdewpointL>”
“apptempH” “<#apptempH>”
“TapptempH” “<#TapptempH>”
“apptempL” “<#apptempL>”
“TapptempL” “<#TapptempL>”
“feelslikeH” “<#feelslikeH>”
“TfeelslikeH” “<#TfeelslikeH>”
“feelslikeL” “<#feelslikeL>”
“TfeelslikeL” “<#TfeelslikeL>”
“wchillL” “<#wchillL>”
“TwchillL” “<#TwchillL>”
“heatindexH” “<#heatindexH>”
“TheatindexH” “<#TheatindexH>”
“mintempH” “<#mintempH>”
“TmintempH” “<#TmintempH>”
“maxtempL” “<#maxtempL>”
“TmaxtempL” “<#TmaxtempL>”
“humH” “<#humH>”
“ThumH” “<#ThumH>”
“humL” “<#humL>”
“ThumL” “<#ThumL>”
“HighDailyTempRange” “<#HighDailyTempRange>”
“THighDailyTempRange” “<#THighDailyTempRange>”
“LowDailyTempRange” “<#LowDailyTempRange>”
“TLowDailyTempRange” “<#TLowDailyTempRange>”
“rrateM” “<#rrateM>”
“TrrateM” “<#TrrateM>”
“rfallhH” “<#rfallhH>”
“TrfallhH” “<#TrfallhH>”
“rfallH” “<#rfallH>”
“TrfallH” “<#TrfallH>”
“r24hourH” “<#r24hourH>”
“Tr24hourH” “<#Tr24hourH>”
“rfallmH” “<#rfallmH>”
“TrfallmH” “<#TrfallmH>”
“LongestDryPeriod” “<#LongestDryPeriod>”
“TLongestDryPeriod” “<#TLongestDryPeriod>”
“LongestWetPeriod” “<#LongestWetPeriod>”
“TLongestWetPeriod” “<#TLongestWetPeriod>”
“gustM” “<#gustM>”
“TgustM” “<#TgustM>”
“wspeedH” “<#wspeedH>”
“TwspeedH” “<#TwspeedH>”
“windrunH” “<#windrunH>”
“TwindrunH” “<#TwindrunH>”
“pressL” “<#pressL>”
“TpressL” “<#TpressL>”
“pressH” “<#pressH>”
“TpressH” “<#TpressH>

1)
In my view
wiki/apw/websitedata.txt · Last modified: by Neil Thomas