Becker- Week 3

Mitchell- Chapter 4

Why Mapping Density?

  • Shows concentrations of features
  • Good for overall patterns
  • Density map uses uniform areal unit to show feature distributions

Deciding What to Map

  • Map density in one of two ways:
    • Shading defined areas based on density values
    • Create a density surface
  • Mapping the density of points or lines is usually done using density surface
  • Can map data already summarized by defined areas (ex: census tracts, forest districts, administrative boundaries)
  • Can map density of features or of feature values

Two Ways of Mapping Density

  • Density map gives you density per area measurement
  • By Defined Area:
    • Dot density maps show density graphically, rather than showing density value
    • To calculate density value for each area, divide total number of features by area of polygon
    • Each area then shaded based on calculated value
    • Can see areas of higher density but not centers of density
    • Could also create shaded fill map
  • By Density Surface:
    • Density surface usually created in GIS as a raster layer
    • Each cell gets density value based on number of features within radius of cell
    • This provides more detailed info, but more effort
    • Point data used to create density surface may be
      • Locations of features
      • Sample points you’ve collected data for
    • Can create density surfaces for individual locations or linear features
    • Can also create contour map

Mapping Density For Defined Areas

  • Dot density map or calculated density for an area
  • Calculating Density Value for Defined Areas:
    • To do so, add new value for feature, then assign density value by dividing value being mapped by area of designated polygon
    • Make sure units align
    • Use range of shades of a couple hues
    • Density treated as ratio and graphed like one
    • ArcGIS lets you calculate density easily, but values are temporary and not stored in database
  • Creating a Dot Density Map:
    • Map each area based on total count/amount and specify how much each dot represents
    • GIS divides value of polygon by amount represented by a dot to find how many dots to draw in an area
    • Give quick sense of density in a space
    • Dots represent totals rather than calculated density values
    • Specify dot value and size (don’t be scared to play around)
    • Display dots based on smaller areas, draw boundaries of larger areas
    • That way boundaries won’t obscure dots

Creating a Density Surface

    • Created in GIS raster layers (good for showing where point or line features are concentrated)
    • To create density surface GIS:
      • Defines a neighborhood (based on specified search radius) around each cell center
      • Totals number of features in this neighborhood
      • Divide number by area of neighborhood
    • If using data value instead of features GIS:
      • Totals that value for all features in neighborhood
      • Divides that by area of neighborhood
    • Parameters that affect how GIS calculates density
      • Cell size
        • Determines how coarse or fine patterns will appear (smaller cell size = smoother surface, but longer processing time and more storage space)
        • Larger cell = faster processing but coarser surface
        • In general, set cell size to have 10-100 cells per density unit
        • To calculate cell size
          • Convert density units to cell units
          • Divide by number of cells per density unit
          • Take square root of cell area to get length of one side
      • Search Radius
        • Larger the search radius the more generalized the patterns in the density surface will be (GIS also considers more features when calculating value of each cell)
        • Smaller radius shows more local variation (be careful not to make too small or you’ll lose broader patterns)
      • Calculation Method
        • Two Methods For Calculating Cell Values:
          • Count features in search radius of each cell
            • Result is a series of overlapping rings
          • Weighted method
            • Uses mathematical function to give more weight to values closer to center of cell
            • Weighting drops off rapidly for features outside search radius
            • Every cell in layer is counted and assigned a value
            • Smoother, more generalized surface and easy-to-interpret patterns
      • Units
        • Choose a value for units that reflects features being mapped
        • If areal units are different than cell units, legend values are extrapolated
    • If you have data summarized by defined areas create a density surface:
      • Use center points (centroids) of defined areas to create density surface based on value assigned to each area
      • Do this to highlight patterns in the map with less emphasis on individual polygons
    • Display density surface using either graduated colors or contours
      • Graduated colors
        • Classify unique density values for each cell to see patterns
        • Create custom class ranges or specify standard classification scheme and let GIS create classes for you
        • Classification schemes:
          • Natural breaks– based on groupings of data values
          • Quantile– each class same number of cells inside
          • Equal interval– difference between high and low value the same for each class
  • Standard Deviation– classes defined by number of standard deviations from mean of all values in layer
        • GIS lets you specify number of classes to assign the density values
        • Using a few classes highlights the areas with highest density but may not show subtleties in the patterns
        • Density surfaces usually displayed using different shades of a single color
        • If using standard deviation use shades of one color for values above mean, and shades of a different color for values below the mean
        • Areas of higher value use darker colors
      • Using Contours
  • Contour lines connect points of equal density value on the surface
        • Most GIS software makes contour lines automatically (just specify contour interval)
        • Contours are good for showing rate of change across the surface (closer contours = more rapid change)
        • Play around with interval until the lines aren’t too far apart nor too close
    • Density surface can show how values vary across a region
    • patterns in density surface are affected by distribution of sample points
    • May not actually be any features where highest density is
  • Interpolation process- generalizes and smooths the data so that extremely high/low values may disappear
    • Makes patterns easier to see

