Week 8: Monitoring Fires
On This Page
Launch ArcGIS and Open the Aspen Fire Project
Investigate the Spread of Fire with Database Queries
- Create and execute a query that shows how far the fire spread on the first day
- Create a Query to Find Out How Many Acres Burned by the End of Day 2
- Create a Query to Find Out How Many Acres Burned by the End of Day 3
- Create a Query to Find Out How Many Acres Burned by the End of Day 4
- Select the area of fire on Day 1
- Select by Distance to Find Parcels within One Mile on Day 1
- Show the Results of the Spatial Query
- Repeat to Find the Parcels within a Mile of the Fire on Days 2, 3, and 4
Create a Map to Tell a Story of Interest to You
Resources
Movies on this Page
Getting to Know Cartography in AEJEE
On this page, you'll review database and spatial querying as well as practice symbolizing and classifying data. You'll also find out how to gather statistics on numeric fields you query.
top of pageLaunch AEJEE and Open the Aspen Fire Project
- Launch AEJEE by double-clicking its icon on your desktop or by clicking its icon in the Dock (Mac) or Launch Bar (Win).
- Choose File > Open, navigate to ESRI/AEJEE/Data/AspenAE, select the Aspen_fire.axl file, and click Open.
- When the project opens, the base map displays a satellite image of Earth.
The image is part of the Blue Marble collection at NASA. It is a composite generated from several different types of data. Much of the data comes from the Moderate Resolution Imaging Spectroradiometer (MODIS) instrument, a remote sensing device on the Terra satellite. Latitude and longitude lines are visible on top of the image.
top of page
Investigate the Spread of the Fire with Database Queries
You might wonder . . . How far did the fire spread and how many acres did it consume by the end of Day 1? Day 2? Day 3? Day 4? Use database queries to find out.
- Scroll down to the bottom of the Table of Contents. Turn off the Blue Marble Earth image. Then turn on the Shaded Relief and False Color Aerial images plus the Daily Fire Perimeter layer. Zoom in until you can clearly see the perimeter lines.
- Scroll down to the bottom of the Table of Contents.
- Turn off the Blue Marble Earth image by clicking the box to the left of its name.
- Turn on the Countries and US 48 States layer by clicking the boxes to the left of their names.
- Turn on the Shaded Relief and False Color Aerial images plus the Daily Fire Perimeter layer. Look carefully and you will see a small dot in the Southeastern part of Arizona. This dot is all that is visible of the fire images and perimeter layer at this scale. It is necessary to zoom in for a closer look.
- Make the Daily Fire Perimeter layer active by clicking on its label in the Table of Contents. Then click the Zoom to Active Layer
button.. This is what the map looks like when zoomed in on the Daily Fire Perimeter layer.
- Open the Attribute Table of the Daily Fire Perimeter layer and scroll across the table until you find the ACRES field.
- Right-click on the PC or control-click on the Mac the Daily Fire Perimeter label in the Table of Contents and select Attribute Table.
- In the Attributes of Daily Fire Perimeter table that opens, you can view the individual records for the layer. Scroll across the table until you find the ACRES field.
- Close the Attributes of Daily Fire Perimeter table.
There are several ways you can do this. The steps below show one way to end up with a map zoomed in on the Daily Fire Perimeter layer.
Create and execute a query that shows how far the fire spread on the first day
How would you write the query statement?- Make sure the Daily Fire Perimeter layer is the active layer by click on its name in the Table of Contents. Click the Query Builder...
button or select Tools > Query Builder.
- A new window opens. Move it to where you can see both the Query Builder and the map.
- In the Query Builder window select the field DATE by clicking once on it. Then click the "equals" sign. Last choose the Value 617 by clicking once on it. You can also type in this equation (DATE = 617) into the box in the middle of the window. Click Execute. One record is selected on the map.
Create and execute a query to find out how many acres burned by the end of Day 2
Hint: To find out how many acres burned by the end of the second day, build and execute a query that selects the features that burned on both June 17 and June 18, 2003.
How would you write the query statement?(DATE = 617) or (DATE = 618) is the query to use. If you use the expression, (DATE = 617) and (DATE = 618), no features will be selected since there are no features that have two dates.
- After executing the query, notice that nine features are now selected.
- Use the Statistics button in the Query Builder window to find out how many total acres burned.
- Close the Statistics Results window.
Create and execute a query to find out how many acres burned by the end of Day 3
How would you write the query statement?(DATE = 617) or (DATE = 618) or (DATE = 619) is the query to use.
Create and execute a query to find out how many acres burned by the end of Day 4
How would you write the query statement?(DATE = 617) or (DATE = 618) or (DATE = 619) or (DATE = 620) is the query to use.
Click on the movie to start playing.
top of page
Investigate the Spread of the Fire with Spatial Queries
You might wonder . . . How many parcels were within one mile of the fire on Day 1? Day 2? Day 3? Day 4? Use spatial queries to find out.
- The Shaded Relief and False Color Aerial images plus the Daily Fire Perimeter layer should still be on. In addition, turn on the Parcel Status layer and zoom to the extent of the layer.
Select the area of the fire on Day 1
- Make Daily Fire Perimeter the active layer. Then query the layer to show how far the fire spread on Day 1.
- Make the Daily Fire Perimeter layer active by click on its name in the Table of Contents. Click the Query Builder...
button or select Tools > Query Builder.
- A new window opens. Move it to where you can see both the Query Builder and the map.
- In the Query Builder window select the field DATE by clicking once on it. Then click the "equals" sign. Last choose the Value 617 by clicking once on it. You can also type this equation (DATE = 617) into the box in the middle of the window. Click Execute.
- Close the Query Builder window. One feature is selected on the map.
Buffer the area of the fire to find parcels that are within one mile of it on Day 1
- Use the Buffer
button to set a one mile buffer that selects parcels. - Click OK. The map shows a one mile buffer around the area of the fire on the first day, with parcels that are within the buffer showing as highlighted in yellow.
Show the results of the spatial query
- To see the results of the spatial query, open the Attribute Table of the Parcel Status layer and scroll down to the bottom of the table.
- Right-click on the PC or control-click on the Mac the Parcel Status label in the Table of Contents and select Attribute Table.
- In the Attributes of Parcel Status table that opens, you can view the individual records for the layer. Scroll down the Attribute Table. The selected records are highlighted in blue. The table in this image has been scrolled partially down the list.
- The number of parcels selected is shown at the bottom of the Attribute Table.
- How many parcels were selected?
- Close the Attributes of Parcel Status and click the Clear All Selection
button.
143 out of 1055 parcels were within one mile of the fire on Day 1.
Repeat the steps above to find the parcels that were within one mile of the fire on days two, three, and four
- For Day 2...
How many parcels were selected?(DATE = 617) or (DATE = 618)433 out of 1055 parcels were within one mile of the fire on Day 2.
- For Day 3...
How many parcels were selected?(DATE = 617) or (DATE = 618) or (DATE = 619)958 out of 1055 parcels were within one mile of the fire on Day 3.
- For Day 4...
How many parcels were selected?(DATE = 617) or (DATE = 618) or (DATE = 619) or (DATE = 620)978 out of 1055 parcels were within one mile of the fire on Day 4.
Click on the movie to start playing.
top of page
Create a New Project to Explore Additional Fire Data
Now that you have explored a specific fire (the Aspen fire), you will broaden your focus to look at fires globally and in the U.S. You will create a new project, add image and vector data and symbolize it as needed to help you visualize patterns in fire data.
top of pageWhere were the fires in February 2010?
- To create a new project file, select File > New. AEJEE will ask if you want save the project that you have open. Click No.
- Click the Add Data Layer
button. Navigate to the data folder, select the Feb2010_Fire.TIFF, and click OK. - This is the map with the Feb2010_Fire.TIFF image turned on. The image shows fires active across the globe during February 2010. The data come from the MODIS satellite. It was downloaded from NASA Earth Obsservations (NEO) site as a GeoTIFF file. It was downloaded at the 0.25 resolution, so as not to slow down the rate at which layers are drawn. Some of the points may have been lost in this reduction.
While it is a pretty picture, it is hard to interpret this raster data without the addition of vector data to orient our brains.
- Add the cntry95_wd.shp layer to the map. Then move this vector layer above the fire image layer.
- Click the Add Data
button. Navigate to the data folder, select the cntry95_wd.shp, and click OK.
- The cntry95_wd.shp layer is now on the map, but it is underneath the Feb2010_Fire.TIFF image. Right-click on the PC or control-click on the Mac the cntry95_wd.shp layer in the Table of Contents and select Move Layer > Move Up.
- This is what the map looks like with the cntry95_wd.shp layer on top.
- The cntry95_wd.shp layer is now on the map and visible, but it is hiding the layer below it. Edit the properties of the cntry95_wd.shp layer so that only the outlines are visible on top of this predominately black image. Then give the layer a more recognizable name like Countries.
- Right-click on the PC or control-click on the Mac the cntry95_wd.shp layer in the Table of Contents and select Properties....
- In the Properties window, change the Style of the fill to Transparent fill, and the Color of the Outline to Light Gray. Click Apply.
- Click the General tab at the top of the Properties window and type Countries in the Layer Name: box, giving the layer a new more recognizable name. Click Apply and click OK.
- Now the image makes more sense to our brains. It has been given context by the Countries outline.
How Do Fire Prone Areas Change throughout the year?
- Explore more fire data by adding the FEB_2010_MODIS.shp layer to the project.
- To look for patterns in the fire data, classify the Julian date field of the layer into four classes of graduated symbols using an equal interval classification. By using four classes you are breaking up the month's worth of data into weekly intervals. The Julian calendar is often used in science. On a Julian calendar, January 1 is day one of the year and December 31st is day 365.
- Right-click on the PC or control-click on the Mac the FEB_2010_MODIS.shp layer in the Table of Contents and select Properties....
- Select the following options in the Properties window:
- Draw features using: Graduated Symbols
- Classify by the Field: JULIAN
- Classes: 4
- Style: Circle
- Classified by: Equal Interval
- Color: Start color Yellow, End color Red
- Size: Start 3, End 3
- Click Apply and click OK
- Here is the map with the data classified by Julian date.
- Make FEB_2010_MODIS.shp the active layer by clicking on its name in the Table of Contents. Then click the Zoom to Active Layer
button.
- What state and region had the most fires in February?
- Choose File > Save As.. and navigate to the AspenAE folder. Name your project Feb_Fires. AEJEE will automatically add the appropriate extension (.axl) when you click Save.
Florida and the southern states had the most fires in February. These fires early in the fire season are typically grass fires. As the season progresses, and more areas dry out, the fires move North and West until fall rain and snow quiets the fire season for another year.
Click on the movie to start playing.
top of page
Create a Map to Tell a Story of Interest to You
- Create a new project and use at least two of the GIS analysis techniques you've learned in this module (database and spatial querying, symbolizing, classifying, adding latitude/longitude data, gathering statistics) to illustrate a story with data.
- Feel free to use any of the GIS data from any of the projects in this module. Be sure to look in the YellowstoneFireData that you will download in the next section of this week's material for all kinds of additional data to explore.
- If you like, you can go to NEO and download a GeoTIFF to bring in as a base layer for your project.
- Take a screenshot of your map when you have finished it. If you like what you have created then save your project.
This is the screenshot that you will post to your discussion group for your required weekly assignment.
top of pageResources
- 60 Minutes Program "Age of Megafires" viewable online. Shows the results of the Aspen Fire Age of Megafires
- Wildland Fire Graphics and information from CBS News Wildland Fire
top of page
Movies on this Page
This section is under construction - come back soon!
top of pageHow to download movies
- Click the link to go to the SERC media library listing for the movie. The record will open in a new window.
- On the SERC media library page, right-click (Win) or control-click (Mac) the link (below the movie on the Flash version pages) to download the movie file to your hard drive.
Flash Video Versions
Download these versions to play on your computer. You'll need an appropriate movie player to view the file, such as Flash Player, Real Player (Mac / Win), or Adobe Media Player.
top of page
iPod Versions
Download these version to play on your iPod or iPhone.



