QGIS Tutorial 1 - Installing and Getting Started

Jeremy M. Mikecz

2019

498 Home Syllabus Schedule Mikecz Home Tutorials

Key Resources

Install QGIS

  1. Download and install QGIS. Install from here. For more help on the installation process see The Programming Historian’s tutorial(review the section on installation).

  2. Once QGIS is installed, open it and open a new project.

  3. Save the project, giving it a name like “Americas”.

Setup Coordinate System

  1. When starting a project in QGIS it is important to decide on a projection system before beginning. To view some global maps we will begin by using the “Pseudo-Mercator” projection as most web server maps we will import into QGIS use pseudo-Mercator as their default projections. In a subsequent lesson we will choose a more apt projection for looking at particular regions of the world.

  2. To set the projection:

    1. In QGIS, click on the Project menu and then select Properties.

    2. Select the CRS tab in the Project Properties window.

    3. Identify what the current Coordinate Reference system (CRS) is by looking at the “Selected CRS” box.

    4. The default CRS is probably “WGS 1984.” To change it to Pseudo-Mercator type in “pseudo” in the filter bar. Hit enter. Now select the “WGS 84 / Pseudo-Mercator” CRS. Press OK.

  3. To check the CRS close the Project Properties window. Now from the main QGIS window look at the information bar along the bottom right of the screen. There you will find some useful information (the current coordinate of your mouse, the scale, the degree of magnification and rotation, etc.). At the end you will also see the curent CRS. If its says EPSG:3857 then you have correctly set the projection as Pseudo-Mercator.

Create a Base Map

  1. In GIS, you may overlay a wide variety of different spatial layers from transportation networks to towns, and political and administrative borders. In most cases, you will want to begin with a base map. QGIS offers a plugin or add-on that allows you to use a variety of global and regional base maps. The instructions below explain how to import these base maps.

  2. From the main menu click Plugins -> Manage and Install Plugins

  3. Start for the word “Quick” in the SEARCH box to find the plugin “QuickMapServices.”

  4. Install QuickMapServices plugin.

Note: The QuickMapServices plugin used to be called the Open Layers plugin
Note: The QuickMapServices plugin used to be called the Open Layers plugin
  1. Now open the QuickMapServices plugin you just installed (Web –> QuickMapServices) to view all the available base maps to import into your QGIS project. This first time import ESRI’s Shaded Relief plugin.

  2. Now you have your first map layer in your project. Note, you should see the ESRI shaded relief layer in your Layer Window (if the Layer Window is not there, open it: View –> Panels –> Layers). You can then enable (check) and disable (uncheck) the layer as you see fit.

Layers Panel
Layers Panel
  1. You can add additional “base map” layers. However, note, these base maps layers work through a web service. Therefore, a) they won’t work when offline, and b) they can take up a lot of bandwidth so only have one base map layer enabled at a time.

Set Spatial Bookmarks

  1. It is useful to set a “spatial bookmark” to save particular views of your map layers. For example, you may choose to save one bookmark for all of the Americas, one for just the region from Mexico to northern Argentina/Chile and then another of just one particular country. To set your first spatial bookmark:

    1. Use the magnifying glasses with the + and - to zoom in and out to find the best view of your map layers.
    Zooming in with QGIS
    Zooming in with QGIS
    1. Once you found the best view of your map layers, save it your Spatial Bookmarks panel

      1. The Spatial Bookmarks panel should be open on the left side of the screen. If not, open it by enabling the Spatial Bookmarks panel: View–>Panels–>Spatial Bookmarks

      2. Save your current map extents to a bookmark by clicking on the New Spatial Bookmarks button (looks like a bookmark with a little yellow star).

      Create a new spatial bookmark
      Create a new spatial bookmark
      1. Give your new spatial bookmark a name (i.e. “The Americas”)

      2. Test it, using the hand symbol, pan to another part of the world. Then return to your saved view of the Americas by clicking on it within the Spatial Bookmarks panel.

  2. Now, practice creating several different spatial bookmarks, panning, zooming in, and zooming out over this map. In the next tutorial, we will learn how to add additional layers to your map.

To continue to the next tutorial select: Tutorial 2