Mitchell- Chapter 5

Why Map What’s Inside?

  • Monitor what’s happening inside an area, or compare it to other areas
  • Let’s people compare areas to see where there’s more or less of something

Defining Your Analysis

    • Consider how many areas you have, what types of features you have inside the areas
    • Single area:
      • Service area around central facility
      • Buffer that defines distance around some feature
      • Administrative or natural boundary
      • Area drawn manually
      • Result of a model
    • Multiple areas:
  • Contiguous- touching or adjacent
  • Disjunct- separated
  • Nested– areas within each other
  • Discrete features- distinct and identifiable
  • Continuous features- represent seamless geographical phenomena
    • Spatially continuous categories or classes
    • Continuous values
  • Do you need a list, count, or summary?
    • GIS can:
      • Find out if feature is inside an area
      • Find number of features in an area
      • Get list of features in area
      • Get summary of what’s inside an area
  • Linear features and discrete areas might lie partially inside and outside an area (can choose whether or not to include these)
  • If you need list/count of features include those partially in
  • If need to know amount of something in area only include those inside

Three Ways of Finding What’s Inside

  • Drawing Areas and Features
    • Create map showing boundary of area and the features
    • Good visual approach to finding what is in an area
    • Need dataset containing boundary area and dataset containing the features
  • Selecting the features inside an area
    • Specify area and layer containing features, GIS selects subset of features in area
    • Gets list/summary of features inside single area
    • Need dataset of areas and dataset of features
  • Overlaying the areas and features
    • GIS combines area and features to create new layer with attributes of both or compares two layers to calculate summary statistics
    • Good for finding features in multiple areas or how much of something is in an area
    • Need dataset of areas and dataset of features
  • Overlay the areas and features if:
    • Have multiple areas and want summary of what’s inside
    • Have single area and you need a list or summary of discrete features
    • Have a single area and need summary of continuous values

Drawing Areas and Features

  • Key is to create map that makes it easy to see which features are inside the area
  • Individual locations/linear features can be drawn using single symbol (or symbolize by category/quantity)
  • Discrete areas:
    • Shade the outer area with light color and draw boundaries of features on top (emphasizes features)
    • Fill outer area with translucent color or a pattern on top of discrete area boundaries (emphasizes outer area)
    • Draw outer area boundary with thick line and discrete area boundaries with thin line in lighter shade/different color (use if shading discrete areas by category or class range)
  • Use contrasting shades/colors to distinguish areas
  • If graphing continuous data
    • Draw areas symbolized by category or quantity
    • Then draw boundary of areas on top

Selecting Features Inside an Area

    • With this, specify features and the area
    • Can also find what’s inside set of areas you’re treating as one
  • Geographic selection- quick way to find out which features are within a given distance of another feature
  • If you have data summarized by area, can only summarize it using boundaries that fully enclose the area
  • GIS can create report of selected features or create statistical summary
  • Common summaries:
    • Count
      • Total number of features inside area
    • Frequency
      • Number of features with a given value inside the area displayed as a table
    • Summary of numeric attribute
      • Sum- overall total or total by category
      • Average- total of numeric attribute divided by number of features
      • Median- value in middle range of values for an attribute
      • Standard deviation- average amount values are from mean
  • Draw features inside area one color, outside area different lighter color
  • Draw features inside based on attribute value and draw features outside single color
  • Draw all features based on attribute value, but outside ones a lighter color

