Tue, Apr 5 2005
11:18:17
|
|
Request created by hbowman
|
|
Subject: v.out.ascii: support for outputting attribute columns
see http://grass.itc.it/pipermail/grass5/2005-April/017933.html
Radim:
> The possibility to export attributes should be added to v.out.ascii,
> but it must be done better than in v.out.ogr. All attributes must be
> selected by one query and read points using category index and keep an
> array of flags if the point was printed. At the end output points
> without attributes.
agreed, best solution.
option
key: columns ("where="?? "sql="??)
type: string
description: attribute columns to export
required : no
multiple: yes
cats= can be done with the above option too, right?
Hamish
|
|
Wed, Apr 26 2006
07:40:21
|
|
Comments added by hbowman
|
|
work around script: v.out.ascii.db on the wiki add-ons page:
http://grass.gdf-hannover.de/twiki/bin/view/GRASS/GrassAddOns#Vector_add_ons
Hamish
|
|