Re: [GRASS-user] v.what.vect confusion

2014-03-18 Thread Tyler Smith
Thanks, Micha. I figured it out. I had incorrectly connected the database table to the map. The table had multiple key values for each polygon. The dataset is the Harmonized World Soils Database. I've updated the wiki with correct instructions. I think they're correct, at least. http://grass

Re: [GRASS-user] v.what.vect confusion

2014-03-17 Thread Micha Silver
After reading your first post, I tried on a small contrived sample of polygons and points. I moved the polygon centroids to "un-natural" positions, to try to get the wrong values uploaded to the points attrib table. The bottom line was that v.what.vect seemed to w

Re: [GRASS-user] v.what.vect confusion

2014-03-17 Thread Tyler Smith
Hi again, I'm still struggling with how to add the attribute values from a polygon map to the table for a point map. I've tried v.what.vect, as documented in my previous message. Any suggestions would be appreciated! Thanks, Tyler On March 14, 2014 2:29:49 PM EDT, Tyler Smith wrote: >Hello,

[GRASS-user] v.what.vect confusion

2014-03-14 Thread Tyler Smith
Hello, I have a vector point map, amelanchier, and a vector polygon map, hwSoil. I tried to extract data from hwSoil for each point in amelanchier as follows: v.db.addcol map=amelanchier columns="T_GRAVEL double precision" v.what.vect vector=amelanchier qvector=hwSoil qcolumn=T_GRAVEL \ column=T_