Overlaying Areas and Features

    • Helps find which discrete features are inside which areas and summarize them
    • GIS tags each feature with a code for area it falls within and assigns the area’s attributes to each feature
    • Can get list of features or summary of attribute value by area
    • When line or area feature falls within two or more areas, GIS splits the feature where it crosses the boundary and builds new areas in a new dataset
    • If overlaying single area, can do same kind of analysis you would do with geographic selection
    • If overlaying several areas on set of features, can summarize features by area
    • Can also summarize by category or value
    • If overlaying area on data summarized by area, make sure summarized area falls completely inside
    • If have single area, mapping individual locations similar to geographic selection
    • If mapping line or area features can just draw portion within the area
    • Overlaying areas with continuous categories or classes
      • GIS summarizes how many of each category or class features fall inside one or more areas (can get map, table, or chart of results)
      • Vector method
        • GIS splits category or class boundaries where they cross areas and creates a new dataset with the areas that result
  • Slivers- very small areas that are a result of overlaying areas on areas
        • Any areas with areal extent less than smallest area in either input dataset should be considered a sliver
        • Consider accuracy of your data
        • Good idea to only remove very small areas first then manually check any remaining small areas
    • Raster method
      • GIS compares each cell on area layer to the corresponding cell on layer containing the categories, counts number of cells of each category within each area, calculates areal extent, displays results in a table
  • Vector method provides more precise measure of areal extent but requires more processing
  • To display and analyze results you’ll need a table that lists areal extent of each category (GIS creates this with raster overlay)
  • If looking at how much of each category is inside a single area, you can use table to create a bar chart showing amount of each category in an area
  • For multiple areas with a single category a simple bar chart will show how the areas compare
  • If multiple areas with multiple categories create a histogram showing multiple side-by-side bars (can also place pie/bar chart in each area)
  • If you have a layer of continuous values, you can have GIS summarize the values and create a map or table of summary statistics
    • Can create chart from the table to compare areas based on a particular statistic

Mitchell- Chapter 6

Why Map What’s Nearby

    • Can find out what’s happening within a set distance of a feature or find out what’s in traveling range
  • Traveling range– range measured using distance, time, or cost

Defining Your Analysis

    • Can measure straight-line distance, measure distance/cost over a network, or measure cost over a surface
    • Surrounding features may simply be within a source feature’s area of influence (no movement between source and surrounding features)
  • Area of influence- usually measured using straight-line distance
    • May also be movement or travel between source and surrounding features
    • Can measure what’s nearby using distance or cost
  • Travel costs- time, money, and effort it takes to go somewhere
    • Decide whether you are measuring along flat surface (planar method) or along curve of Earth (geodesic method)
    • Planar method is appropriate when area of interest is small, geodesic method when investigating large area
    • Output layers made using geodesic method will be displayed correctly over curved surface of the globe
    • \once you identify features near source you can get a list of the features, a count, or a summary statistic based on feature attribute
    • Summary statistic can be
      • Total amount
      • Amount by category
      • Statistical summary (average, minimum, maximum, standard deviation)
  • Inclusive rings- useful for finding out how the total amount increases as the distance increases
  • Distinct bands- useful if you want to compare distance to other characteristics

Three Ways of Finding What’s Nearby

  • Straight-line distance
    • Specify source feature and the distance, GIS finds area or the surrounding features within the distance
    • Good for creating a boundary
    • Use if defining area of influence or want quick travel range estimate
  • Distance or Cost Over a Network
    • Specify source locations and a distance or travel cost along each linear feature, GIS finds which segments of the network are within the distance or cost
    • Good for finding what’s within travel distance or cost of a location
    • Use if measuring travel over a fixed infrastructure to or from a source
  • Cost Over a Surface
    • Specify the location of source features and a travel cost, GIS creates new layer showing the travel cost from each source feature
    • Good for calculating overland travel cost
    • Use if measuring overland travel

