GeoHazardWatch

Page Actions


Volcano Activity

Recent volcanic activity reports from around the world, aggregated by VolcanoDiscovery from all nine Volcanic Ash Advisory Centers (VAACs) and national observatories. For individual volcano records and eruption history, see Volcanoes; for aviation ash advisories, see Volcano Alerts.

Recent Reports

Live activity reports, ingested via the platform feeds addon and rendered from the record store at view time (no page churn). Each headline links back to the full report on volcanodiscovery.com — source: VolcanoDiscovery.

titlepubDate
Volcanoes Today, 28 Jul 2026: Santiaguito volcano, Fuego, Semeru, Ibu, Dukono, Reventador, Sakurajima, LewotobiTue, 28 Jul 2026 09:00:05 +0000
Volcanic activity worldwide 27 Jul 2026: Santiaguito volcano, Fuego, Semeru, Sheveluch, Ibu, Dukono,...Mon, 27 Jul 2026 21:00:15 +0000
Telica Volcano Volcanic Ash Advisory: VA EMS OBS to 6000 ft (1800 m)Mon, 27 Jul 2026 19:45:06 +0000
Semeru Volcano Volcanic Ash Advisory: VA TO FL150 LAST REP AT 28/0223Z MOV SSE EST VA DTG: 28/0710Z to 15000 ft (4600 m)Tue, 28 Jul 2026 07:45:09 +0000
Santiaguito Volcano Volcanic Ash Advisory: ONGOING VA EMTue, 28 Jul 2026 01:30:05 +0000
Sakurajima Volcano Volcanic Ash Advisory: ERUPTED AT 20260728/0345Z FL090 STNR OBS VA DTG: 28/0350ZTue, 28 Jul 2026 04:15:07 +0000
Sabancaya Volcano Volcanic Ash Advisory: ISOLATED VA EMISSION to 24000 ft (7300 m)Mon, 27 Jul 2026 22:30:06 +0000
Reventador Volcano Volcanic Ash Advisory: VA EMS SPBLMon, 27 Jul 2026 21:30:04 +0000
Reventador Volcano Volcanic Ash Advisory: LGT VA EM LKLYTue, 28 Jul 2026 05:30:06 +0000
Puracé Volcano Volcanic Ash Advisory: VA EMS ONGOINGMon, 27 Jul 2026 23:00:04 +0000
Puracé Volcano Volcanic Ash Advisory: ONGOING VA EMISSIONS to 21000 ft (6400 m)Tue, 28 Jul 2026 05:00:05 +0000
Masaya Volcano Volcanic Ash Advisory: VA EMS OBS to 4000 ft (1200 m)Tue, 28 Jul 2026 00:30:08 +0000
Lewotobi Volcano Volcanic Ash Advisory: VA TO FL090 OBS AT 27/2200Z MOV NE OBS VA DTG: 27/2200Z to 9000 ft (2700 m)Mon, 27 Jul 2026 22:30:25 +0000
Langila Volcano Volcanic Ash Advisory: VA TO FL060 OBS AT 28/0740Z MOV NNW OBS VA DTG: 28/0740Z to 6000 ft (1800 m)Tue, 28 Jul 2026 08:15:09 +0000
Ibu Volcano Volcanic Ash Advisory: VA TO FL070 OBS AT 27/2310Z MOV NNE OBS VA DTG: 27/2310Z to 7000 ft (2100 m)Mon, 27 Jul 2026 23:45:09 +0000

If nothing renders above, no recent reports are available — or the volcanodiscovery-activity feed source is not yet configured (see Configuration).

Data Sources

SourceProviderCoverage
Volcano activity newsVolcanoDiscoveryGlobal, aggregated from all 9 VAACs and national observatories

Configuration

The live feed is served by the ngdpbase feeds addon (#685). Enable it and declare the source in the instance app-custom-config.json, then restart. The production config uses flat dot-notation keys (not nested JSON):

{
  "ngdpbase.addons.feeds.enabled": true,
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.adapter": "xml",
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.url": "https://www.volcanodiscovery.com/volcanonews.rss",
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.itemsPath": "rss.channel.item",
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.type": "VolcanoActivityReport",
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.schemaType": "Article",
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.intervalMinutes": 30,
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.recordIdField": "link",
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.map.title": "title",
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.map.link": "link",
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.map.pubDate": "pubDate",
  "ngdpbase.addons.feeds.sources.volcanodiscovery-activity.map.summary": "description"
}

type is the domain label (VolcanoActivityReport); schemaType stays Article per the same constraint noted on Tsunamis. recordIdField is link, not guid — VolcanoDiscovery's <guid isPermaLink="true"> element carries an attribute, so the XML parser returns it as {@isPermaLink, #text} rather than a plain string, and the adapter silently drops any record whose id doesn't resolve to a string/number. <link> has no attributes and is guaranteed unique per article, so it's used as the id instead.

Licensing

Used with permission from VolcanoDiscovery (Dr. Tom Pfeiffer, 2026-07-23), conditional on every displayed item linking directly back to its source page on volcanodiscovery.com and the source being clearly marked — see the link='title=:link' binding above and Attribution. See issue #7 for the full licensing correspondence.


Status: page and feed wiring live in production — volcanodiscovery-activity is registered in app-custom-config.json and ingesting (20 items on first fetch).

No footnotes on this page.

No comments yet.