"HistoricalCountry"-Polygone
Der Bereich geographischer Entitäten "HistoricalCountry" liefert nützliche Daten zu einer umfassenden Sammlung historischer Entitäten.
Die Ausbreitung des Römischen Reiches.
In[1]:=

Entity["HistoricalCountry",
"RomanEmpire"][{EntityProperty["HistoricalCountry", "StartDate"],
EntityProperty["HistoricalCountry", "EndDate"]}]
Out[1]=

Das ist die maximale geographische Ausdehnung des Römischen Reichs.
In[2]:=

GeoGraphics[{EdgeForm[Black], FaceForm[Red],
Polygon[Entity["HistoricalCountry", "RomanEmpire"]]},
GeoBackground -> "ReliefMap", GeoGridLines -> Automatic]
Out[2]=

Und das ist die maximale Ausbreitung des Mongolischen Reichs.
In[3]:=

Entity["HistoricalCountry",
"MongolEmpire"][{EntityProperty["HistoricalCountry", "StartDate"],
EntityProperty["HistoricalCountry", "EndDate"]}]
Out[3]=

In[4]:=

GeoGraphics[{EdgeForm[Black], FaceForm[Red],
Polygon[Entity["HistoricalCountry", "MongolEmpire"]]},
GeoBackground -> "ReliefMap", GeoGridLines -> Automatic]
Out[4]=
