Wolfram Language

Geographische Daten

"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]:=
Click for copyable input
Entity["HistoricalCountry", "RomanEmpire"][{EntityProperty["HistoricalCountry", "StartDate"], EntityProperty["HistoricalCountry", "EndDate"]}]
Out[1]=

Das ist die maximale geographische Ausdehnung des Römischen Reichs.

In[2]:=
Click for copyable input
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]:=
Click for copyable input
Entity["HistoricalCountry", "MongolEmpire"][{EntityProperty["HistoricalCountry", "StartDate"], EntityProperty["HistoricalCountry", "EndDate"]}]
Out[3]=
In[4]:=
Click for copyable input
GeoGraphics[{EdgeForm[Black], FaceForm[Red], Polygon[Entity["HistoricalCountry", "MongolEmpire"]]}, GeoBackground -> "ReliefMap", GeoGridLines -> Automatic]
Out[4]=

Verwandte Beispiele

en es fr ja ko pt-br ru zh