dataset_id
stringlengths
6
16
dataset_name
stringlengths
10
36
source_url
stringlengths
22
82
supported_entities
sequencelengths
3
3
supported_events
sequencelengths
3
3
description
stringlengths
58
90
last_updated
timestamp[ms]
coverage_timeframe
stringclasses
6 values
created_at
timestamp[ms]
ACLED_EVENTS
Armed Conflict Location & Event Data
https://acleddata.com/
[ "Actor", "Location", "ConflictType" ]
[ "PoliticalViolence", "Protest", "ConflictEvent" ]
Tracks political violence and protest events with actor/geospatial metadata and timestamps
2025-01-31T23:38:20.768000
1997-Present
2025-01-31T23:38:20.768000
RELIEFWEB_CRISIS
ReliefWeb Crisis Reports
https://reliefweb.int/
[ "Crisis", "Location", "Organization" ]
[ "HumanitarianCrisis", "DisasterResponse", "AidOperation" ]
Aggregates humanitarian crisis reports with geotemporal impact analysis
2025-01-31T23:38:20.768000
Ongoing
2025-01-31T23:38:20.768000
NASA_FIRMS
NASA FIRMS
https://earthdata.nasa.gov/firms
[ "Location", "ThermalAnomaly", "FireEvent" ]
[ "Wildfire", "ThermalAlert", "FireSpread" ]
Real-time global wildfire detection with thermal anomaly timestamps
2025-01-31T23:38:20.768000
Real-time
2025-01-31T23:38:20.768000
GLOBAL_FLOOD_DB
Global Flood Database
https://global-flood-database.cloudtostreet.info/
[ "Location", "FloodExtent", "Impact" ]
[ "Flood", "Inundation", "WaterLevel" ]
Historical flood extents and impacts with temporal recurrence patterns
2025-01-31T23:38:20.768000
1985-Present
2025-01-31T23:38:20.768000
UN_COMTRADE
UN Comtrade Database
https://comtrade.un.org/
[ "Country", "TradeFlow", "Commodity" ]
[ "TradeDisruption", "SupplyChainEvent", "TradeImbalance" ]
Monthly international trade flows to detect supply chain vulnerabilities
2025-01-31T23:38:20.768000
Monthly
2025-01-31T23:38:20.768000
WB_GEM
World Bank Global Economic Monitor
https://www.worldbank.org/en/research/brief/global-economic-monitor
[ "Country", "Indicator", "EconomicMetric" ]
[ "FinancialCrisis", "EconomicShock", "MarketDisruption" ]
Real-time macroeconomic indicators for financial crisis prediction
2025-01-31T23:38:20.768000
Real-time
2025-01-31T23:38:20.768000
WHO_EIOS
WHO Epidemic Intelligence
https://www.who.int/teams/epidemic-and-pandemic-intelligence-and-preparedness/eios
[ "Disease", "Location", "Outbreak" ]
[ "DiseaseOutbreak", "EpidemicAlert", "HealthEmergency" ]
Multilingual outbreak alerts with geographic spread timelines
2025-01-31T23:38:20.768000
Real-time
2025-01-31T23:38:20.768000
JHU_COVID
Johns Hopkins COVID-19 Dashboard
https://coronavirus.jhu.edu/map.html
[ "Location", "Case", "Policy" ]
[ "Infection", "Death", "PolicyChange" ]
Historical case/death rates with policy response timelines
2025-01-31T23:38:20.768000
2020-Present
2025-01-31T23:38:20.768000
TWITTER_CRISIS
Twitter API Crisis Stream
https://developer.twitter.com/en/docs/twitter-api
[ "User", "Tweet", "Event" ]
[ "CrisisMention", "EmergencyAlert", "PublicResponse" ]
Real-time crisis mentions with NLP-derived event detection
2025-01-31T23:38:20.768000
Real-time
2025-01-31T23:38:20.768000
GDELT_GKG
GDELT Global Knowledge Graph
https://blog.gdeltproject.org/gdelt-2-0-our-global-world-in-realtime/
[ "Event", "Actor", "Theme" ]
[ "CausalLink", "MediaMention", "EventConnection" ]
Tracks media-driven causal relationships between global events
2025-01-31T23:38:20.768000
Real-time
2025-01-31T23:38:20.768000
USGS_LANDSLIDE
USGS Landslide Hazards Program
https://www.usgs.gov/programs/landslide-hazards
[ "Location", "Hazard", "RiskScore" ]
[ "Landslide", "RainfallAlert", "TerrainMovement" ]
Rainfall-triggered landslide potential with temporal risk scores
2025-01-31T23:38:20.768000
Ongoing
2025-01-31T23:38:20.768000
POWEROUTAGE_US
PowerOutage.us
https://poweroutage.us/
[ "Location", "Grid", "Outage" ]
[ "PowerDisruption", "GridFailure", "ServiceRestoration" ]
Real-time electrical grid disruptions with duration/impact metrics
2025-01-31T23:38:20.768000
Real-time
2025-01-31T23:38:20.768000

