Azizi Week 3

Chapter 4: Mapping Density

This chapter mostly focused on what a density surface is and how GIS takes point or line data, like businesses, roads, or population centroids, and turns it into a smooth surface that shows where things are more concentrated. The chapter explains that cell size really matters because smaller cells show more detail but take longer to process, while larger cells make the patterns more general and can hide smaller variations. I also learned about search radius, which is basically how far the GIS looks around each cell when calculating density. A smaller search radius shows more local differences, but if it is too small, broader patterns might not show up. A larger search radius smooths everything out and shows bigger trends, but it can also blur details that might matter. Another important idea is that GIS can calculate density using simple or weighted methods, where the weighted method gives more importance to features closer to the center of the search area and usually creates smoother and easier to read maps. The chapter also talks about choosing the right units for density, like per square mile or per acre, and how using very large units can make density values seem misleading even if the overall pattern stays the same.
It was also very interesting to learn how much control you actually have over the patterns you end up seeing. Just changing the cell size or the search radius can completely change how the map looks, even when the data itself doesn’t change at all. The examples showing how patterns become too blocky with large cells, or too smoothed out with a big search radius, makes it clear that there is not really one “correct” setting. It depends on what kind of pattern you are trying to understand. Another thing that I noticed was that the highest density area on a map does not always mean something is actually located there, since density is calculated based on nearby features. That made me realize that density maps are more about showing general patterns than exact locations.

Chapter 5: Finding What’s Inside

Some of the key things I picked up from this chapter were how GIS is used to figure out what falls inside certain areas and how that helps compare places in a more meaningful way. The chapter explains that you can do this in a few ways: sometimes you can just draw the boundary on top of features to visually see what is inside, sometimes you select the features inside an area to get a list or count, and other times you actually overlay layers to measure what is inside each area. This makes it possible to answer questions like how much forest is inside each watershed, which parcels fall at least partly inside a floodplain, or how many roads run through a protected area. It also talks about vector and raster overlay, where vector overlay is more precise but slower and can create small and messy pieces called slivers, while raster overlay is usually faster and avoids slivers but depends a lot on cell size for accuracy.
Another thing that I found important was how the type of data changes what kind of summary you can get at the end. When working with categories, like land cover types, you can summarize how much of each category is inside an area and even convert it into percentages to compare areas fairly. When working with continuous data, like elevation or precipitation, GIS calculates statistics such as the mean, minimum, maximum, range, or standard deviation for each area. The chapter also shows how results end up in tables that can be joined back to maps, which makes it easier to compare areas visually instead of just guessing from the map.
It also made me think about how often people use this kind of analysis without realizing it, like when cities decide where to put new services or when environmental groups compare protected areas. It makes me curious about what kinds of “what’s inside” questions are most common in real GIS jobs.

Chapter 6: Finding What’s Nearby

This chapter helped me understand what “nearby” actually means in GIS and how GIS can define it in different ways depending on what you actually mean by near. Sometimes it is just straight-line distance, and sometimes it is just about travel range, like what is within a 3-minute drive of a fire station. This chapter explains that “near” can be measured by distance, but it can also be measured by cost, especially time. It also introduces three main approaches, which are: using straight-line distance, measuring distance or cost over a network (like streets), and calculating cost over a surface for overland travel. I also learned about details that can change results, like planar vs geodesic distance (flat vs curved Earth) and the difference between inclusive rings and distinct bands when you need multiple distance ranges.
As always, I have found this very important to know how much the method you choose can change the story the map tells, even if the starting point is the same. For example, a circle around a store might be fine for a rough estimate, but it is not the same as a real 15-minute drive because streets, turns, traffic, and one-way roads can shape how people actually move. This chapter makes that really clear with the network examples, especially when it talks about assigning “impedance” to street segments using distance, time, or money. I also liked the idea that you can build more realistic travel time by adding turn and stop costs using a turntable, because that is the kind of small detail that matters a lot for something like emergency response. And I didn’t realize there were so many output options like buffers, selections, point-to-point distances, spider diagrams, distance surfaces, and service area boundaries like (compact vs general) depending on what you are trying to show.
If someone uses straight-line distance for something that really depends on travel time, the results can be misleading, especially in places with rivers, highways, or weird street layouts. That made me wonder how GIS people deal with real projects when the data isn’t always perfect. Like, if you don’t have exact speed limits, turn delays, or updated road closures, how do you decide what’s “good enough” without making the map seem more accurate than it actually is?

