Wolfram言語

地理的データ

地球用の衛星タイル

処理された衛星画像を使った,地球のメルカトル地図である.

In[1]:=
Click for copyable input
GeoGraphics["World", GeoProjection -> "Mercator", GeoBackground -> "Satellite"]
Out[1]=

別の投影法を使う.

In[2]:=
Click for copyable input
GeoGraphics["World", GeoProjection -> "Mollweide", GeoBackground -> "Satellite"]
Out[2]=

中縮尺地図.

In[3]:=
Click for copyable input
GeoGraphics[Entity["Country", "Australia"], GeoBackground -> "Satellite"]
Out[3]=

大都市付近の地域にズームインする.

In[4]:=
Click for copyable input
GeoGraphics[Entity["City", {"Sydney", "NewSouthWales", "Australia"}], GeoBackground -> "Satellite"]
Out[4]=

関連する例

de en es fr ko pt-br ru zh