Bug report #19051
GRASS r.contour fails unless list of contour levels is provided
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | GRASS | ||
Affected QGIS version: | 3.0.3 | Regression?: | No |
Operating System: | Mac OS X 10.12.6 | Easy fix?: | Yes |
Pull Request or Patch supplied: | No | Resolution: | worksforme |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26881 |
Description
GRASS r.contour can either use a contour spacing OR, optionally, use a list of specific contour levels
QGIS' GUI generates a "Wrong or missing parameter value: List of contour levels" error and refuses to proceed unless a list of contour levels is included, thus making it impossible to create contours at specified spacing.
History
#1 Updated by Alexander Bruy almost 6 years ago
- Resolution set to worksforme
- Status changed from Open to Closed
Seems fixed in master, you can specify either step and min/max levels or list of levels values. Please reopen if necessary.