This lab is a continuation of the last lab. We are working with classifying raster images and then performing simple analysis based of those classifications. The first step of this lab was to take raster of County Park and classify it. Then we had to use the value count provided by the classification and use the pixel size to generate area for each class.
Then we took that already classified raster and broke the classes into two parent classes of permeable and impermeable to find their areas.
Then we were provided a road and asked to provide an analysis of its condition. To accomplish this we classified the road into pavement, cracks, and vegetation. Once this was done we again used the count value to find the area of each class. Then we generate a map showing classes and their areas to shows the amount of cracks compared to the total pavement.