Skip to content

RegionAlgorithm

Christian Joe edited this page Sep 26, 2018 · 2 revisions

#RegionAlgorithms This section provides detailed information about the algorithm we use, to find the best match of given WARNCELLIDs by event to a local region. Basically speaking, we look for the best fit within a set of given regions.

Best Match Algorithm

Here has the algorithm to be written

Regions

Regions are picked by an author with common knowledge. You'll find these collected in config.regions.yml. Following, we present an example of two regions:

---
Sauerland:
  grammar:
    gender: das
    genitive: Sauerlandes
  districts:
    - Kreis Soest
    - Hochsauerlandkreis
    - Märkischer Kreis
    - Kreis Olpe

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