Lesson 8: Visualising and Analysing Geographic Data
Lesson Outline
- Introducing map
- Properties of geographical data
- Typology of map
- Thematic mapping techniques
- Proportional symbol map
- Choropleth map
- Data Classification
- Alternative mapping techniques
Lesson Slides and Hands-on Notes
Hands-on Exercises:
Readings
Core Reading
Additional Readings
- Choropleth Maps – A Guide to Data Classification
- Bivariate Choropleth
- Value-by-alpha maps
- What to consider when creating choropleth maps
- Choropleth Mapping with Exploratory Data Analysis
- Cartogram Maps: Data Visualization with Exaggeration
- Cartogram
- When Maps Shouldn’t Be Maps
- What to consider when creating choropleth maps
Visualising Geographic Data: Tableau Methods
Basic Tutorial
- Maps and Geographic Data Analysis in Tableau. This chapter from the User Guide of Tableau provide a comprehensive overview of the mapping concepts and Tableau methods. I strongly recommend you to read the chapter at least once.
- Live Training: Mapping
- Getting Started with Mapping
- Maps in Tableau
- Editing Unrecognized Location
- Spatial Files
- The Density Mark Type (Heat maps)
- Expanding Tableau’s Mapping Capabilities
- Custom Geocoding
- Polygon Maps
- Background Images
Beyond the Basic
GeoVisual Analytics: R methods
sf package
raster package
- raster reference
- raster package
stars
tmap package
- tmap reference
- tmap: get started!
- tmap: what is changed in recent versions?
- Tennekes, M., (2018)tmap: Thematic Maps in R, Journal of Statistical Software, 84(6), 1-39.
micromap package
- micromap provides functions simplifies the creation of linked micromap plots.
- Linked Micromaps
geofacet package
- geofacet provides geofaceting functionality for ggplot2. Geofaceting arranges a sequence of plots of data for different geographical entities into a grid that strives to preserve some of the original geographical orientation of the entities.
- Introduction to geofacet