Digitizing Map Data (QGIS3)

Digitizing is one of the most common tasks a GIS Specialist has to do. Often a large amount of GIS time is spent digitizing raster data to create vector layers that you use in your analysis. QGIS has powerful on-screen digitizing and editing capabilities that we will explore in this tutorial.

Overview of the task

We will use a raster topographic map and create several vector layers representing features around a park.

Other skills you will learn

  • Building pyramids for large raster datasets to speed up zoom and pan operations.

  • Create and edit GeoPackage.

Get the data

Land Information New Zealand (LINZ) provides raster topographic maps at 1:50,000 scale for the New Zealand mainland and Chatham Islands.

Download the GeoTIFF Image file from the Christchurch Topo50 map download page.

For convenience, you may directly download a copy of the dataset from the link below:

BX24_GeoTifv1-02-clip.tif

Data Source [LINZ]

Procedure

  1. In QGIS, let’s load the image file. Go to Layer ‣ Add Layer ‣ Add Raster Layer.

../../_images/014.png
  1. In the Data Source Manager dialog select Raster. Under Source click on the ... and locate the downloaded BX24_GeoTifv1-02.tif and click Open. Then click Add followed by Close.

../../_images/024.png
  1. This is a large raster file, and you may notice that when you zoom or pan around the map, the map takes a little time to render the image. QGIS offers a simple solution to make rasters load much faster by using Image Pyramids. QGIS creates pre-rendered tiles at different resolutions, and these are presented to you instead of the full raster. This makes map navigation snappy and responsive. Right-click the BX24_GeoTifv1-02 layer and choose Properties.

../../_images/034.png
  1. In the Layer Properties dialog, Choose the Pyramids tab. Hold the Ctrl key and select all the resolutions offered in the Resolutions panel. Leave other options to defaults and click Build pyramids.

../../_images/044.png
  1. Once the process finishes, the dialog box will show the pyramids without a cross. This indicates the Image Pyramids build is completed. Click OK.

../../_images/054.png
  1. Before we start, we need to set default Digitizing Options. Go to Settings ‣ Options….

../../_images/064.png
  1. Select the Digitizing tab in the Options dialog. Check the Enable snapping by default under Snapping section. In Default snap mode choose Vertex. This will allow you to snap to the nearest vertex. I also prefer to set the Default snapping tolerance and Search radius for vertex edits in pixels instead of map units. This will ensure that the snapping distance remains constant regardless of zoom level. Depending on your computer screen resolution, you may choose an appropriate value. Click OK.

../../_images/074.png
  1. Now we are ready to start digitizing. We will first create a road layer and digitize the roads around the park area. Click Layer ‣ Create Layer ‣ New GeoPackage Layer… icon from Panels. A GeoPackage is an open, non-proprietary, platform-independent, and standards-based data format for a geographic information system implemented as an SQLite database container. This makes it much easier to move it around instead of a bunch of shapefiles. In this tutorial, we create a couple of polygon layers and a line layer so that a GeoPackage will be better suited. You can always load a GeoPackage and export layers as a shapefile or any other format you want.

../../_images/084.png
  1. In the New GeoPackage Layer dialog, click the button and save a new GeoPackage database named digitizing.gpkg. Choose the Table name as Roads and select LineString as the Geometry type. The base topographic map is the EPSG:2193 - NZGD 2000 CRS.

../../_images/094.png
  1. When creating a GIS layer, you must decide on each feature’s attributes. Since this is a road layer, we additionally will have two primary attributes - Name and Class. In New Field Enter Name of the type Text data, with 50 as Maximum length and click Add to attribute list. Now create a new attribute Class of the type Text data, with 50 as Maximum length. Click OK

../../_images/1016.png
  1. Once the Roads layer is loaded, click the Toggle Editing button to put the layer in editing mode.

../../_images/1119.png
  1. Click the Add Line Feature button. Click on the map canvas to add a new vertex. Add new vertices along with the road feature. Once you have digitized a road segment, right-click to end the feature.

../../_images/1217.png

참고

You can use the scroll wheel of the mouse to zoom in or out while digitizing. You can also hold the scroll button and move the mouse to pan around.

  1. After you right-click to end the feature, you will get a pop-up dialog called Road - Feature Attributes. Here you can enter attributes of the newly created feature. Skip entering any value for fid as it is a sequential id that will be autogenerated. Enter the road name as it appears on the topo map. Optionally, assign a Road Class value as well. Click OK.

../../_images/1315.png
  1. The default style of the new line layer is a thin line. Let’s change it to better see the digitized features on the canvas. Select the Roads layer and click Layer Styling Panel.

../../_images/1413.png
  1. In the Layer Styling Panel, search for different road layer styles. Select topo road. Click OK.

../../_images/1513.png
  1. Now the road layer will be clearly visible. If you are satisfied with the work, click Save Layer Edits button to save the changes.

../../_images/1612.png
  1. Before we digitize the remaining roads, it is essential to update some other important snap settings to create an error-free layer. Right-click on any space on the toolbar area and activate the Snapping toolbar.

../../_images/1713.png
  1. Now an Enable Snapping (Magnet Icon) will appear on the panel. Click on it to enable it and select All Layers and choose Open Snapping Options...

../../_images/1811.png
  1. In the Snapping options dialog, click the Snapping on Intersection, which allows you to snap on an intersection of a background layer.

../../_images/1910.png
  1. Now you can click Add feature button and digitize other roads around the park. Make sure to click Save Edits after adding a new feature to save your work. A helpful tool to help you digitize is the Vertex Tool. Click the Vertex Tool button and select Vertex Tool (Current Layer).

