This repository contains data and exploratory tools related to the Common Alerting Protocol (CAP) ecosystem, with a focus on official alerting authorities registered by the World Meteorological Organization (WMO).
Source: https://alertingauthority.wmo.int/rss.xml
This dataset is an index of official alerting authorities recognized by WMO members.
It does not contain live alerts.
Each record points to one or more CAP/RSS/Atom feeds where real alert messages can be retrieved.
source/wmo-alerting-authorities.csv
country_code– ISO country codeauthority_name– official authority nameauthority_abbrev– short identifierlanguage– feed languagecap_feed_url– URL of the CAP/RSS feedarea_polygon– geographic coverage (polygon)georss_box– geographic bounding boxauthority_record_url– WMO registry pagelast_updated– registry update timestamp
notebooks/explore.ipynb
The initial notebook provides:
- basic exploration
- data quality checks
- country and language coverage analysis
This repository focuses on:
- metadata
- discovery of official CAP sources
- reproducible analysis
It does not:
- mirror live alert streams
- provide real-time monitoring
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
jupyter lab