Azizi Week 2

Chapter 1: Introducing GIS Analysis

Some of the main things I picked up from this chapter were what GIS analysis actually means (not just making maps, but using geographic data to look for patterns and relationships), and how geographic features are represented as points, lines, and areas for real-world things. This chapter also discusses discrete vs. continuous data: how businesses or roads exist in specific places, whereas things like temperature or elevation change gradually across space. The author also goes into vector and raster data models, which are basically two different ways GIS stores information (points/lines/polygons vs. grid cells), and why map projections and coordinate systems matter since you’re taking a round Earth and forcing it onto a flat map, and if layers don’t match, things won’t line up in a right way.
It was interesting to learn how all of this actually matters once you start doing GIS analysis instead of just reading definitions. This chapter makes it clear that GIS is about asking geographic questions and using spatial data to try to answer them, and even simple mapping counts as analysis because you are already organizing data and looking for patterns in them. I also didn’t really think about how much the results depend on your choices, like how you frame your question, what data you decide to use, and how you process it. The chapter kind of shows that GIS is not neutral, and small decisions can change what story the map ends up telling.
Another part that stood out to me was how data is stored and connected behind the scenes. The section on vector vs. raster explains why one might be better than the other, depending on what you are mapping and how raster cell size affects both detail and processing time. The part about projections and coordinate systems is also important, since if layers don’t match, your relationships and measurements can be off. The attributes show how maps are tied to tables, with things like categories, ranks, counts, and ratios (like density or percentages), and how you can use queries, calculations (like people per household), and summaries to actually get meaning out of the data.
One thing I realized is how easy it seems to accidentally get misleading results without even realizing it. Like when you combine layers from different sources, I wonder how often people mess up coordinate systems or projections and don’t notice, and how much that actually changes the conclusions they end up drawing from GIS analysis.

Chapter 2: Mapping Where Things Are

Some of the key concepts I learned from this chapter were how the way you classify and group categories on a map can completely change the patterns you end up noticing. If you use too many detailed categories, patterns can get lost, but if you group things too broadly, trends become clearer while some important details disappear. This chapter also shows how much symbols matter in mapping, especially how color, shape, and size affect what stands out to you first. Colors are usually easier to tell apart than shapes, and even small things like line width can show hierarchy, like making freeways stand out more than smaller roads. I also learned that basemaps and reference features are supposed to support what you are mapping, not compete with it, which is why simpler, lighter basemaps usually work better. Another idea that stuck with me was that patterns on maps can look clustered, uniform, or random, and that what you notice can change depending on the scale you are viewing the map at.
Something that stood out to me in this chapter was how much the design of a map shapes the story it ends up telling. The examples showing how the same zoning data can look totally different just by grouping categories differently make it obvious that maps are not neutral. If “rural residential” is grouped with agriculture, the map feels more rural, but if it’s grouped with residential areas, the same place suddenly looks more urban. How symbols guide your attention was another important thing. When there are too many colors or the basemap is too busy, it actually becomes harder to see patterns, while simpler symbols and lighter backgrounds make clusters along streets or intersections way easier to notice. The part about analyzing geographic patterns helped me try to describe what I see on maps, like paying attention to whether things look clustered, evenly spaced, or random, and then thinking about possible reasons for those patterns.}
It is interesting how easy it would be to influence how people interpret a map without even trying to. Just grouping categories differently or choosing certain colors can make an area look more urban, more rural, safer, or more crowded than it actually is, even though the data itself hasn’t changed. It makes one realize that making maps comes with a lot of responsibility, because small design choices can really change the story people get.

Chapter 3: Mapping the Most and Least

