Wolfram Language

Données géographiques

Polygones de pays historiques

Le nouveau domaine de l'entité géographique "HistoricalCountry" fournit des données utiles sur une grande collection d'entités historiques.

Élargissement dans le temps de l'Empire romain.

In[1]:=
Click for copyable input
Entity["HistoricalCountry", "RomanEmpire"][{EntityProperty["HistoricalCountry", "StartDate"], EntityProperty["HistoricalCountry", "EndDate"]}]
Out[1]=

Voici l'étendue géographique maximale de l'Empire romain.

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

Et ceci représente la mesure de l'Empire mongol.

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]=

Exemples connexes

de en es ja ko pt-br ru zh