Skip to content

Requirements

The data

Shapefiles

Shapefiles are actually collections of files among which:

There is no notion of resolution while manipulating these objects.

→ That does not mean that they were drawn with perfect precision!

Load the data: using Layer > Add Layer... > Add Vector Layer, load ./rawdata/NPL_adm3_UTM44N.shp

Raster data

Raster data are contained in a single file .(g)tif(f), .netcdf, ... They may also have attached file like .aux.xml but that is also beyond the scope of this tutorial.

They are organized as images with pixels, where each pixel can be attached to a single or several values. Each variable correspond to a band.

As real images they have a resolution, which often need to be taken into account in the processing flow.

Load the data: using Layer > Add Layer > Add Raster Layer..., load ./rawdata/Nepal_WGS_UTM44N.tif

Visualization

In the Layers panel, change the transparency of the administrative limits layer using Right-click > Properties... > Symbology

In the Layers panel, open the attribute table using Right-click > Open Attribute Table

Step 1

Processing

Extracting features

Select Features button: Select icon

Clipping data

Toolbox button: Toolbox icon

Step 2

Walking distance from a given point

Creating features

Projection

The algorithm

Step 3

Zonal statistics

Network analysis

Step 4

← back