Miller – Week 3

Chapter 4: Mapping Density

Mapping density helps show where the concentration of features is the greatest, and is useful for looking at patterns instead of the locations of features by themselves, for both areas with many features or features per unit of space. When deciding what to map, you should think about the features you’re mapping, as well as any information you might need (density surface), using either data that has already been summarized or by mapping density or feature values yourself. The two ways of mapping density are by a defined area, such as a dot map, if the data is already summarized, or by a density surface, using a raster layer in which each cell gets a density value based on the number of features within a radius of the cell, if you have individual locations, sample points, or lines. A density surface is created by using raster layers, where GIS calculates a density value for each layer. A neighborhood is defined, and the total number of features is divided by the area, which is then assigned to a cell. This creates an average of the features per area. Larger cell sizes create a coarser surface that processes faster, while smaller cells create a smoother surface that processes slower. To calculate cell size, you need to convert units to cell units, then divide that by the number of cells, and take the square root of that number. The search radius is the number of features divided by a correspondingly larger area, in which a larger search radius will produce more generalized patterns, and a smaller search radius will produce less generalized patterns. Calculation methods for cells are either simple (creates overlapping rings), or weighted (creates a smoother surface). Units chosen to create a cell should correspond with the features and what you hope to get out of the map.

 

Chapter 5: Finding What’s Inside

Mapping inside an area shows what is occurring inside an area, and is useful for comparison. You should consider whether you will need a single area or multiple areas. A single area is useful for monitoring activity and summarizing information, while multiple areas allow for them to be compared. Features can be discrete (unique and identifiable) or continuous (seamless, a summary). A count, list, or summary should be used as information. Three ways of finding what’s inside an area are drawing areas and features, selecting features inside an area, and overlaying the areas and features. When making a map, Locations and lines should be used for individual locations or linear features, discrete areas for seeing parcels inside a single area, and continuous features for drawing the areas symbolized by category or quantity. Selecting features inside an area is used for specifying the features and the area, and GIS then flags features in a specified area. The amount of features in an area can be counted in the following ways: 

  • Count – total number of features in an area
  • Frequency – number of features with a given value, or range of values
  • Sum – overall total or total by category
  • Average – total / # of features
  • Median – middle value of a dataset
  • Standard deviation – the average amount that values are from the mean

 

Finally, overlaying areas and features is used for finding discrete features within each area. 

 

Chapter 6: Finding What’s Nearby

Mapping what is nearby an area or feature allows GIS to find what is occurring within a set distance of a feature, and also find out what is within traveling distance. In defining your analysis, you should be able to define what is near, expressed as distance, time, or cost of traveling to or from that location. Of those options, mapping travel is most precise. You should also be aware of whether you’ll need to take into account the Earth’s curvature (geodesic method) or not (planar method). Information needed to map what is nearby should be a list (ex, a parcel ID and address), a count (by category), or a summary statistic (total amount, total/category, or a statistical summary). Distance and cost ranges can either be an inclusive ring, which is a circular area, or distinct bands, which are essentially multiple inclusive rings stacked on top of each other. There are three ways to find what’s nearby: 

  1. Straight-line distance: Specify the source feature and distance, and GIS locates the area or features nearby
  2. Distance or cost over a network: GIS finds segments within range or specified source locations and a distance or cost within each linear feature
  3. Cost over a surface: GIS creates a new layer showing travel cost based on a specified location of the source features and a travel cost

Straight-line distance can be used by creating a buffer defining a boundary and what’s inside it, selecting features to find features within a distance, calculating feature-feature distance, or by creating a distance surface. The equation to find distance is as follows: square root of (x1 – x2)^2 + (y1 – y2)^2. To create a buffer, specify the source feature and the buffer distance, and GIS will draw a line around a certain distance from the feature.

Leave a Reply