[GRASS-dev] Two kind questions...
Maciej Sieczka
tutey at o2.pl
Thu Sep 21 01:12:35 EDT 2006
Brad Douglas wrote:
> On Wed, 2006-09-20 at 20:44 +0200, Damiano Triglione wrote:
>> 2. How can I list the (east,north) coordinate together with the attributes
>> of a given vector points file? With v.out.ascii I can see coordinates and
>> category; with db.select I can see category and decimal attributes; but how
>> can I see all the information in a joint way?
v.db.addcol to add columns x,y
v.to.db to upload coordinates to x,y colums
db.select to list cat with x,y attributes
Is there a simpler way?
Maciek
More information about the grass-dev
mailing list