1.3. Getting to know QGIS

1.3.1. basic Getting the files

Get the files from brightspace, and unzip to a location of your choice. All relevant files are stored in a GeoPackage and additional tabular data is stored in an .xlsx file. Files like these are very useful for easy data management in Libreoffice Calc or MS Excel. Furthermore, they are also editable in QGIS or Python.

1.3.2. basic Introduction to the interface

For an introduction to the interface, follow interface_overview. Then, try adding your own maps to the interface. These are Hadocha_dem, Hadocha_landuse and Hadocha_soil.

1.3.3. basic Changing layer Symbology

The symbology of a layer is its visual appearance on the map. The basic strength of GIS over other ways of representing data with spatial aspects is that with GIS, you have a dynamic visual representation of the data you’re working with.

Therefore, the visual appearance of the map (which depends on the symbology of the individual layers) is very important. The end user of the maps you produce will need to be able to easily see what the map represents. Equally as important, you need to be able to explore the data as you’re working with it, and good symbology helps a lot.

In other words, having proper symbology is not a luxury or just nice to have. In fact, it’s essential for you to use a GIS properly and produce maps and information that people will be able to use.

1.3.4. basic Follow Along: Legend with unique values

To change a layer’s symbology, open its Layer Properties. Let’s begin by changing the color of the Hadocha_landuse layer.

  1. Right-click on the Hadocha_landuse layer in the layers list.

  2. Select the menu item Properties… in the menu that appears.

    Note

    By default, you can also access a layer’s properties by double-clicking on the layer in the Layers list.

    Tip

    The symbology button at the top of the Layers panel will open the Layer Styling panel. You can use this panel to change some properties of the layer: by default, changes will be applied immediately!

  1. In the Layer Properties window, select the symbology Symbology tab:

    ../../_images/layer_properties_style.png
  2. In the top drop-down menu, select categorizedSymbolCategorized.

  3. In the Value drop-down, select textFEATURE.

  4. Click Classify to load all values into the list.

  5. In the Symbol drop-down menu, you can select a colour for each attribute selectColor.

  6. Click OK again in the Layer Properties window, and you will see the color change being applied to the layer.

Tip

In the Style ► Save as Default you can save your symbology to the layer, so it will be loaded like this into another QGIS project.

1.3.5. basic Try Yourself

Change the colours of the Hadocha_soil layer to matching shades of brown for the different soiltypes. Try using the Layer Styling panel this time.