Using Straight-Line Distance

  • Create buffer to define a boundary and find what’s inside
  • Select features to find features within a given distance
  • Calculate feature-to-feature distance to find and assign distance to locations near a source
  • Create a distance surface to calculate continuous distance from a source
  • Distance calculated from distance formula in math/physics
  • Creating a buffer
    • Specify the source feature and buffer distance
    • With multiple features, Gis can create a buffer of equal or variable distance for each
    • Can specify several source features and GIS will create buffer around all of them at once
    • To know how many features are within several distance ranges of a source as inclusive rings you need to create multiple buffers at each interval
    • Show features like streets, administrative boundaries, water bodies, or other landmarks
    • Map should also clearly label buffer distance
    • Can select features within range of buffer, or can do multiple times for multiple distance ranges
    • To create map of features within buffer of source, put all features but make ones within buffer distance a different color
  • Can go feature to feature and find each distance from the feature to the source
    • Can put this info in a data table to analyze
  • You can specify maximum distance within which locations should be included
  • Can use tags for each location to easily map what’s within several distances of a source
  • Options for point-to-point maps
    • Surrounding locations color-coded by distance from source
    • Surrounding locations color-coded by closest source
    • Spider diagram
      • Line drawn between each location and its source
    • Source features using graduated point symbols
  • Creating a Distance Surface
    • Create raster layer of continuous distance from the source
    • Creating distance ranges
      • Display each cell using graduated colors either as continuous range or grouped into classes
    • Can specify maximum distance to limit GIS when it calculates distances
    • Need to create separate input layer for each source you plan on mapping
    • If mapping discrete features, place them atop distance surface (surface displayed using graduated colors)
    • Continuous data stored as raster cannot be shown on top of distance surface
      • To show, combine reclassified distance surface with surrounding features

Measuring Distance or Cost Over a Network

    • GIS automatically identifies all lines in a network within given distance, time, or cost of source location
    • ArcGIS provides street network that is updated regularly
  • Geometric layer- composed of edges, lines, junctions, and turns
  • Junctions– points where edges meet
    • Street networks commonly used for finding what’s nearby
    • Travel time is one of most common costs
    • You can specify the cost for turns from one segment onto another or for stops at an intersection, can also limit which segments in a network can be travelled
  • Turntable- data table that lists the junctions for which you want to specify a cost
    • Can specify direction of travel along segments
    • If more than one center, GIS assigns segments to each concurrently
    • Create a boundary in these cases
      • Want list of individual locations
      • Need count of locations in area covered by selected segments
      • Have data summarized by area
      • Need a list, count, or amount for linear features or areas
    • Sum as you go in these cases
      • Want a precise count of locations along network segments
      • Don’t need list of individual locations
    • Can manually draw boundary or have GIS make it (compact or general)
  • General boundary- connects farthest reaches of selected segments
  • Compact boundary- outlines the selected segments
  • Can have GIS create distance rings to find what’s within several distance or cost values
  • Summing as you go
    • GIS sums counts or amounts as it searches outward from center along the network
    • Can specify that GIS stops assigning streets once it reaches a maximum count or amount
  • Once GIS finishes assigning segments it automatically shows the entire network and highlights selected segments
  • Display center using symbol easily distinguishable from other locations
  • Label centers

Calculating Cost Over a Geographic Surface

  • GIS creates raster layer in which the value of each cell is the total travel cost from the nearest source cell
  • Calculating cost over surface shows you rate of change
  • Make sure to specify what cost is (time, money, distance, etc.)
  • To create cost layer based on single factor, reclassify an existing layer based on an attribute value
  • To create cost layer based on several factors, combine all the input layers
  • Calculated value is assigned to entire area covered by the cell
  • Larger the cell, more approximate the value for locations farther from the cell center
  • Can modify cost distance by assigning maximum cost or using barriers to specify areas that are off-limits
  • Output layer is a surface of increasing cost values radiating outward from source
  • When mapping, show discrete features on top of cost distance surface (distance grid displayed using graduated colors)

Becker Week 2

