Skip to content

TV CRAWL

Christian Joe edited this page Sep 21, 2018 · 1 revision

TV Crawl

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

Must read

  1. Introduction

Data

  1. Datamodel
  2. DWD API

Maps

  1. Map Generator

Text-Generator

  1. Region Algorithm
  2. TV Crawl
  3. Tweet

Output-Channels

  1. RSS Feed
  2. SLACK
  3. MS TEAMS
Clone this wiki locally