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

Plugin doesn't create first contour #45

Closed GIS-Nemo closed 1 year ago

GIS-Nemo commented 1 year ago

contour_example

I have an irregular grid of points, each with a value that ranges from 100 to almost 17000. The plugin window shows the list of contours it will create, which includes 100. But, the 100 contour is not created. Is there something I'm missing in the settings?

ccrook commented 1 year ago

Hi. If there are no values less than 100 then it will not be able to place a contour at 100 - generally it needs data points below and above a contour value to work out where the contour should lie.

GIS-Nemo commented 1 year ago

Thanks for the reply. It doesn't seem to have any problem creating a line for the highest value points...

two

ccrook commented 1 year ago

Closing this issue as this is expected behaviour of plugin