qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.29k stars 2.96k forks source link

Grass v.segment from processing toolbox run with wrong parameter name #25745

Closed qgib closed 6 years ago

qgib commented 6 years ago

Author Name: Marcin Domański (Marcin Domański) Original Redmine Issue: 17850 Affected QGIS version: 2.18.15 Redmine category:processing/grass Assignee: Victor Olaya


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 "

qgib commented 6 years ago

Author Name: Alexander Bruy (@alexbruy)


Applied in changeset 4b1d98bd381849c23cd8d065f454af8ace0f80e1.


qgib commented 6 years ago

Author Name: Giovanni Manghi (@gioman)