Difference between revisions of "QGIS Extract Ground Elevation"
Jump to navigation
Jump to search
(→Method) |
(→Method) |
||
Line 8: | Line 8: | ||
=Method= | =Method= | ||
<ol> | <ol> | ||
− | <li> | + | <li>Ensure that the Point Sampling Tool plugin has been loaded, and DEM and 2d_zsh line layer files are opened</li> |
<li>Convert line vertexes to points, using the preferred method described in [[QGIS_Convert_Lines_to_Points | this page]]</li> | <li>Convert line vertexes to points, using the preferred method described in [[QGIS_Convert_Lines_to_Points | this page]]</li> | ||
− | + | ||
<li>Set the following:<br> | <li>Set the following:<br> | ||
* The source layer to be the line file you wish to convert | * The source layer to be the line file you wish to convert | ||
Line 17: | Line 17: | ||
The plugin will create a new point file which contains all vertices along the line. If you wish to create intermediate points along the line you will need to use an alternate plugin. A plugin called ''Profile from Line'' appears to do this. | The plugin will create a new point file which contains all vertices along the line. If you wish to create intermediate points along the line you will need to use an alternate plugin. A plugin called ''Profile from Line'' appears to do this. | ||
</ol> | </ol> | ||
+ | [[File:QGIS Lines to Points.jpg|500px]] |
Revision as of 16:58, 19 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 for the points snapped to breaklines
- Define ground elevation for 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 the Point Sampling Tool plugin has been loaded, and DEM and 2d_zsh line layer files are opened
- Convert line vertexes to points, using the preferred method described in this page
- Set the following:
- The source layer to be the line file you wish to convert
- The new geometry type to Nodes
- The output file