Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Plot the location of bedrock for a specified geological period
ResourceFunction["GeologicalPeriodBedrockPlot"][entity] plot the location of the bedrock for the specified geological period entity. | |
ResourceFunction["GeologicalPeriodBedrockPlot"][{entity1,entity2,…}] plot the location of the bedrock for the specified geological periods. | |
ResourceFunction["GeologicalPeriodBedrockPlot"][eclass] plot the location of the bedrock for the specified geological period entity class eclass. | |
ResourceFunction["GeologicalPeriodBedrockPlot"][All] plot the location of the bedrock for all available geological periods. |
"BedrockColor" | Automatic | color specification for bedrock |
"BedrockOpacity" | 1 | opacity value to use for bedrock |
GeoBackground | "ReliefMap" | style specifications for the background |
"IncludePoliticalBoundaries" | True | whether to include political boundaries |
"LegendPlacement" | After | placement of the legend |
PlotLegends | False | whether to include a legend |
Plot the position of Ordovician bedrock:
In[1]:= | ![]() |
Out[1]= | ![]() |
Plot the location of bedrock from multiple geological periods:
In[2]:= | ![]() |
Out[2]= | ![]() |
Plot the location of bedrock for entity classes of geological periods:
In[3]:= | ![]() |
Out[3]= | ![]() |
Plot all available data (this may take several minutes and consume significant memory):
In[4]:= | ![]() |
Out[4]= | ![]() |
Plot the Canadian Shield, which is the ancient bedrock forming the stable core of North America:
In[5]:= | ![]() |
Out[5]= | ![]() |
Change the opacity of the requested bedrock to allow background relief features to be seen:
In[6]:= | ![]() |
Out[6]= | ![]() |
Turn off political boundaries:
In[7]:= | ![]() |
Out[7]= | ![]() |
If legends are activated, the placement of the legend can be adjusted:
In[8]:= | ![]() |
Out[8]= | ![]() |
GeologicalPeriodBedrockPlot is implemented using GeoGraphics applied to the "BedrockPolygon" and "CGMWColor" properties for the "GeologicalPeriod" entity type:
In[9]:= | ![]() |
Out[9]= | ![]() |
Plot the bedrock found throughout the American mid‐west, including a legend:
In[10]:= | ![]() |
Out[10]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License