[GRASS-user] Vector map attribute data: coordinates

,

   I've a map of points, one for each monitoring location. When I view the
attribute table the only empty columns are the geographic coordinates
(easting and northing). I want to run spatial statistical models on these
data, applying the RGrass interface.

   Are the geographic coordinates automatically transferred to an R
data.frame?

   Is there a way to have these values displayed in the attribute table? I
don't see how to apply v.db.update or db.execute to do this.

Rich

Rich Shepard wrote

I've a map of points, one for each monitoring location. When I view the
attribute table the only empty columns are the geographic coordinates
(easting and northing). I want to run spatial statistical models on these
data, applying the RGrass interface.

   Are the geographic coordinates automatically transferred to an R
data.frame?

   Is there a way to have these values displayed in the attribute table? I
don't see how to apply v.db.update or db.execute to do this.

Rich

_______________________________________________
grass-user mailing list

grass-user@.osgeo

http://lists.osgeo.org/mailman/listinfo/grass-user

doesn't v.to.db do the job for you?

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Vector-map-attribute-data-coordinates-tp5293311p5293315.html
Sent from the Grass - Users mailing list archive at Nabble.com.

On Fri, 28 Oct 2016, Helmut Kudrnovsky wrote:

doesn't v.to.db do the job for you?

Helmut,

   I'm certain it will now that you've pointed me to it.

Many thanks,

Rich