-
Notifications
You must be signed in to change notification settings - Fork 1
TV CRAWL
Christian Joe edited this page Sep 21, 2018
·
1 revision
In case of an weather alert TV stations are forced to provide the alert information on TV. The common way is to display the information in a text-crawl.
Our Service suggests an automated generated text example for the crawl.
Example: " Amtliche Unwetterwarnung des Deutschen Wetterdienstes für ganz Westfalen und der Großteil des Rheinlandes. Sturmböen möglich. Gültig Morgen, von 06:00 Uhr bis 18:00 Uhr. "
The text is generated based on the following rule-set:
"prefix
amtliche Unwetterwarnung des Deutschen Wetterdienstes für location
. text
möglich. Gültig dates
."
prefix
= 'Aktualisierte', if event.msg_type == update
location
= best_match(districts)
text
= based on event.event
dates
= based on event.onset
and event.expires