Crisis Prediction Datasets

Dataset Card for dwb2023/crisis_prediction_datasets

Purpose

A catalog of datasets supporting crisis prediction and response analysis, with particular focus on transportation and supply chain disruptions. This catalog tracks datasets that can be used to model temporal dependencies, test counterfactual scenarios, and analyze cascading failures in crisis situations.

Intended Use

  • Primary Use: Research and evaluation of crisis response datasets
  • Intended Users: Data scientists, data engineers, and ML engineers working on crisis prediction systems
  • Out of Scope: Real-time data ingestion or operational deployment

Schema Description

The catalog uses the following schema to track and document datasets:

Field Name Data Type Description
dataset_id string Unique identifier for the dataset in the catalog (e.g., "OPENSKY_2020", "GDELT_2020_Q1")
dataset_name string Human-readable name of the dataset (e.g., "OpenSky Network", "GDELT Event Database")
source_url string URL or reference point for accessing the dataset
supported_entities sequence[string] List of entity types contained in the dataset (e.g., ["Airport", "Flight", "Policy"])
supported_events sequence[string] List of event types the dataset can track (e.g., ["FlightCancellation", "HubClosure"])
description string Detailed description of the dataset's contents, format, and relevance to crisis prediction
last_updated timestamp[ms] When the dataset itself was last updated, in milliseconds since epoch
coverage_timeframe string Time period covered by the dataset (e.g., "2020-03-20 to 2020-03-27")
created_at timestamp[ms] When this catalog entry was created, in milliseconds since epoch

Example Entry

{
    "dataset_id": "OPENSKY_2020",
    "dataset_name": "OpenSky Network",
    "source_url": "https://opensky-network.org/api",
    "supported_entities": ["Airport", "Flight"],
    "supported_events": ["FlightCancellation", "FlightDelay"],
    "description": "Real-time & historical ADS-B flight tracking data",
    "last_updated": "2025-01-30",
    "coverage_timeframe": "2020-03-20 to 2020-03-27",
    "created_at": "2025-01-31"
}

Key Features

  • Tracks datasets supporting temporal graph analysis
  • Maps datasets to specific entity and event types
  • Documents coverage periods aligned with crisis events
  • Enables dataset comparison and selection for analysis

Usage Caveats

  • Catalog is for research planning purposes only
  • Does not include actual data storage or automated ingestion
  • Focus is on iterative research evaluation of datasets

Implementation Details

Query Examples

-- Find datasets containing flight data
SELECT dataset_name, source_url 
FROM dataset_catalog 
WHERE supported_entities LIKE '%"Flight"%';

-- Get datasets covering March 2020
SELECT dataset_name, description 
FROM dataset_catalog 
WHERE coverage_timeframe LIKE '%2020-03%';

-- List recently updated datasets
SELECT dataset_name, last_updated 
FROM dataset_catalog 
ORDER BY last_updated DESC;

Key SQL Operations

-- Create new dataset entry
INSERT INTO dataset_catalog (
    dataset_id, dataset_name, source_url,
    supported_entities, supported_events,
    description, coverage_timeframe
) VALUES (
    'GDELT_2020_Q1',
    'GDELT Event Database',
    'https://www.gdeltproject.org/',
    '["Airport", "Policy", "Organization"]',
    '["PolicyChange", "BorderClosure"]',
    'Global event database tracking media-reported events',
    '2020-01-01 to 2020-03-31'
);

-- Update dataset coverage
UPDATE dataset_catalog
SET coverage_timeframe = '2020-01-01 to 2020-06-30'
WHERE dataset_id = 'GDELT_2020_Q1';

Citation

This catalog was developed as part of research into crisis prediction and response systems, focusing on the March 2020 COVID-19 disruptions to global air cargo operations.

Downloads last month
7