Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate a ridge line map from elevation data
ResourceFunction["RidgeLineMap"][data] generates a ridge line map for the given data. |
"Color" | Gray | set the ridge color |
RasterSize | Automatic | set the absolute pixel size of the raster generated |
"HeightMultiplier" | Automatic | emphasize altitudes in the map |
"LineDensityMultiplier" | Automatic | increase the density of lines in the map |
"LineThickness" | Automatic | set the thickness of lines in the map |
"MinimumAltitude" | Quantity[0,"Meters"] | set the minimum altitude to draw lines for |
Generate a ridge line map for near Mumbai:
In[1]:= |
Out[1]= |
Generate a ridge line map for near Mount Everest:
In[2]:= |
Out[2]= |
Near Mariana Trench:
In[3]:= |
Out[3]= |
Change the color of lines using this option:
In[4]:= |
Out[4]= |
Change the absolute pixel size of the raster generated using this option:
In[5]:= |
Out[5]= |
Emphasis on heights can be changed by using this option:
In[6]:= |
Out[6]= |
Set the minimum altitude below which no lines will be drawn using this option:
In[7]:= |
Out[7]= |
Change the number of lines on map using this option:
In[8]:= |
Out[8]= |
Change the thickness of lines on map using this option:
In[9]:= |
Out[9]= |
Ridge map of the US:
In[10]:= |
Out[10]= |
Of the world:
In[11]:= |
Out[11]= |
The Himalayas, being tall require use of "HeightMultiplier" whenever present in the view:
In[12]:= |
Out[12]= |
Mumbai, after a water level rise of 3m:
In[13]:= |
Out[13]= |
This work is licensed under a Creative Commons Attribution 4.0 International License