Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get data for wildfires observed by the NASA MODIS satellites
ResourceFunction["UnitedStatesWildfireData"][] gives a structured Dataset for wildfires observed by the NASA MODIS instruments on the Terra and Aqua satellites. |
Get the current wildfire data:
In[1]:= |
Out[1]= |
Process the salient data columns:
In[2]:= |
Plot the wildfires:
In[3]:= |
Out[3]= |
Focus on California wildfires:
In[4]:= |
Out[4]= |
Focus on wildfires near San Francisco:
In[5]:= |
Out[5]= |
Plot the brightness of each data point on a histogram:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License