Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Show an animation of the full history of a historical country's territory, along with borders of any modern country it intersected during a given year
ResourceFunction["HistoricalCountryAnimate"][entity] produces an animation of the history of entity, displaying its geographic territory over time. |
View the historical geographic development of the Byzantine Empire:
| In[1]:= |
| Out[1]= | ![]() |
View the history of the Roman Republic, excluding modern country borders:
| In[2]:= | ![]() |
| Out[2]= | ![]() |
View the historical Ottoman Empire without tooltips:
| In[3]:= |
| Out[3]= | ![]() |
If "CurrentCountries" is set to False, the "Tooltips" setting will be ignored:
| In[4]:= | ![]() |
| Out[4]= | ![]() |
View the progression of the Mongol Empire over a relief map to show terrain:
| In[5]:= | ![]() |
| Out[5]= | ![]() |
Rasterize the frames (and remove tooltips) for a smoother-running animation:
| In[7]:= |
| Out[7]= | ![]() |
HistoricalCountryAnimate will only work for "HistoricalCountry" entities that include at least one polygon in the system. Any other input will result in an unevaluated expression:
| In[8]:= |
| Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License