Wolfram言語

地理的データ

「HistoricalCountry」多角形

新しい地理実体領域"HistoricalCountry"は多様な歴史的実体についての便利なデータを提供する.

ローマ帝国の存続期間.

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

最大であったときのローマ帝国の領土.

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

次はモンゴル帝国の存続期間と,最大であったときの領土である.

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

関連する例

de en es fr ko pt-br ru zh