Opened 15 years ago
Last modified 6 years ago
#1002 new enhancement
v.net.path should accept CAT pairs as input
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.6.2 |
Component: | Vector | Version: | svn-releasebranch64 |
Keywords: | v.net | Cc: | |
CPU: | All | Platform: | All |
Description
Most of v.net.* analysis modules accept list of point CAT's as an input. V.net.path requires this list to be supplied as an file or from stdin. Both options are not casual Windows GRASS user friendly. There's lots of power in current approach, still I would like to see plain CAT pair as path start/end specifiers input option.
Change History (10)
follow-up: 2 comment:1 by , 15 years ago
comment:2 by , 15 years ago
Replying to hamish:
this is already implemented via
d.path coor=
.Hamish
Not in 6.4. Just tested on my WinGRASS - coor requires coordinates and not CATs. Also it's not possible to start d.path from WxGUI CMD ("Not implemented") nor menu:
(Sun Mar 14 19:04:27 2010) Command finished (0 sec) Traceback (most recent call last): File "C:/Program Files/GRASS-64-SVN/etc/wxpython/wxgui.py", line 999, in OnXTerm xmon = xmonlist[0] IndexError : list index out of range
Also this bug repport isn't about displaying but about creating new vector map.
comment:3 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:4 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|
comment:7 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:8 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
this is already implemented via
d.path coor=
.Hamish