Wolfram Language

Geo Data

3D GeoElevation Models

Construct a geo elevation model of a country.

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

Rescale in the vertical direction to magnify the elevation profile.

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

Related Examples

de es fr ja ko pt-br ru zh