Skip to content

GIS TD3: Qgis - georeferencing

Requirement

Check that the Georeferencer plugin is installed. It should be under Raster/Georeferencer.... If not, open Plugins/Manage and Install Plugins.... Search for Georeferencer and check the box next to the plugin.

Introduction

The aim of this tutorial is to tranform the image below into data that can be used in Qgis.

Map TV

The image represents the signal quality of a given TV network in Poland. Blue is 'high quality' signal, green is 'low quality' signal, grey is no signal at all. Small yellow circles are antennas and dark lines are administrative limits.

We want to extract the filled colors so that it can be used to compute zonal statistics at the municipality level.

Preprocesssing

As a first step, I removed the boundaries, antennas. I finally transformed the image as a black and white for simplicity. I did this using the software Gimp but it would also be feasible in Qgis with the same techniques that we will use today. It will simply save us a bit of time.

Map TV

Roadmap

By selecting a raster layer, you can see the values of a given pixel by clicking on Info button and then clicking on the relevant pixel it on the canvas.

At this step, the data should look similar to:

Screen shot

← back