Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Visualize 3D geographics with elevation
ResourceFunction["GeoElevationGraphics3D"][primitives] generates a 3D surface of GeoElevationData with GeoGraphics mapped onto the surface. |
| "SeaLevelStyle" | None | style for drawing a layer to show sea level |
Generate a 3D map of the region around Durham, UK:
| In[1]:= | |
| Out[1]= | |
Most GeoGraphics options are supported:
| In[3]:= | |
| Out[3]= | |
Most ListPlot3D options are supported:
| In[4]:= | |
| Out[4]= | |
All GeoBackground values are supported:
| In[5]:= | |
| Out[5]= | |
GeoElevationGraphics3D displays underwater levels by default:
| In[6]:= | |
| Out[6]= | |
You can also display sea level using "SeaLevelStyle":
| In[7]:= | |
| Out[7]= | |
Display sea level using "SeaLevelStyle", which accepts any style directives:
| In[8]:= | |
| Out[8]= | |
Alternatively you can use PlotRange to only display positive values:
| In[9]:= | |
| Out[9]= | |
At a large scale, some map projections produce non-rectangular regions:
| In[10]:= | |
| Out[10]= | |
Using RegionFunction→Automatic will attempt to trim the graphic to only show mapped areas:
| In[11]:= | |
| Out[11]= | |
All GeoElevationGraphics3D use a planar map projection, resulting in "flat earth" graphics at a large scale:
| In[12]:= | |
| Out[12]= | |
Drape the African nations in their national flags:
| In[13]:= | |
Place flag images on countries:
| In[14]:= | |
| Out[14]= | |
This work is licensed under a Creative Commons Attribution 4.0 International License