Quickstart: Visualising Results in QGIS¶
This quickstart describes how to view and query our geographic map layers using QGIS.
What is QGIS?¶
We love QGIS. It is an intuitive, powerful, free, and open-source desktop GIS application, used for visualising geospatial maps, running spatial queries, and creating maps to share with others.
1. Setup environment and first map¶
If you haven't done so already, follow our Pipeline Quickstart to setup your environment and create your first map layers.
2. Install QGIS¶
Download and install QGIS, per instructions at the QGIS Download page.
3. Load Our Map Layers¶
- Run QGIS on your desktop.
- In the QGIS Browser pane, navigate to the
data/outputs/suburb_ShotoverCountrydirectory. - Double-click on the
suburb_ShotoverCountry_building_stats.gpkgfile to show it's layers. - Right-click on the
building_statslayer and selectAdd Layer to Project.- See the building outlines getting rendered in the Map pane.
- See the buildings title get add to the Layers pane.
4. Add a Base Map (OpenStreetMap)¶
To see where these buildings are located in the real world, you can add OpenStreetMap as a background layer.
- In the Browser panel, scroll down to
XYZ Tiles. - Double-click on
XYZ Tilesto expand it, and see the layers it supports. - Right-click
OpenStreetMapand selectAdd Layer to Project. - Move to Background: In the Layers panel, click and drag the
OpenStreetMaplayer so it sits under your building stats layer.
5. Query Building Data¶
We can query the attributes associated with each building.
- Select the Identify Features tool from the top toolbar (the icon with a small "i" and a white arrow pointer).
- Click on a building polygon in the map pane.
- An Identify Results panel will pop up, showing you all attributes for that building.
Things to try¶
- Try adding the
shotover_country_merged.vrtlayer to your map.