Bug report #17850
Grass v.segment from processing toolbox run with wrong parameter name
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Victor Olaya | ||
Category: | Processing/GRASS | ||
Affected QGIS version: | 2.18.15 | Regression?: | No |
Operating System: | Windows | Easy fix?: | Yes |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 25745 |
Description
Seems that, v.segment is ran with "file" parameter instead proper RULES:
"C:\PROGRA~1\QGIS2~1.18\bin>v.segment input="tmp15159606485313" *file*="D:/rule.txt" output=outputef2dabfe765d4a88ad3a57476d13743e --overwrite
Description:
Creates points/segments from input vector lines and positions.
Keywords:
vector, geometry, node, point, segment, vertex
Usage:
v.segment input=name [layer=string] output=name [rules=name]
[--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
--o Allow output files to overwrite existing files
--h Print usage summary
--v Verbose module output
--q Quiet module output
--qq Super quiet module output
--ui Force launching GUI dialog
Parameters:
input Name of input vector lines map
Or data source for direct OGR access
layer Layer number or name
Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.
default: 1
output Name for output vector map
rules Name of file containing segment rules
'-' for standard input
ERROR: v.segment: Sorry, is not a valid parameter "
Associated revisions
[processing] update parameter name for v.segments (fix #17850)
History
#1 Updated by Alexander Bruy almost 7 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|4b1d98bd381849c23cd8d065f454af8ace0f80e1.
#2 Updated by Giovanni Manghi over 6 years ago
- Resolution set to fixed/implemented