Chapter 1- Mitchell

    • GIS grown enormously since 1999
      • New sources- lidar and drones
      • Shared more openly and widely
      • More people
    • ArcGIS Living Atlas of the World
    • GIS uses:
      • Mapping where things are
      • Mapping the most and least
      • Mapping density
      • Finding what’s inside
      • Finding what’s nearby
      • Mapping change
  • GIS Analysis– process for looking at geographic patterns in your data and relationships between features
  • Process For Analysis Steps:
    • Frame the Question
      • What info do you need
      • Question form- be specific
      • How will analysis be used, and by who?
    • Understand Your Data
      • Type of data and its features
      • Method you use could require you to obtain additional data (or change its format)
    • Choose a Method
      • Almost always multiple methods for obtaining needed information
      • Decide which method fits your question and research best
    • Process the Data
      • Once method is selected, use GIS to perform it
    • Look at the Results
      • Multiple ways of displaying results: maps, tables, charts
      • Decide what is new/valuable to add to your display
      • Decide whether your information is valid or useful; then adjust accordingly

Understanding Geographic Features

    • Types of Features:
      • Geographic features are discrete, continuous phenomena, or summarized by area
        • Discrete: location can be pinpointed
        • Continuous Phenomena: can be found or measured anywhere, blanket entire area being mapped
  • Interpolation- GIS using sample points to assign values to the areas in between them
          • Continuous data can also be areas enclosed by boundaries (everything within boundary must be same type)
        • Features Summarized by Area: counts or density of individual features within an area (ex: number of businesses in each zip code)
          • Data value applies to the whole area and not a specific place within it
          • Lots of data (especially demographic data) is sorted by area
          • GIS can be used to aggregate data that lies within similar areas
    • Ways of Representing Geographic Features
      • Vector
        • Each feature is a row in a table
        • Shapes defined by x,y locations
        • Features can be discrete locations or events, lines, or areas
          • Lines represented as series of coordinate pairs
          • Areas defined by borders and represented as polygons
        • Vector data analysis often times involves summarizing attributes in layer’s data table
      • Raster
        • Features represented as matrix of cells in continuous space
        • Each layer represents one attribute
        • Analysis is combining layers to create new layers
        • Cell size affects results of analysis/map quality
          • Cell size should be based on original map scale and minimum mapping unit
    • Discrete features and data summarized by area usually use vector model
    • Continuous categories either vector or raster
    • Continuous numeric values are raster
  • Map projection– translate locations on the globe onto flat surface
    • Distort shape of features being displayed
  • GIS systems usually already have their databases in the same coordinate system and projection

Understanding Geographic Attributes

    • Attribute Values
      • Categories
        • Groups of similar things that help you organize your data
        • Category values can be represented as numeric codes or as text (abbreviated)
      • Ranks
        • Put features in order from high to low
        • Used when direct measures are difficult or quantity represents multiple factors
      • Counts and Amounts
        • Total numbers
      • Ratios
        • Show relationship between two quantities
        • Created by dividing one quantity with another for each feature
        • Evens out differences between large and small areas
  • Proportions- what part of a total each value is
  • Density- distribution of features or values per unit area

Working With Data Tables

  • Three common operations: selecting, calculating, summarizing
    • Selecting
      • Select features to work with subset or assign new attribute
      • In form of logical expression (code)
    • Calculating
      • Calculate attribute values to assign new values to features in the table
    • Summarizing
      • Could be mean, frequency, total, etc.

 

Chapter 2- Mitchell

Why Map Where Things Are?

  • To see where/what an individual feature is
    • However looking at distribution of features allows patterns to form
  • Can show you where to take action, or what areas meet your criteria

Deciding What To Map

  • To look for geographic patterns, map features in a layer using different symbols
  • Information Gained From Mapping
    • Where features are/aren’t
    • Locations of different features to look for patterns
  • Make sure map is appropriate for audience

Preparing Your Data

  • Make sure features being mapped have geographic coordinates
  • GIS databases have coordinates assigned, incoming info must have coordinates (street address or latitude-longitude)
  • When mapping by type, each feature must have an identifier for its type
  • Many categories are hierarchical
  • Sometimes a single code can indicate multiple types (major type and subtype)

