Wolfram Language

Geographische Daten

GeoElevation-Modelle in 3D

Erstellen Sie ein Höhenmodell eines Landes.

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

Skalieren Sie die Werte in vertikale Richtung, um das Höhenrelief zu verstärken.

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

Verwandte Beispiele

en es fr ja ko pt-br ru zh