GIS Tutorial 1: Map Design
GIS Tutorial 1: Map Design
Outline
Choropleth maps Colors Vector GIS display GIS queries Map layers and scale thresholds Hyperlinks and map tips
Lecture 2
CHOROPLETH MAPS
Choropleth maps
Color-coded polygon maps Use monochromatic scales or saturated colors Represent numeric values (e.g. population, number of housing units, percentage of vacancies)
Classifying data
Process of placing data into groups (classes or bins) that have a similar characteristic or value
Break points
Breaks the total attribute range up into these intervals Keep the number of intervals as small as possible (5-7) Use a mathematical progression or formula instead of picking arbitrary values
Break points
Classifications
Classifications
Quantiles
Places the same number of data values in each class Will never have empty classes or classes with too few or too many values Attractive in that this method produces distinct map patterns Analysts use because they provide information about the shape of the distribution. Example: 025%, 25%50%, 50%75%,75% 100%
Classifications
Equal intervals
Divides a set of attribute values into groups that contain an equal range of values Best communicates with continuous set of data Easy to accomplish and read Not good for clustered data
Produces map with many features in one or two classes and some classes with no features
Classifications
Use mathematical formulas when possible.
Exponential scales
Popular method of increasing intervals Use break values that are powers such as 2n or 3n Generally start out with zero as an additional class if that value appears in your data
10
Classifications
Use mathematical formulas when possible
11
12
13
Quantile scale
Shows that an increasing width (geometric) scale is needed
14
15
Normalizing data
Divides one numeric attribute by another in order to minimize differences in values based on the size of areas or number of features in each area
Examples:
Dividing the number of vacant housing units by the total number of housing units yields the percentage of vacant units Dividing the population by area of the feature yields a population density
16
Nonnormalized data
Number of vacant housing units by state, 2000
17
Normalized data
Percentage vacant housing units by state, 2000
18
Nonnormalized data
California population by county, 2007
19
Normalized data
California population density, 2007
20
Lecture 2
COLORS
21
Color overview
Hue is the basic color Value is the amount of white or black in the color
Saturation refers to a color scale that ranges from a pure hue to gray or black
22
GIS TUTORIAL 1 - Basic Workbook
Color wheel
Device that provides guidance in choosing colors
Use opposite colors to differentiate graphic features Three or four colors equally spaced around the wheel are good choices for differentiating graphic features Use adjacent colors for harmony, such as blue, blue green, and green or red, red orange, and orange
23
Light colors associated with low values Dark colors associated with high values Human eye is drawn to dark colors
24
Contrast
The greater the difference in value between an object and its background, the greater the contrast
25
Series of colors of the same hue with color value varied from low to high Common for choropleth maps The darker the color in a monochromatic scale, the more important the graphic feature Use more light shades of a hue than dark shades in monochromatic scales
The human eye can better differentiate among light shades than dark shades
26
Monochromatic map
Values too similar
27
Monochromatic map
A better map, more contrast
28
An exception to the typical monochromatic scale used in most choropleth maps Two monochromatic scales joined together with a low color value in the center, with color value increasing toward both ends Uses a natural middle point of a scale, such as 0 for some quantities (profits and losses, increases and decreases)
29
GIS TUTORIAL 1 - Basic Workbook
Dichromatic map
Symmetric break points centered on 0 make it easy to interpret the map
30
GIS TUTORIAL 1 - Basic Workbook
Color tips
Cool colors
Calming Appear smaller Recede
Warm colors
Exciting Overpower cool colors
31
Color tips
Do not use all of the colors of the color spectrum, as seen from a prism or in a rainbow, for color coding If you have relatively few points in a point layer, or if a user will normally be zoomed in to view parts of your map, use size instead of color value to symbolize a numeric attribute
32
GIS TUTORIAL 1 - Basic Workbook
Color tips
If you have many polygons to symbolize, it is better to use polygon centroid points with color rather than polygon choropleth maps.
33
GIS TUTORIAL 1 - Basic Workbook
34
35
Lecture 2
36
Point
x,y coordinates
Line
starting and ending point and may have additional shape vertices (points)
Polygon
three or more lines joined to form a closed area
37
Store characteristics for vector features Layers can be displayed using attributes
38
Displaying points
39
Displaying points
40
Displaying points
Industry specific (e.g. crime analysis) Good for large scale (zoomed in) maps
41
Displaying points
42
Displaying points
Quantities
Use exaggerated sizes
43
Displaying lines
For analytical maps, most lines are ground features and should be light shades (e.g. gray or light brown)
44
Displaying lines
Consider using dashed lines to signify less important line features and solid lines for the important ones
45
Displaying polygons
Consider using no outline or dark gray for boundaries of most polygons
Dark gray makes the polygons prominent enough, but not so much that they compete for attention with more important graphic features
46
Displaying polygons
Consider using texture for black and white copies
47
Graphic hierarchy
Assign bright colors (red, orange, yellow, green, blue) to important graphic elements Features are known as figure
Graphic hierarchy
Assign drab colors to the graphic elements that provide orientation or context, especially shades of gray Features known as ground
49 49
Graphic hierarchy
Place a strong boundary, such as a heavy black line, around polygons that are important to increase figure
Use a coarse, heavy cross-hatch or pattern to make some polygons important, placing them in figure
50
51
Lecture 2
GIS QUERIES
52
GIS queries
Powerful relationship between data table and vector-based graphicsunique to GIS Records from a feature attribute table are selected by using query criteria Query will automatically highlight the corresponding graphic features
53
GIS TUTORIAL 1 - Basic Workbook
% wild card
% symbol stands for zero, one, or more characters of any kind NAME like ' BUR%' Selects any crime with names starting with the letters BUR, including burglaries (BUR), business burglaries(BURBUS), and residential burglaries (BURRES)
54
55
56
GIS TUTORIAL 1 - Basic Workbook
57
Lecture 2
Layer groups
59
When zoomed out beyond this scale, features will not be visible
Tracts not visible when zoomed to the USA
60
61
62
Lecture 2
Hyperlinks
64
Map tips
Provide an additional way to find information about map features Pop up as you hover the mouse pointer over a feature
65
Summary
Choropleth maps Colors Vector GIS display GIS queries Map layers and scale thresholds Hyperlinks and Map tips
66