1 Introduction

1.1 What is GIS?

GIS stands for Geographic Information Systems. The term was first used in the 1960s and has since become a common way of referring to the analysis of geographic data.

That raises another question: what do we mean by ‘geographic data’? The defining feature of geographic data is that it has coordinates that allow the position of records in the dataset to be located on Earth. There are two main types of geographic data:

  1. Vector data, which typically represent points, lines and polygons. An example is a series of points representing a road.
  2. Raster data, which typically represent a continuously changing surface, such as height. An example is a satellite image of a road.

The difference between vector and raster data types is illustrated in the figure below, which shows the same road (Woodhouse Lane in Leeds) represented in vector and raster geographic data forms.

Since graphical user interfaces (GUIs) for GIS became popular in the early 2000s, the word GIS has become almost synonymous with ‘Dedicated GIS software’. Examples of dedicated GIS software include the open source GIS software QGIS (we will come onto what QGIS is in a subsequent section) and proprietary software such as ArcMap and TransCAD. It is also possible, and increasingly popular, to do GIS using a programming language with a command-line interface (CLI) such as Python or R (see ??)

1.2 What is QGIS?

QGIS is an open source dedicated GIS software program. It has become the most commonly used open source program for working with geographic data. Search engine data from Google shows that QGIS is becoming increasing popular. QGIS is ideal not only for learning GIS techniques but also using them in practice where software licensing and cost may be important. Figure 1.1 shows how QGIS’s popularity over time compares with the GIS product ESRI ArcMap and the transport planning product, PTV Visum.1

The growing popularity of QGIS, as measured by internet search traffic. Source: [trends.google.com](https://trends.google.com/trends/explore?date=all&q=qgis,arcmap,visum).

Figure 1.1: The growing popularity of QGIS, as measured by internet search traffic. Source: trends.google.com.

1.3 How to install QGIS

To install QGIS you should follow instructions at download.qgis.org/. If you are running Windows, we recommend installing the OSGeo4W package, which includes additional features.


  1. QGIS does not have dedicate transport planning functionality like Visum