Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Event

A single newline delimited JSON entry that contains the mandatory fields as shown in table 1.

Mandatory Fields

Field Type Description Note
created_at string ISO 8601 date and time of event creation Crucial for temporal analyses.
text string The textual information to be annotated and geocoded Only textual information that fall inside this field will be considered.

Table 1. Mandatory Fields.

Optional Fields

Field Type Description
id string Event’s unique identifier. It is autogenerated if not given.
media array[string] Media URLs (e.g. images, videos) attached to an event.
url string Event’s public URL.

Table 2. Optional Fields.

Enriched Fields

Annotation

Field Type Description
annotation.flood number Flood annotation score.
annotation.impact number Impact annotation score.

Table 3. Fields produced by Annotation step.

Geocode

Field Type Description
geo.tags object Geographic locations by tag from DeepPavlov NER tagger.
geo.locations array[object] Geographic attribures placeholder.

Tags1

Field Type Description
GPE array[string] Geo Political Entities e.g. countries, cities, states.
FAC array[string] Facilities e.g. buildings, airports, highways, bridges, etc.
LOC array[string] Locations e.g. non-GPE locations, mountain ranges, bodies of water.

Location

Field Type Description
coordinates object Latitude/longitude in WSG84 CRS.
city_name string The name of the place.
region_name string The region name.
country_name string The Country name.

Tables 4-6. Fields produced by Geocode step.