[GRASSLIST:8834] Re: Editing attribute tables for internal GRASS db

Hamish hamish_nospam at yahoo.com
Tue Nov 1 17:53:56 EST 2005


> Is there any way to edit the attribute tables for a vector layer if  
> you are using the default internal GRASS db?  I know that I can set  
> the database to an external mySQL db (for example), and then use a  
> mySQL db tool to edit the tables.  Is there any way to do it for the  
> internal GRASS db?

(ie default dbf driver?)


Interactive:
  d.what.vect -e
  v.digit?
  qgis with grass plugin?

Script:
  db.execute 
   see the example in the help page:
   http://grass.ibiblio.org/grass61/manuals/html61_user/db.execute.html


Small tables:  (caution, make a backup)
  load into OpenOffice or any software that can handle the dbf format.



Hamish




More information about the grass-user mailing list