Bug #5950
r.contour.* broken
| Status: | Closed | Start Date: | 07/05/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Backend/GRASS | |||
| Target version: | - | |||
| Patch supplied: | No |
Description
Unclear why new r.contour.step and r.contour.level do not work.
E.g. the command from the plugin fails:
r.contour input=tmp134147825573 minlevel=0 maxlevel=10000 step=10 output=output --overwrite
whereas the similar command from GRASS plugin works:
r.contour input=dtm_tosc@PERMANENT step=200 minlevel=0 maxlevel=5000000 output=butta
History
Updated by Giovanni Manghi 6 months ago
- Status changed from New to Feedback
The two modules appear to work fine, at least on latest master under Windows.
Updated by Giovanni Manghi 5 months ago
- Status changed from Feedback to Closed
should be fixed, reopen of necessary.