Making Your Map

    • To create, tell GIS your features and their symbols
  • Mapping a Single Type
      • Draw all features using same symbol
      • Can use this to find differences in the feature to explore further
  • What The GIS Does
      • Stores location as pair of coordinates or set of coordinate pairs
      • Individual locations: GIS draws symbol for that specific point
      • GIS can also draw lines for line features, also draws area outlines
  • Using a Subset
      • Can map features in subset based on specific category values
      • Usually done for individual locations (linear features would often be incomplete)
      • For continuous data, you would be leaving out context of surrounding areas
  • Mapping By Category
      • Draw features by using different symbol for each category value
  • What the GIS does
        • Stores category value for each feature in table
        • Separately stores specified symbols
    • Features might belong to multiple categories
    • Sometimes useful to make multiple maps with different categories to compare
    • Display no more than seven categories on one map (also affected by distribution of features and map scale)
    • Hard to distinguish categories on maps with small features
    • For large maps, multiple categories can distort trends and make it harder to find differences between categories
    • Conversely, important not to have too few categories on smaller maps (don’t leave out info)
    • If more than 7 categories, group the categories
    • The way categories are grouped can influence readers’ perception (categorize carefully!)
    • Ways to group categories: 
      • Assign each record two codes 
      • create table containing one record for each detailed code with its corresponding general code
      • Assign same symbol to various detailed categories that are apart of a general category
    • Symbols used to display data are important to display it properly
    • For areas/raster layers: display similar categories in different shades of same color
    • For linear features: use different widths/patterns (text labels could also be useful)
    • Maps more meaningful when they contain recognizable features, put reference features in light colors
  • Reference feature– feature on map that makes the area identifiable
  • Some GIS software provides base maps with reference features

Analyzing Geographic Patterns

  • Play with map scale to try and find identifiable patterns in features
  • Exceptions can reveal further causes/areas of further interest
  • Use statistics to more scientifically find relationships between different features

 

Mitchell- Chapter 3

Why Map The Most And The Least

  • Find places that meet criteria to take action or see relationships between places
  • Mapping based on quantities adds additional info

What Do You Need To Map

  • Discrete features
    • Locations, linear features usually represented by graduated symbols; area by shading
    • Continuous phenomena can be defined areas or surface of continuous values
      • Defined areas: graduated colors
      • Surfaces: graduated colors, contours, 3D perspective view
    • Data summarized by area displayed by shading each area
  • Keep in mind whether or not you are exploring data or presenting your map

Understanding Quantities

    • Quantities: counts or amounts, ratios, ranks
      • Counts and Amounts
  • Count- actual number of features on map
  • Amount- total of value associated with each feature
      • Can be mapped for discrete features or continuous phenomena
      • counts/amounts can skew data for areas with size variability
    • Ratios
      • Evens out differences for large/small areas (shows distribution of features)
      • Proportions often represented as percentages
      • Density good for showing distribution when large area size variability
      • Create ratios by adding new field to layer’s data
    • Ranks
      • Useful when direct measures are difficult
      • Assign ranks based on another feature attribute

Creating Classes

    • Counts, amounts, and ratios grouped into classes because each feature has a potentially different value
    • Valuable for maps used for public discussion
    • Mapping individual values = more accurate picture
    • If mapping ranks, assign one symbol to each rank
    • Can map ratios, counts, or amounts using individual values if:
      • No more than 11-12 unique values
      • <20 features
  • Classes- group features with similar values by assigning same symbol
      • Important to consciously define class ranges
    • Create classes manually if looking for features that fit specific criteria or comparing features to meaningful value
    • Use standard classification scheme if wanting to group similar values to find patterns
    • Four most common schemes
  • Natural breaks- classes based on natural groupings of data values
        • GIS automatically determines high and low value for each class using math to test class breaks, maximizes difference between classes
        • Good for mapping not evenly distributed data values
  • Quantile- each class contains equal number of features
        • GIS adds up number of features (plus puts them in order) then equally separates them into number of classes specified
        • Good for comparing areas of similar size, mapping evenly distributed data, emphasizing relative position of feature
  • Equal interval- difference between high and low values is the same for every group
        • GIS subtracts lowest dataset from highest then divides that number by number of classes specified
        • Good for presenting info to nontechnical audience and mapping continuous data
  • Standard deviation- placed in classes based on how they deviate from the mean
        • GIS finds mean, then calculates standard deviation and separates classes
        • Seeing what features are above/below mean value
        • Displaying data with lots of values around mean
    • Plot data values in chart to see their distribution
    • Easy to change class ranges in GIS so try different ones
  • Outliers- few extremely high or low values
  • To deal with them:
    • Put each in its own class
    • Group them together in a class
    • Group them with next closest class
    • Draw them using special symbol
  • While exploring number of classes, start with more and work way down until desired clarity
  • Rounding data when reasonable to make it palatable
  • Give classes meaningful names

