8. Maps#
8.1. Map#
Definition: a map is
a collection of spatially defined objects
(Mark Monmonier)Beyond mapping
Map as analysis vs Map as presentation
Geo-visualization
Geospatial visual analytics
Exploratory spatial data analysis (
ESDA
) - Luc AnselinSpatial regimes
:Spatial regimes
are a form ofspatial heterogeneity
, which implies structural differences across space.When a variable is characterized by distinct distributions (e.g., with a different
mean
orvariance
) for different geographic subregions, these subregions might point to the existence ofspatial regimes
.
8.1.1. Traditional Knowledge Discovery#
Deductive
approachHypothesis first, data later
Inductive
approachData first, hypothesis later
Abductive
approachPattern discovered along with hypothesis
Interaction between data exploration and human perception
8.2. Map Design Primer#
8.2.1. How to Lie with Maps#
Manipulate map design parameters
Scale
,Symbols
,Legends
,Colors
,Intervals
Choice of Projection
Larger
areas seems more importantConformal
= Preserve angleEqual area
= Preserve areaEqual distant
= Preserve distanceAzimuthal
= preserve direction
Human Perception can be tricked
8.2.2. Choropleth Map#
Visualizing a spatial distribution
Natural Breaks
VSQuantile
Natural Breaks
useclustering
algorithm (minimum the heterogeneity within classes)Natural Breaks
have different number of observations per category
8.3. Continuous Statistical Maps#
8.3.1. Percentile Map#
Special form of
Quantile Map
-Percentiles
6 categories instead of 100 categories
< 1%, 1-10%, 10-50%, 50-90%, 90-99%, >99%
Emphasis on Extremes - Away from median
Only works well for large data sets
8.3.2. Box map plot (Luc Anselin)#
Box and whiskers plot
Identify shape of distribution and outliers
Focus on
median
Inter quartile range (
IQR
)Range from 25% to 75%
Fence = 75%/25% \(+/-\) 1.5 IQR or \(+/-\) 3 IQR
Outliers
= outside the fence
8.3.3. Standard Deviation Map#
Based on standardized data value
Mean
= 0,standard deviation
= 1
Intervals correspond to one standard deviation
Outliers
are more than 2 standard deviations from the mean
8.4. Categorial Statistical Maps#
8.4.1. Co-Location Map#
Unique value map or
Categorical map
For discrete categories
Map overlay
Map algebra
Matching categories between two or more maps
Multivariate categorical association
Transfer
box plot
intocategorical map
(1-6)Find the overlap of the categories (rank)
8.4.2. Cartogram#
Areal unit proportional to variable of interest
Avoid misleading effect of area
Use transformed shapes
Circular cartogram
andContiguous cartogram
8.4.3. Conditional Map#
Special case of
trellis/facet/conditional graphs
Micro-map matrix
Conditioning variables on axes
Matrix of mini maps for the variable of interest conditioned by values on the axes