Wednesday, April 13, 2016

Lab 5: LiDAR remote sensing

Goals and Background

The goal of this lab was to become familiar with Lidar images and performing various tasks with these images including:

  • Becoming familiar with point cloud visualization
  • Retrieval of surface/terrain models
  • Processing intensity images

Methods

The first part of this lab was to look at the lidar point cloud image of Eau Claire. We first had to do this by opening ERDAS Imagine and adding all the .las files from the folder Lab 5/Las. It opened an image full of dots of varying color indicating elevation. We then opened ArcMap and loaded the shapefile QuaterSections_1 which helped us find the location of certain tiles in ERDAS. This first task was to have us become familiar with what a point cloud was.

The next part of the lab was to was to generate a LAS dataset. For this part we worked in ArcMap and created a new LAS dataset within the geodatabase. We then added all of the .las files and looked over the statistics of the data. It was possible to view the LAS data statistics as a whole but also for each individual LAS file. After looking over the statistics we then gave the LAS dataset a coordinate system of NAD 1983 HARN Wisconsin CRS Eau Claire (US Feet). This is the exact coordinate system that the data was collected in. For the vertical coordinate system we chose NAVD 1988 US feet. The data was then displayed in ArcMap as a grid, the point cloud data appeared when you zoomed in on the data. The data displayed as points, color coded by the elevation. The data could be switched between elevation, aspect, slope and contour where each could help display the data in a different way for a different purpose.

After having the point cloud set up in ArcMap we explored the point cloud according to class, return and profile. To do this we set the data to elevation and first return. Next we clicked the LAS Dataset Profile Tool from the LAS toolbar and viewed one of the bridges of Eau Claire as a 3D point cloud. The data was very accurate and it appeared that we were looking at the bridge in real life.

The next task was to generate LiDAR derivative products. The raster derivative products were developed at 2 meters spatial resolution to reduce computation time. We created four derivative products:

  • Digital surface model (DSM) with first return
  • Digital terrain model (DTM)
  • Hillshade of the DSM
  • Hillshade of the DTM
To start the first derivative product we set the display of the LAS dataset to points color by elevation and the filter to first returns. Next we opened the tool LAS Dataset to Raster, the parameters were set as follows:

  • Value Field: Elevation
  • Cell Type: Maximum
  • Void Filling: Natural Neighbor
  • Sampling type: Cellsize
  • Sampling Value field: 6.56168 feet (approximately 2 meters)
Once the tool ran the dataset was displayed as a typical elevation model ranging from light gray to dark gray (higher elevation to lower elevation). Next we developed a hillshade for the DSM. To do this we opened the hillshade tool. The tool ran and was added to ArcMap. Below is the result of the hillshade of the first derivative product in the results section labeled figure 1. Next we derived a digital terrain model (DTM) from the lidar point cloud. To do this we set the filter to ground and had the raster display as dots color coded by elevation. We then ran the Dataset to Raster tool once again and used the following parameters:

  • Interpolation: Binning
  • Cell Assignment Type: Minimum
  • Void Fill Method: Natural Neighbor
  • Sampling type: CellSize
  • Sampling Value: 6.56168 (approximately 2 meters)
The tool ran and created the DTM, this is the study area without any of the above ground features, just the Earth's elevation. Next the hillshade of this DTM was created. Once this was created we could use the effects toolbar to look at the differences between the first return derivative product (figure 1) and the bare Earth DTM. By comparing them you could see that the bare Earth DTM had a lot less elevation changes, and you could see the footprints of where the buildings were supposed to be.

The final task was to generate a LiDAR intensity image. This followed much of the same procedure as creating the DSM and DTM. To start I set the LAS dataset to points and to filter by first return. Then I opened the LAS to Raster Tool and the following parameters were entered:

  • Value Field: INTENSITY
  • Binning Cell Assignment Type: Average
  • Void Fill: Natural Neighbor
  • Cell Size: 6.56168 (approximately 2 meters)
The intensity image is created but it was too dark for ArcMap so the image is then displayed in Erdas imagine as a .tiff.

Results

Figure 1: Hillshade of the first derivative product

Figure 2: LiDAR intensity image

Unfortunately with the LiDAR intensity image, even after it was brought into Erdas imagine it still remained a dark color.


Sources 


  • Lidar point cloud and Tile Index are from Eau Claire County, 2013
  • Eau Claire County Shapefile is from Mastering ArcGIS 6th Edition data by Margaret Price, 2014





No comments:

Post a Comment