Making a Map

    • GIS options to show quantities
      • Graduated symbols
        • Which features: locations, lines, areas
        • Which values: counts/amounts, ratios, ranks
      • Graduated colors
        • Which features: areas, continuous phenomena
        • Which values: ratios, ranks
      • Charts
        • Which features: locations, areas
        • Which values: counts/amounts, ratios
      • Contours
        • Which features: continuous phenomena
        • Which values: amounts, ratios
      • 3D perspective views
        • Which features: continuous phenomena, locations, areas
        • Which values: counts/amounts, ratios
  • Legend- displays subset of values and symbols to indicate relative value of individual features
    • Consciously choose colors to attract attention to what you want to
    • Charts on maps useful for quick study of patterns
      • Pie charts: show how much of total amount each category takes up
      • Bar charts: show relative amounts
    • Use contour lines to show rate of change in values across an area
      • Choose interval small enough to give surface definition but not too small that the lines are too close together
      • Label with value
      • Use bold line for every fifth interval
    • When using 3D perspective have viewer in proper spot so tall parts don’t block shorter ones
  • Z-factor- value specified to increase the variation in the surface so differences are easier to see

Looking For Patterns

  • Look at transition from highest to lowest values
  • See distribution of values (clustered or spread out)
  • Can summarize up but not down

Becker Week 1

Hello everyone! My name is Bret Becker, and I am a junior at Ohio Wesleyan. I am a physics and environmental science double major with a minor in social justice. I love to play sports and be outside. Also, you might see me working at the Pulp right off campus if you ever stop in. I’ll just mention that I took the quiz right here because I’m not sure where else to.

While reading chapter one from Schuurman, I learned a lot more about the history of GIS and how it is continuing to evolve. The wide variety of uses for GIS were fascinating to read about, and it was interesting to learn about the disputes among geographers about GIS. A large part of the text discussed the distinction between understanding the potential uses for GIS and understanding how GISystems work. GIS started to develop in the 1960s with Ian McHarg and his goal to develop the optimal route for a highway. McHarg’s work paved the way for the development of spatial analysis, and spatial analysis being done on the computer was undervalued until Harold McCarty and William Garrison started to pioneer it, later followed by the formation of computerized cartography systems in Canada by Roger Tomlinson and Lee Pratt. As GIS has continued to evolve, it has been understood to form into two different categories: GISystems and GIScience. GISystems focuses on the actual systems developed whereas GIScience focuses on how these systems work. GIS can be used for a wide variety of things, like food production and even e-commerce as mentioned in the book. But GIScience is an important part of making sure the systems work properly and without bias. It is important to not what data is collected as well as how it is collected. Not only that, but it is important to note who produces and controls these systems, as well as the potential harms that could become prevalent when it comes to individual data privacy. GIS is an important, new, and emerging tool that can be useful to help us better get visual representations of data to then analyze, but it is also important to make sure we are ethically using and setting these systems up. Schuurman does a good job mixing the hopefulness and power of GIS with the precautionary tones we must have to proceed.

An interesting application of GIS I found in the environmental justice realm was using it to investigate areas of higher noise level and the demographics of people that live there. One study using this method found that a buffer area with high amounts of noise near US Highway 63 had disproportionate amounts of nonwhite and low-income people living there in proportion to the rest of the city.

GIS can also be applied to resource management strategies. This could potentially be used to track water flow and to help fine tune water management in areas.

Sources

Crenganiş, M., L. & Telişcă, M. GIS application in water resources management and environmental engineering, Global Journal on Advances in Pure & Applied Sciences [Online]. 2013, 01, pp 657-664. Available from: http://www.world-education-center.org/index.php/paas

Chakraborty, J., Schweitzer, L.A. and Forkenbrock, D.J. (1999), Using GIS to Assess the Environmental Justice Consequences of Transportation System Changes. Transactions in GIS, 3: 239-258. https://doi.org/10.1111/1467-9671.00020