Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Retrieve NASA-provided tiles for geographical functions
ResourceFunction["NASALayerBackground"][] shows a list of all available layers. | |
ResourceFunction["NASALayerBackground"][layer]. creates the GeoServer option value for the given layer. |
List all available layers:
| In[1]:= |
| Out[1]= |
Create the template for a given layer:
| In[2]:= |
| Out[2]= |
Use the output as a the GeoServer option value to retrieve the requested tiles:
| In[3]:= | ![]() |
| Out[3]= | ![]() |
| In[4]:= | ![]() |
| Out[4]= | ![]() |
The "Timestamp" option can be used to ask for the data from a specific date:
| In[5]:= | ![]() |
| Out[5]= | ![]() |
| In[6]:= | ![]() |
| Out[6]= | ![]() |
If not given a correct layer as input the function will return Automatic:
| In[7]:= |
| Out[7]= |
If given an incorrect date the function will use the default. The same is said if given a date outside the data range:
| In[8]:= | ![]() |
| Out[8]= |
| In[9]:= |
| Out[9]= | ![]() |
| In[10]:= | ![]() |
| Out[10]= | ![]() |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License