ccrook / QGIS-Contour-Plugin

Contour plugin for QGIS - uses python matplotlib to generate contours of data on vector point data.
43 stars 13 forks source link

input raster #47

Closed stefanocudini closed 1 year ago

stefanocudini commented 1 year ago

can I use this plugin starting from a DTM raster to create polygons of a certain elevation range?

ccrook commented 1 year ago

The plugin only works with point vector layers. You would have to convert the raster DTM to a point layer first. Alternatively you could use the "Contour Polygons" tool in the processing toolbox (under GDAL/Raster extraction).