View Historical Volcanic Activity in a Region
Using "Volcano" entities, it is possible to explore data about eruptions of a particular volcano.
Copy to clipboard.
In[1]:=1

✖
Out[1]=1

Using FilteredEntityClass, you can find all known volcanoes with eruptions in the last five years.
Copy to clipboard.
In[2]:=2

✖
Copy to clipboard.
In[3]:=3

✖
Out[3]=3

Find the countries each volcano is in.
Copy to clipboard.
In[4]:=4

✖
Copy to clipboard.
In[5]:=5

✖
Out[5]=5

Using that data, you can find all the volcanoes in a particular country or countries.
Copy to clipboard.
In[6]:=6

✖
Out[6]=6

Then you can compute the number of volcanoes in each country.
Copy to clipboard.
In[7]:=7

✖
Out[7]=7

Repeat those same steps to show volcanoes from a list of countries that have erupted within a recent period of time.
show complete Wolfram Language input
Show volcanoes in the "Ring of Fire" that have erupted in the last 25 years.
Copy to clipboard.
In[9]:=9

✖
Copy to clipboard.
In[10]:=10

✖
Out[10]=10
