Read data and make a map with QGIS
Learn how to…
Open and save project files
Read vector data files (e.g. shapefile or GeoJSON) using the QGIS Data Source Manager
Explore the attributes of data using the QGIS Attribute Table
Customize the color, fill, or symbols of a layer based on an attribute using the QGIS Style Manager
Compose, customize, and export a map using the QGIS Print Layout feature
For this assignment, you are encouraged to use the Natural Earth Quickstart Kit (a small sample of Natural Earth themes styled in in a QGIS document) as a data source or basemap:
- Download the kit and unzip the file
Natural_Earth_quick_start.zip
file
Step-by-step instructions
Complete all of the following steps using the linked documentation for reference:
Open the project file
Natural_Earth_quick_start_for_QGIS.qgs
.Load one or more additional data identified in the Finding data assignment using the Data Source Manager (see Opening Data)
Filter data from the Natural Earth data or the additional data by attributes using the Attribute Table (see Working with the Attribute Table)
Visualize a select attribute with a color ramp using the Style Manager (see Style Manager)
Create a map using the Print Layout option (see Overview of the Print Layout)
Customize the map title, caption, and legend of the Print Layout (see Legend Item)
Export the map to PDF (see Creating an Output) with the file name
03_map-qgis_layout.pdf
.Save an renamed project file with the file name
03_map-qgis_project-file.qgs
.Write a brief description of your process for filtering and visualizing the data as well as composing the map and save the description as a Markdown file with the filename
03_map-qgis_project-description.md
.
Optional bonus activities
Create one or more additional maps using any of the following approaches for an extra bonus points:
Join a new data set without spatial data to a mapped data set using attribute data (see Performing Table Joins (QGIS3) from QGIS Tutorials and Tips for a walk through on using the “Join attributes by field value” feature in the Processing Toolbox). For example, if you have a table or CSV file with county-level data, your could use the county name or FIPS number to join the data to the “Admin 2 – Counties” data from Natural Earth (included in the Quick Start data).
Draw a new feature and add it to your map. The new feature could be a region based on the boundaries of the existing features on the map (see Lesson 13 from the QGIS Uncovered video series for an example).