<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 30, 2015 at 6:06 AM, Andres Kuusk <span dir="ltr"><<a href="mailto:andres@to.ee" target="_blank">andres@to.ee</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":2g7" class="" style="overflow:hidden">Vector commands v.what.vect and v.distance do not fill the attribute column of a point vector.<br>
<br>
I created small test vectors, a vector map 'varea' of area type which has an area polygon, and a vector map of points 'vpoints' - 191 GPS way-points, 135 of which are inside the polygon.<br>
<br>
The command<br>
<br>
v.what.vect map=vpoints column=aid query_map=varea query_column=aid<br>
<br>
returns:<br>
<br>
Finding nearest features...<br>
Update vector attributes...<br>
191 categories - no nearest feature found<br>
<br>
The same result I get using v.distance:<br>
<br>
v.distance from=vpoints to=varea dmax=0. upload=to_attr column=aid to_column=aid<br>
<br>
Finding nearest features...<br>
Update vector attributes...<br>
191 categories - no nearest feature found</div></blockquote></div><br><br></div><div class="gmail_extra">Hi Andres,<br><br></div><div class="gmail_extra">please try the latest trunk (at least r66460 [1, 2]). Can you please try to create a Bash script or a Python script which would prepare some data or use data from NC basic/small Location [2] and run v.what.vect in the same way as you were running it? In this way we can see if the recent changes provide expected results.<br><br></div><div class="gmail_extra">Thanks,<br></div><div class="gmail_extra">Vaclav<br></div><div class="gmail_extra"><br>[1] <a href="https://trac.osgeo.org/grass/changeset/66460">https://trac.osgeo.org/grass/changeset/66460</a><br>[2] <a href="https://trac.osgeo.org/grass/ticket/2734#comment:2">https://trac.osgeo.org/grass/ticket/2734#comment:2</a><br>[3] <a href="http://grass.osgeo.org/download/sample-data/">http://grass.osgeo.org/download/sample-data/</a><br></div></div>