Difference between revisions of "QGIS Extract Ground Elevation"
Jump to navigation
Jump to search
(→Method) |
|||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
This page describes the method for extracting ground elevation (or any other variable) from raster files or polygon attribute using "Point Sampling Tool". This method is useful when you want to: | This page describes the method for extracting ground elevation (or any other variable) from raster files or polygon attribute using "Point Sampling Tool". This method is useful when you want to: | ||
− | * Extract ground elevation | + | * Extract ground elevation at points snapped to breaklines |
− | * Define ground elevation | + | * Define ground elevation at 1D nodes/pits snapped to 1D channel/pipes |
* etc... | * etc... | ||
In the example below, the ground elevation for the 2d_zsh point layer in the [[Tutorial_Module03 | TUFLOW Tutorial 03]] is extracted from the DEM file. | In the example below, the ground elevation for the 2d_zsh point layer in the [[Tutorial_Module03 | TUFLOW Tutorial 03]] is extracted from the DEM file. |
Revision as of 09:41, 20 February 2018
Introduction
This page describes the method for extracting ground elevation (or any other variable) from raster files or polygon attribute using "Point Sampling Tool". This method is useful when you want to:
- Extract ground elevation at points snapped to breaklines
- Define ground elevation at 1D nodes/pits snapped to 1D channel/pipes
- etc...
In the example below, the ground elevation for the 2d_zsh point layer in the TUFLOW Tutorial 03 is extracted from the DEM file.
Method
- Ensure that DEM and 2d_zsh line layer files are opened, and the Point Sampling Tool plugin has been loaded
- Convert line vertexes to points, using the preferred method described in this page
- Open the Point Sampling Tool
- Set the following:
- Select the point layer converted at step 2 as the "Layer containing sampling points"
- Select all the attribute in the point layer as well as the DEM as the "Layers to get value from"
- Set the output layer file name
- Open the Attribute Table of the newly created layar. Toggle editing and update "Z" attribute with "dem_m01" as shown in the image below
Now this point layer is ready to be input with the line layer.