GIS 4048 Lab 4: Coastal Flooding Analysis
The first parts of this lab were relatively easy, but I ran into problems at the end with ArcGIS not recognizing the provided data, I got around this by snagging it from the R drive instead of Google Drive, starting a parallel project, and adding the layers to my current project from there. The first part was analyzing coastal flooding impacts using LiDAR and USGS DEMs that were provided. I downloaded and converted pre and post-Hurricane Sandy LiDAR data, built TINs and DEMs, and calculated the elevation change. I created a raster by subtracting pre and post values and used that to create a final map to show post Sandy changes. For storm surge analysis, I reclassified rasters based on elevation thresholds, then excluded low elevation areas not connected to the Gulf using Region Group and Extract by Attributes. I converted these to polygons and performed spatial joins with building footprints. I created fields to track whether buildings intersected each flood zone, then used Sele...