Posts

Showing posts from July, 2025

Module 4 - Hazards: Coastal Flooding

Image
  This week’s GIS assignment walked us through a complete spatial analysis pipeline, starting with post-disaster building damage detection and finishing with coastal flood modeling using LiDAR data. We began by creating a Spatial ETL Tool, which allowed us to automate data translation and transformation between different formats. Using this, we compared pre- and post-disaster building data to detect structural changes after a hurricane event. The differences were clear: some buildings were missing in the post-disaster file, which likely indicates they were damaged or destroyed. Visual comparison of layers helped us identify red polygons representing possible destruction zones. The second half of the assignment focused on coastal flooding risk in Florida using DEM rasters. We used both LiDAR and USGS elevation data to identify areas at or below 1 meter above sea level.  We also performed a building analysis on the flooding areas, which revealed key differences between the two e...

Module 3 - LiDAR: Visibility Analysis

Over the past week, I completed four Esri web courses that expanded my understanding of 3D GIS in ArcGIS Pro, focusing on visualization, analysis, and sharing tools. The course Introduction to 3D Visualization provided a solid foundation in navigating 3D scenes, converting 2D features using elevation surfaces, and using extrusion and real-world base heights to enhance spatial understanding. In Performing Line of Sight Analysis , I learned how to analyze visibility between observer and target points, which is useful for assessing obstructions in fields like urban planning or security. The Viewshed Analysis course introduced raster-based visibility modeling, showing how elevation and observer location affect what areas are visible on a map—a critical skill for tasks like emergency response planning or site selection. Finally, Sharing 3D Content Using Scene Layer Packages taught me how to package and publish 3D data for web use through Scene Layer Packages (SLPKs), streamlining collabo...

Module 2 - LiDAR: Wetland delineation

Image
LiDAR, or Light Detection and Ranging, is a remote sensing technology that uses laser pulses to measure distances and generate highly accurate elevation data. This week’s assignment focused on using LiDAR data to analyze forest structure and vegetation density. Starting with a LAS point cloud, I generated Digital Surface Models (DSM) and Digital Elevation Models (DEM), then used raster math to estimate tree heights across the study area. After filtering ground and vegetation returns, I converted them into raster layers to calculate point density and create a canopy density map. The result clearly showed areas of dense forest cover and open ground, which I interpreted in relation to human-made features such as roads and clearings. I also created a histogram to visualize the distribution of tree heights, revealing that most trees in the area range between 40 and 70 feet tall, with a mean height of about 54 feet. These tools and analyses are highly valuable for forest management, allowing...

Module 1: Crime Analysis

Image
  This week’s assignment focused on using spatial analysis techniques to create and evaluate crime hotspot maps. Our objective was to explore how different methods—Kernel Density, Grid Overlay, and Local Moran’s I—can be used to analyze 2017 homicide data in Chicago and assess how well those methods could predict the locations of homicides that occurred in 2018. The goal was not only to map past crime, but to consider how GIS can support proactive decision-making in public safety. In this analysis, I applied the three hotspot techniques using 2017 homicide data. For the grid and Moran’s I methods, I performed spatial joins to aggregate homicide counts by census tract or grid cell. I then normalized the data where needed, such as calculating homicide rates per 1,000 households, to make the results more meaningful. Each method produced a different pattern of “hotspot” areas across the city. After creating the hotspot maps, I evaluated their predictive power by comparing them to 2018 ...