Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
qgib opened this issue Jan 14, 2018 · 2 comments
Closed

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

qgib opened this issue Jan 14, 2018 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Easy fix GRASS High Priority

Comments

@qgib
Copy link
Contributor

qgib commented Jan 14, 2018

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:\PROGRA1\QGIS21.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
Copy link
Contributor Author

qgib commented Jan 15, 2018

Author Name: Alexander Bruy (@alexbruy)


Applied in changeset 4b1d98b.


  • done_ratio was changed from 0 to 100
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Jan 15, 2018
@qgib
Copy link
Contributor Author

qgib commented Feb 21, 2018

Author Name: Giovanni Manghi (@gioman)


  • resolution was changed from to fixed/implemented

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority GRASS Easy fix labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Easy fix GRASS High Priority
Projects
None yet
Development

No branches or pull requests

1 participant