../../_images/2010.png
  1. Once the node tool is activated, click on any feature to show the vertices. Click on any vertex to select it. The vertex will change the color once it is selected. Now you can click and drag your mouse to move the vertex. This is useful when you want to make adjustments after the feature is created. You can also delete a selected vertex by clicking the Delete key. (Option+Delete on a mac)

../../_images/21.gif
  1. Once you have finished digitizing all the roads, click the Toggle Editing button. Click Save.

../../_images/2212.png
  1. Now we will create another layer to digitize the parks as polygons. Click Layer ‣ Create Layer ‣ New GeoPackage Layer… icon from Panels. In the New GeoPackage Layer dialog, click the button and select the GeoPackage database named digitizing.gpkg. Name the new layer as an attribute called Parks. Select MultiPolygon as the Type. The base topographic map is the EPSG:2193 - NZGD 2000 CRS. Click OK. In New Field Enter Name, and the type as Text data, with 50 as Maximum length and click :guilabel:` Add to Fields List.`. Click OK.

../../_images/2310.png

참고

Polygon vs Multi-Polygon

Polygon - Planar Surface defined by 1 exterior boundary and 0 or more interior boundaries. Each interior boundary defines a hole in the Polygon.

Multi-Polygon - It is used to represent areas with holes inside or consisting of multiple disjoint areas. For eg, 3 discontinuous polygons can be drawn and grouped as a single feature.

  1. A pop-up dialog will appear. Select the Add New Layer button.

../../_images/2410.png
  1. Now select layer Parks then clickroad Toggle Editing and click the Add feature button and click on the map canvas to add a polygon vertex. Digitize the polygon representing the park. Make sure you snap to the road’s vertices so there are no gaps between the park polygons and road lines. Right-click to finish the polygon.

../../_images/259.png
  1. Enter the park name in the Parks - Feature Attributes pop-up.

../../_images/268.png
  1. Now digitize the upper region of the park. Enter the park name and save the changes.

../../_images/279.png
  1. Now, before digitizing the inner polygon lets set settings that can ease this work. Multi-Polygon layers offer another useful setting called Avoid intersections of new polygons. Select Enable Snapping (Magnet Icon), click on it to enable it, and click All Layers and select Advanced Configuration.

../../_images/289.png
  1. Click the Avoid Overlap on Active layers button in the snapping toolbar.

../../_images/298.png
  1. Now in Edit Advanced Configuration, select the Units as pixels.

../../_images/308.png
  1. Check the box in the Avoid Overlap column in the row for the Parks layer.

../../_images/3112.png
  1. Click on Add feature to add a polygon. With the Avoid Overlap, you will be able to quickly digitize a new polygon without worrying about snapping exactly to the neighboring polygons.

../../_images/328.png
  1. Right-click to finish the polygon and enter the attributes. Magically the new polygon is shrunk and snapped exactly to the boundary of the neighboring polygons! This is very useful when digitizing complex boundaries where you need not be precise and still have topologically correct polygon. Click Toggle Editing to finish editing the Parks layer.

../../_images/334.png
  1. Now it is time to digitize a buildings layer. Create a new polygon layer named Buildings by clicking Layer ‣ Create Layer ‣ New GeoPackage Layer… icon from Panels. Set the Buildings and MuiltiPolygon. Choose the CRS as EPSG:2193 - NZGD 2000. Click OK.

../../_images/344.png
  1. Once the Buildings layer is added, turn off the Parks and Roads layers to make the base topo map visible. Select the Buildings layer and click Toggle Editing.

../../_images/354.png
  1. Digitizing buildings can be a cumbersome task, and also, it is challenging to add vertices manually so that the edges are perpendicular and form a rectangle. We will use a QGIS toolbar called Shape Digitizing to help with this task. Right-click on any empty space on the toolbar area and activate the Shape Digitizing Toolbar.

../../_images/363.png
  1. Enable editing by pressing the pencil icon Toggle Editing.

../../_images/373.png
  1. Now under Add Rectangle dropdown select Add Rectangle from Extent button.

../../_images/382.png
  1. Zoom to an area with the buildings. Click and drag the mouse to draw a perfect rectangle. Similarly, add the remaining buildings.

../../_images/393.png
  1. You will notice that some buildings are not vertical, and we will need to draw a rectangle at an angle to match the building footprint. Under Add Rectangle dropdown select Add Rectangle from Center and a Point button.

../../_images/401.png
  1. Zoom to an area of diamond-shaped buildings. Click on the center to drop a point and drag the mouse to draw a rectangle.

../../_images/412.png
  1. We need to rotate this rectangle to match the image on the topo map. The rotate tool is available in the Advanced Digitizing toolbar. Right-click on an empty area on the toolbar section and enable the Advanced Digitizing toolbar.

../../_images/422.png
  1. Click the Rotate Feature button.

../../_images/432.png
  1. Use the Select Single feature tool to select the polygon you want to rotate. Once the Rotate Feature tool is activated, you will see crosshairs at the center of the polygon. Click exactly on that crosshairs and drag the mouse while holding the left-click button. A preview of the rotated feature will appear. Let go of the mouse button when the polygon aligns with the building footprint.

../../_images/442.png
  1. Save the layer edits and click Toggle Editing once you finish digitizing all buildings. You can drag the layers to change their order of appearance. The digitizing task is now complete. You can play with the styling and labeling options in layer properties to create a nice-looking map from the data you created.

../../_images/451.png

If you want to give feedback or share your experience with this tutorial, please comment below. (requires GitHub account)