QGIS/GRASS Tutorial - Vectorising Surface Heights of between 28 and 53 metres from lidar.

There are advantages for using raster data over vector, any 'continuous' varying coverage is far better displayed as a raster or (pixel grid). The height data I'm using is low resolution lidar. One advantage of converting from raster to vector is that you can add columns to your data attribute table for further analysis at a later date. You can do some of this analysis with the GRASS Module (r.mapcalc) if you wish to stay with raster data.


Step 1.      Open the GRASS Mapset which contains your lidar (raster) grid data (as above).


Step 2.      Load your small area of data onto the QGIS canvas (above).


Step 3.      In the GRASS Module List search for 'r.to.vect.area', 'INPUT' file = 'testascii', 'OUTPUT' file = 'testascii_vectorised'. I've always found it useful to name the output files with some indicator to which module or description was used to produce it.
























Step 4.      When we open the attribute table there is a new 'value' field containing the height values     which we can now query. On the bottom right of the attribute table click 'Advanced Search' (below) using the query: value >= '28' AND value <= '53' then click 'Test' to verify the query structure works. The Search has found 2178 matching features, Click 'OK' (search results) and 'OK' again on the query builder.










































Step 5.      We can now see the results highlighted in amber.


Step 6.      We will now add some attribute geometry for extra analysis and create a separate new shapefile 'Height_between_28&53m_withGeomCols.shp'. Note the two extra columns with 'AREA' and 'PERIMETER' which can be used for further analysis later on.





Step 7.      Next... we can style the the layer using the 'value' field with the following settings. We use the 'Equal Interval' Mode and three classes should suffice.



Step 8.      The result should look something like this. Below I've added a backdrop map tile and a transparent value of 50% to the height data shapefile to give the data some context.




















   


Comments

Post a Comment

Popular posts from this blog

Qgis-server...Installing the QGIS Lizmap Plugin & Lizmap Web Client

Install QGIS 3.22 LTS with QGIS-SERVER-3.22 and Apache2 on Ubuntu 22.04 LTS

Qgis-server...Installation on Ubuntu 16.04 LTS