Bug #5880
Error when using GRASS v.split: Impossible to define either length or vertices ?
| Status: | New | Start Date: | 06/27/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Backend/GRASS | |||
| Target version: | - | |||
| Patch supplied: | No |
Description
When using the v.split tool, there are two possibilities to split: either by a fixed length or adding a fixed number of vertices.
Currently, it does not seem possible to specify only one of the two, so both parameters are sent to GRASS, which results in the error "Use either length or vertices" (taken from Sextante log).
If it is possible and I didn't find how to do it, at least the default values should be changed.
History
Updated by Giovanni Manghi 11 months ago
This is "normal" as in this initial stage of the development of sextante in python, all the parameters are set to be used. So tickets as this one are good because are helping the developer fixing the grass modules.