Inderhees- Week 3

Chapter 4 – Mapping Density
This chapter focuses on map density which is useful when it comes to figuring out the location or concentration of an individual feature to figure out where lost reside. This can turn data into a visualization on a map.

  • Why map density?
    • It makes it easier to compare different areas due to the way it is shown on the map. They are especially useful when it comes to data of a large area.
  • Deciding what to map
    • To map density an area is shaded based on density value or a density surface is created. What is being mapped out helps to decide which to use.  You can either map features which might be locations  or feature values which could be a number of features. 
  • Two ways of mapping density
    • Defined area- mapped graphically using a dot map. A dot map is used to represent the density of individual locations summarized by defined areas. This also makes the map easier to read.
    • Density surface- Typically in the GIS as a raster layer. Each cell in the layer would get a density value. This provides the most information but also is a lot of work to create/ read.
  • Mapping density for defined areas
    • To calculate density, you first add a new field to the feature data table. Then, you calculate the density value for each polygon by dividing the value you’re mapping by the polygon’s area. If the units for the area and density don’t match, you’ll need to include a conversion factor in your calculation. This will typically be shown as a shaded map.
    • With a dot density, you decide how many of a particular feature each dot will represent. The GIS then calculates the number of dots to draw within each area by dividing the total count in that area by the value of a single dot.
  • Creating a density surface
    • GIS defines a neighborhood around each cell. The total is then divided by the area around the cell then that value is given to the cell. The smaller the cell size the smoother the surface will be. The larger the radius the more generalized the patterns will be. There are 2 calculation methods. The results depend on how the map was created.

Chapter 5 – Finding What’s Inside

This chapter focuses on spatial selection and overlay analysis. This is a fundamental task in GIS that allows you to identify parts of features that fall within a boundary.

  • Why Map What’s Inside?
    • This type of analysis is used to determine which features, such as points or lines, are located within another feature. It can also be used to find which portions of a feature are contained within another. Allowing to combine data from different layers to answer a specific question.
  • Defining Your Analysis
    • Before starting what is trying to be achieved needs to be determined. Are you simply trying to count the number of features inside an area or do you need to create a new layer that combines data from both the inside features and the boundary area?
  • Three Ways of Finding What’s Inside
    • Drawing Areas and Features: Sometimes the simplest way to find what’s inside is to draw a new area or feature on a map and then visually see what falls in it. While not precise a great starting point.
    • Selecting Features Inside an Area: A more precise method that uses select features based on their location relative to another layer. Quick way to get a count without changing the underlying data.
    • Overlaying Areas and Features: Advanced technique that combines the geometry and attributes of two or more layers to create a new one. The new layer contains the combined information and more complex analysis. 

Chapter 6 – Finding What’s Nearby

This chapter focuses on proximity analysis, a set of tools that help you figure out the distance or travel cost from a feature.

  • Why Map What’s Nearby?
    • Determining what is nearby is not always as simple as measuring a straight line. Due to proximity analysis nearby can be defined a few different ways. Helps to account for barriers like mountains or rivers where with a simple straight-line measurement would be ignored.
  • Defining Your Analysis
    • What is trying to be achieved needs to be determined first whether that be the closest feature, trying to avoid something etc.The answers to these questions will determine which proximity tool is used.
  • Three Ways of Finding What’s Nearby
    • Using Straight-Line Distance: Most straightforward method. Measures the shortest distance between two points. A common tool for this is creating a buffer.
    • Measuring Distance or Cost Over a Network: This method calculates travel distance or time along a network. This is more accurate for real-world scenarios where travel is limited to specific paths.
    • Calculating Cost Over a Geographic Surface: Complex method that calculates distance or cost based on a raster layer where each cell has a value representing the cost of moving across it.

Leave a Reply