Key Points

Introduction to Data Visualization


  • Data visualization turns numbers into stories that the human brain can understand quickly.
  • Good visualizations reveal patterns, trends, and outliers that are invisible in spreadsheets.
  • Poor design can mislead audiences more powerfully than raw data ever could.
  • Big data demands interactive, scalable, and often multi-dimensional visualizations.
  • Choose the right tool for your audience and skill level — start simple and iterate.
  • Always prioritize clarity, honesty, and accessibility over visual flair.

Cartography Checklists


  • Always define your audience and message before making any design decisions.
  • Not all data belongs on a map — choose variables that are spatially meaningful and support your story.
  • Design choices (color, scale, symbology) are never neutral; they shape how readers interpret your map.
  • Match your map’s complexity and medium to what your audience needs and expects.
  • If your map informs decisions, accuracy, transparency, and uncertainty communication are critical.
  • Run through the cartography checklist before finalizing any map.

Fundamentals of Map Design


  • A map is a communication tool — every design decision should serve a clear purpose.
  • Visual hierarchy, color, and symbology guide what the reader notices and how they interpret it.
  • No projection is perfect; choose based on what property (area, shape, distance) matters most for your message.
  • Match your thematic map type to your data type — choropleth for normalized rates, proportional symbols for magnitudes, dot density for distributions.
  • Classification method choice can dramatically change what a choropleth appears to say; always choose intentionally.
  • Use interactive maps for exploration; use static maps to communicate a single clear message.

Acquiring Vector Datasets from Data Repositories


  • Pre-existing vector datasets are available from government portals, academic repositories, and open-source platforms — you rarely need to create data from scratch.
  • Always examine a dataset’s metadata before using it: understand when it was created, how it was collected, and what its limitations are.
  • Open-access datasets vary widely in quality and completeness; exploring the data carefully is as important as finding it.
  • OpenStreetMap provides a rich, continuously updated global dataset accessible both as downloads and through QGIS plugins like QuickOSM.
  • Bookmark sources relevant to your research area — a curated list of trusted repositories saves significant time at the start of future projects.

Getting Started with QGIS: Your First Map


  • QGIS can load vector data from shapefiles, GeoJSON files, geocoded CSV files, and live OpenStreetMap queries.
  • Layer order matters — drag layers so that points and polygons of interest sit above basemap layers.
  • Styling choices (symbol, color, size) should serve the map’s purpose, not just look decorative.
  • A complete map layout includes a title, legend, scale bar, north arrow, and data source credit.
  • Save your project frequently using .qgz — losing work to an unsaved session is the most common beginner mistake.