Resolution and extent

Let’s add some more technical words to our growing vocabulary

Resolution
The level of detail in the dataset, indicating the size of the smallest object you can detect

Imagine you have a landscape or piece of art made up of tiles. You could make much more detailed pictures from tiny mosaic tiles (1cm across) than large flagstones. Resolution in raster data is determined by the size of grid cells. Resolution in vector data is determined by the precision of x,y coordinates i.e. how many decimal places the coordinate has, and therefore the minimum spacing at which you can place adjacent points or vertices

High resolution datasets contain a lot of detail within a given area, for example interview data from individual households, or aerial or drone photography on which you might be able to see individual zebra or animal burrows. Low resolution datasets have lower detail, for example national-level population counts, or imagery from early satellites such as Landsat (30m grid cells).

Also known as grain, or frequency. I prefer the terms ‘fine grain’ (think silt or sand) to indicate high resolution, and ‘coarse grain’ (think boulders or pebbles) for low resolution, as these phrases are more intuitive and easy to remember

Extent
The area covered by the dataset, also known as coverage

A global dataset (large extent) and data from a single survey location (small extent) are at opposite ends of this spectrum

Contrasting spatial resolutions

Move the slider across the images below to see how the resolution affects the complexity and precision of spatial data

Spatial and temporal

The terms resolution and extent can be applied to the temporal dimension (time) as well as the spatial. In other words, you can describe a dataset as having high temporal resolution (e.g. observations repeated every minute), or low temporal resolution (e.g. observations spaced many years apart)

Dimension   Property   Example of a low value   Example of a high value  
Spatial Resolution One value per country Submetre grid cells
Spatial Extent Single survey location Entire continent
Temporal   Resolution   Every decade Every minute
Temporal Extent Single point in time Spanning multiple decades

See it for yourself

To help you understand these concepts, add some new datasets to your QGIS project

OpenStreetMap

You have already added a tiled raster basemap from OpenStreetMap (OSM) to your project. However, all of the fine grained vector data used to create that basemap can be downloaded and used direct, for example if you wish to only display unsurfaced roads, or particular types of buildings

  1. Go to OpenStreetMap and click on the Export button at the top left of the screen
  2. Type in your bounding coordinates (North, East, South, West) in the top left. If you have specified small geographic extent, a blue Export button will appear
  3. If you need a larger area, choose one of the repositories listed in the bottom left of that OpenStreetMap page instead
  4. Alternatively, you can download OpenStreetMap fine grain vector data for Che Tao
  5. Add the OSM using Add Vector Layer...

Digital Chart of the World

DCW provides coarse grained vector and raster data at country level

  1. Go to the DivaGIS data download page, select your country of interest and download the layers that are useful to you, for example:
    1. Roads (shapefile)
    2. Land cover (virtual raster): add using Add Raster Layer... or drag & drop the .vrt file into your QGIS map view
  2. You can use the VNM_cov.qml QGIS style file for the DCW landcover layer you just downloaded from DivaGIS - save it in the same folder as your .vrt and .grd files and rename it to match the files you downloaded. For example, rename it VNM_cov.qml if your landcover layer is called VNM_cov.grd

Protected Planet

You can download the boundaries of protected areas from Protected Planet

:warning: The boundaries may not always reflect the situation on the ground. Protected Planet uses the World Database of Protected Areas (WDPA) as its source, and national or regional governments may not have provided the most detailed or recent information to WDPA

  1. Chế Tạo Nature Reserve boundary from Protected Planet:
    1. Click the green Download button
    2. Select SHP, then Non-Commercial use
    3. Unzip the downloaded file WDPA_WDOECM_Jun2021_Public_555594126_shp.zip
    4. Alongside many other folders/files, you’ll now see WDPA_WDOECM_Jun2021_Public_555594126_shp_0.zip. Unzip this second .zip file to extract the contents
    5. You can now add the .shp to your QGIS project using Add Vector Layer...


Now you have added a variety of layers to your project, examine the contrast between coarse and fine grain in more detail:

  1. Compare the visual detail of the roads from OSM and DCW
  2. Compare the fine grained Che Tao Nature Reserve boundaries from Protected Planet with the corresponding polygon in the IUCN Redlist’s NomascusConcolor_Distribution layer
  3. Compare the two landcover raster layers from Copernicus and DCW. Consider both their spatial resolution, and the amount of overlap in their landcover class definitions (thematic values)

Previous submodule:
Next submodule: