Difference between revisions of "$twcweather.alerts"

From webCoRE Wiki - Web-enabled Community's own Rule Engine
Jump to: navigation, search
m
m
Line 18: Line 18:
 
! Notes
 
! Notes
 
|-
 
|-
| <code>$twcweather.conditions.areaTypeCode</code>
+
| <code>$twcweather.alerts.areaTypeCode</code>
 
| <code>"Z", "C"</code>
 
| <code>"Z", "C"</code>
 
| Returns "Z" 80% of the time
 
| Returns "Z" 80% of the time
 
|-
 
|-
| <code>$twcweather.conditions.categories.category</code>
+
| <code>$twcweather.alerts.categories.category</code>
 
| <code>"Met"</code>
 
| <code>"Met"</code>
 
| Metropolis??
 
| Metropolis??
 
|-
 
|-
| <code>$twcweather.conditions.categories.categoryCode</code>
+
| <code>$twcweather.alerts.categories.categoryCode</code>
 
| <code>"1"</code>
 
| <code>"1"</code>
 
| ??
 
| ??
 
|-
 
|-
| <code>$twcweather.conditions.significance</code>
+
| <code>$twcweather.alerts.significance</code>
 
| <code>"A", "S", "W", "Y"</code>
 
| <code>"A", "S", "W", "Y"</code>
 
| ??
 
| ??
 
|-
 
|-
| <code>$twcweather.conditions.disclaimer</code>
+
| <code>$twcweather.alerts.disclaimer</code>
 
| <code>null</code>
 
| <code>null</code>
 
| ??
 
| ??
 
|-
 
|-
| <code>$twcweather.conditions.eventTrackingNumber</code>
+
| <code>$twcweather.alerts.eventTrackingNumber</code>
 
| <code>0003</code>
 
| <code>0003</code>
 
| ??
 
| ??
 
|-
 
|-
 
|}
 
|}
 +
 +
== $twcweather.alerts.flood ==
 +
 +
The dataPoint "flood" is usually null, but when there is an alert for possible flooding, then all of these dataPoints will appear:
 +
 +
{| class="mw-datatable"
 +
|-
 +
! Expression
 +
! Sample value
 +
! Notes
 +
|-
 +
| <code>$twcweather.alerts.flood.floodCrestTimeLocal</code>
 +
| <code>null</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodCrestTimeLocalTimeZone</code>
 +
| <code>null</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodEndTimeLocal</code>
 +
| <code>null</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodEndTimeLocalTimeZone</code>
 +
| <code>null</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodImmediateCause</code>
 +
| <code>"Excessive Rainfall"</code>
 +
| Needs more examples
 +
|-
 +
| <code>$twcweather.alerts.flood.floodImmediateCauseCode</code>
 +
| <code>"ER"</code>
 +
| Needs more examples
 +
|-
 +
| <code>$twcweather.alerts.flood.floodLocationId</code>
 +
| <code>00000, AFBI2</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodLocationName</code>
 +
| <code>"N/A", "White River at Apache Tailwater"</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodRecordStatus</code>
 +
| <code>"N/A"</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodRecordStatusCode</code>
 +
| <code>"OO"</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodSeverity</code>
 +
| <code>"None"</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodSeverityCode</code>
 +
| <code>"N"</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodStartTimeLocal</code>
 +
| <code>null</code>
 +
| ??
 +
|-
 +
| <code>$twcweather.alerts.flood.floodStartTimeLocalTimeZone</code>
 +
| <code>null</code>
 +
| ??
 +
|-
 +
|}
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
  

Revision as of 21:41, 4 August 2019

This page is currently under construction. I would wait a day or two before using the data found below.

As of Aug 4th, I have been unable to locate an official document for the weather alerts, so we have been gathering data the old fashioned way, and combining our findings on this page. If you get a unique alert in your location, you can contribute your observations in this thread.

Introduction

It appears that many of the codes go hand in hand with each other, so the format on this page is a bit different than the TWC_Weather page. For the most part, the "unknown" dataPoints are listed first, so they get the most exposure. These will be followed by the dataPoints that are likely the most useful. The final catagory will be dataPoints that rarely change.

Needs More Information Gathered

Expression Sample value Notes
$twcweather.alerts.areaTypeCode "Z", "C" Returns "Z" 80% of the time
$twcweather.alerts.categories.category "Met" Metropolis??
$twcweather.alerts.categories.categoryCode "1"  ??
$twcweather.alerts.significance "A", "S", "W", "Y"  ??
$twcweather.alerts.disclaimer null  ??
$twcweather.alerts.eventTrackingNumber 0003  ??

$twcweather.alerts.flood

The dataPoint "flood" is usually null, but when there is an alert for possible flooding, then all of these dataPoints will appear:

Expression Sample value Notes
$twcweather.alerts.flood.floodCrestTimeLocal null  ??
$twcweather.alerts.flood.floodCrestTimeLocalTimeZone null  ??
$twcweather.alerts.flood.floodEndTimeLocal null  ??
$twcweather.alerts.flood.floodEndTimeLocalTimeZone null  ??
$twcweather.alerts.flood.floodImmediateCause "Excessive Rainfall" Needs more examples
$twcweather.alerts.flood.floodImmediateCauseCode "ER" Needs more examples
$twcweather.alerts.flood.floodLocationId 00000, AFBI2  ??
$twcweather.alerts.flood.floodLocationName "N/A", "White River at Apache Tailwater"  ??
$twcweather.alerts.flood.floodRecordStatus "N/A"  ??
$twcweather.alerts.flood.floodRecordStatusCode "OO"  ??
$twcweather.alerts.flood.floodSeverity "None"  ??
$twcweather.alerts.flood.floodSeverityCode "N"  ??
$twcweather.alerts.flood.floodStartTimeLocal null  ??
$twcweather.alerts.flood.floodStartTimeLocalTimeZone null  ??












IGNORE EVERYTHING ELSE ON THIS PAGE (PLACEHOLDERS)

Articles worth reading:

Handy Links for Reference

Here are a few links that I have found to be helpful

webCoRE

  • Dashboard (where we create & edit our pistons)
  • webCoRE Forum - Latest Topics (great community for like-minded people)
Code Description TWC Icon WU v4 Icon
0 Tornado

:twc-0:

:wu-v4-0:

1 Tropical Storm

:twc-1:

:wu-v4-1:

47 Scattered Thunderstorms

:twc-47:

:wu-v4-47: