Key Points
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.
Exercise 1a: Acquiring Data and Making Your First Map in QGIS
- 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.
Additional Reading
- Data visualization turns numbers into stories the human brain can process quickly — but poor design can mislead more powerfully than raw data.
- Every map is a communication tool; define your audience, message, and medium before making design decisions.
- Match your thematic map type to your data: choropleth for normalized rates, proportional symbols for magnitudes, dot density for distributions.
- Color scheme, projection, and classification method choices directly affect what a map appears to say — choose intentionally.
- Run through the cartography checklist before publishing any map.