Some of the main ideas I learned from this chapter were different ways of showing quantities on maps, especially using ratios, ranks, and classified values instead of raw numbers so comparisons between places are more fair and actually mean something. The chapter also went into common classification schemes like natural breaks, quantile, equal interval, and standard deviation, which are just different ways of grouping data based on how the values are spread out. Another important idea was outliers, which are really high or really low values that can throw off how patterns look on a map. It also talks about different visualization methods like graduated symbols, graduated colors, charts, contours, and 3D views, and how each one shows patterns differently depending on what kind of data you are mapping. Another important thing was that the number of classes you choose, and how you set the class ranges, can change what patterns stand out even when the data itself hasn’t changed.
I also learned that your map can tell a different story with the same data based on how you pick between natural breaks, quantiles, equal intervals, or standard deviation. They all highlight different things. Natural breaks make more sense when values are clustered unevenly since they separate natural groupings, while quantiles are more about relative position, like showing who is in the top or bottom group even if the actual values are still close. Equal intervals could be easy to understand, especially for things like temperature or percentages, but they can hide variation when a lot of values fall into the same class. Standard deviation is more about how far values are from the average, which is helpful for seeing what is above or below “normal,” but it can also hide the actual values and be heavily affected by extreme cases.
Again, just how I learned from other chapters, it can be very easy to mislead people with a map without even meaning to, just because of small design choices.

Azizi Week 1

My name is Muzhda Azizi. I am originally from Badakhshan, Afghanistan. I am currently a junior at Ohio Wesleyan University, majoring in Environmental Studies and minoring in Business. I enjoy being in nature, and I have a strong interest in art, poetry, and linguistics. I have completed the GEOG 291 Week 1 quiz as part of this assignment.

Reflection on Chapter 1:
Reading chapter 1 of GIS: A Short Introduction by Nadine Schuurman helped me understand that GIS is more than just making maps or using software. Before reading this chapter, I thought GIS was mainly about mapping locations and organizing spatial data. However, the chapter explains that GIS has a much deeper meaning and plays an important role in how information is analyzed, interpreted, and used in real-world decision-making.
        One thing that stood out to me was the idea that GIS does not have a single identity. The author explains that GIS can be seen both as a system and as a science. As a system, it includes the tools, software, and data used to create maps and analyze spatial information. As a science, it focuses more on understanding how spatial data is collected, classified, and interpreted. I found this interesting because it shows that GIS is not just technical, but also intellectual. The way data is categorized or displayed can affect how people understand an issue, which means GIS is not completely neutral.
        Another part that I found interesting was the discussion about visualization. The author of this chapter explains that people understand visual information better than numbers or tables. The example of John Snow’s cholera map shows how mapping helped identify the source of the disease by showing patterns that were not obvious before. This shows how powerful and useful GIS can be in areas like public health, environmental studies, and urban planning. At the same time, the chapter also makes it clear that maps can be misleading if the data is incomplete or poorly represented. Overall, this chapter helped me see GIS as more than just a technical skill. I also learned that GIS plays a role in many everyday systems rather than one specific area, even when we do not notice it.

GIS Application 1: Crime Mapping
One way GIS is used in society is crime mapping, where spatial analysis helps law enforcement visualize and understand patterns of criminal activity. According to the Office for Victims of Crime, GIS tools allow agencies to map crime locations and analyze trends, which supports better decision-making for public safety and resource allocation.


Figure 1. Example of GIS layers used in crime mapping.

GIS Application 2: Disaster Management
Another way GIS is used in society is in disaster management. GIS technology helps to identify and map areas that are at risk of natural disasters such as floods and other hazards. By combining different types of data, GIS can highlight vulnerable regions and support planners in making decisions about resource allocation and emergency preparedness. Tools like flood simulation and vulnerability mapping allow officials to see where risks are highest and plan ways to protect communities before disasters occur.


Figure 2. Example of flood risk modeling using GIS to show varying flood depths across an area.

Sources:
GIS Navigator. (n.d.). Disaster management. https://gisnavigator.co.uk/disaster-management/
Office for Victims of Crime. (2003). Crime Mapping. https://ovc.ojp.gov/sites/g/files/xyckuh226/files/pubs/OVC_Archives/reports/geoinfosys2003/cm3.html
Schuurman, N. (2004). GIS: A short introduction (Chapter 1). Blackwell Publishing. https://sites.owu.edu/geog-191/wp-content/uploads/sites/208/2022/10/schuurman_gis_a_short_intro_ch_1.pdf