[GRASS-user] db.? to change column names

Rich Shepard rshepard at appl-ecosys.com
Fri Aug 31 09:03:38 PDT 2018


On Fri, 31 Aug 2018, Moritz Lennert wrote:

> To get the data into columns, try this:
>
> v.db.addcolumn stations col="easting double precision, northing double 
> precision"
> v.to.db map=stations opt=coor columns='easting,northing'
>
> Then you should see the easting and northing columns in the attribute table. 
> Not need to export and reload.

Moritz,

   Thanks very much.

   The data were exported in preparation for reading into R.

Best regards,

Rich


More information about the grass-user mailing list