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.
- Open the Attribute Table of the Daily Fire Perimeter layer and scroll across the table until you find the ACRES field.
- Close the Attributes of Daily Fire Perimeter table. top of page
- 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. top of page
- 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.
- Make Daily Fire Perimeter the active layer. Then query the layer to show how far the fire spread on Day 1.
- Close the Query Builder window. One feature is selected on the map.
top of page - 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.
top of page - 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.
- 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.
top of page
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? - For Day 3...
How many parcels were selected? - For Day 4...
How many parcels were selected?
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 page
Where 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.
- For Day 2...
- 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.
- 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.
- Now the image makes more sense to our brains. It has been given context by the Countries outline.
top of page - 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.
- 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.
- 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.
- 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
- 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.
Create and execute a query that shows how far the fire spread on the first day
How would you write the query statement? top of pageCreate 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?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? How many acres burned? top of pageCreate and execute a query to find out how many acres burned by the end of Day 4
How would you write the query statement? How many acres burned?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.
top of page
Select the area of the fire on Day 1
Buffer the area of the fire to find parcels that are within one mile of it on Day 1
Show the results of the spatial query
How Do Fire Prone Areas Change throughout the year?
top of page
Create a Map to Tell a Story of Interest to You
This is the screenshot that you will post to your discussion group for your required weekly assignment.
top of pageResources
top of page
Movies on this Page
This section is under construction - come back soon!
top of pageHow to download movies
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.
Investigating the Spread of the Fire Using Database Queries in AEJEEInvestigating the Spread of the Fire Using Spatial Queries in AEJEE
Creating a New Project in AEJEE
top of page
iPod Versions
Download these version to play on your iPod or iPhone.
Investigating the Spread of the Fire Using Database Queries in AEJEEInvestigating the Spread of the Fire Using Spatial Queries in AEJEE
Creating a New Project in AEJEE