Wolfram言語

地理的データ

3DのGeoElevationモデル

ある国の地理標高モデルを構築する.

In[1]:=
Click for copyable input
country = GeoElevationData[Entity["Country", "Italy"], Automatic, "Region"]
Out[1]=

標高の違いがはっきり見えるように,垂直方向にスケールし直す.

In[2]:=
Click for copyable input
{xrange, yrange, {zmin, zmax}} = RegionBounds[country]
Out[2]=
In[3]:=
Click for copyable input
Show[RegionResize[country, {xrange, yrange, {0, 300 zmax}}], PlotRange -> {xrange, yrange, {265 zmax, 300 zmax}}]
Out[3]=

関連する例

de en es fr ko pt-br ru zh