Course Project: AT319 Lab 09 Raster Data Analysis

I. Intro

Date: 03/22/2023

During the first lab, we worked with raster data. This data was gathered by Prof. Hupy in 2017 for a real world case. Three flights were on July 4th, July 22nd, and August 27. 0704, 0722, and 0827 will be used for short. 

II. Prepare to Analysis

A. Extract by mask

  1. The raster version of clip, it will keep the cells in the defined shape of combination of cells.
  2. Set input raster to the DSM data for each date.
  3. Set feature mask data to the clipping shape.
  4. Rename the output (noted with “clipped”). 
Figure 1: Extract by mask

B. Resample

  1. it can change the spatial resolution of a raster dataset. 
  2. Set input raster to the clipped DSM data for each date.
  3. Set X and Y cell size to 0.5 (m).
  4. Set resample technique to bilinear. 
  5. Rename the output (noted with “clipped” and “50cm”). 
Figure 2: Resample

C. Fill

  1. It fills the sinks to remove small imperfections. 
  2. Set input raster to the clipped 50cm DSM data for each date.
  3. Set Z limit to 0.25
  4. Rename the output (noted with “fill” and “25cm”). 
Figure 3: Fill

III. Starting Analysis

The questions that the client wanted to figure out are listed:

  1. Where are the flat areas on 0827?
  2. Find all areas between 233 m and 234 m on 0827.
  3. Find out all slopes that are facing south and over 30 degrees on 0722 (unsafe). 
  4. Find out where the pile is over 245 m on 0827.
  5. In the area over 245 m, find the slops that is over 30 degrees.
  6. Find the difference between 0722 and 0704.
  7. Find the difference between 0827 and 0704.
  8. Find the difference between 0827 and 0722.

A. Aspect Tool

It can find out the facing direction of the ground. Directions are assigned in a certain numerical range. Flat is -1. 

Figure 4: Aspect analysis

B. Slope Tool

It can calculate the slope of the ground. 

Figure 5: Slope analysis

C. Raster Calculator

By inputting commands and using logic, we can output the features we want. 

Figure 6: Raster calculator

D. Hillshade and DSM

Hillshade can display the terrain. By changing the color of DSM and its transparency, we can display the height with different colors.

Figure 7: Hillshade is applied on three dates.

E. Analysis

(1). Where are the flat areas on 0827?

Figure 8: perple area is the flat area
Figure 9: Flat areas on 0827

(2). Find all areas between 233 m and 234 m on 0827.

Figure 10: The green areas are between 233m and 234m.
Figure 11: all blue areas are between 233 m and 234 m on 0827

(3). Find out all slopes that are facing south and over 30 degrees on 0722 (unsafe). 

Figure 12, 13, 14: highlighted areas are facing south and over 30 degrees on 0722

(4). Find out where the pile is over 245 m on 0827.

Figure 15, 16: blue area are over 245m.

(5). In the area over 245 m, find the slops that is over 30 degrees.

Figure 17, 18: blue areas are over 245 m and over 30 degrees on 0827

(6). Find the difference between 0722 and 0704.

Figure 19
Figure 20: difference between 0722 and 0704

(7). Find the difference between 0827 and 0704.

Figure 21: difference between 0827 and 0704

(8). Find the difference between 0827 and 0722.

Figure 22: difference between 0827 and 0722

Leave a Reply

Your email address will not be published. Required fields are marked *