<div dir="ltr">Hi,<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 28, 2015 at 8:54 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Dear Anna Petrášová,<br>
<br>
Thank you for your quick response. I am sorry for being so late in testing your suggestions, I had my vacation.<span class=""><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Vector commands v.what.vect and v.distance do not fill the attribute<br>
column of a point vector.<br>
<br>
</blockquote></blockquote></span>
[..]<span class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<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>
</blockquote>
<br>
I tried similar example, but it seems to work for me, perhaps you could<br>
send us reproducible example which uses North Carolina sample datatset?<br>
</blockquote>
<br></span>
I did not mention that I am using Postgres database.<br>
Anyway, now I tested v.what.vect so that I exported vectors 'geology' and 'schools' from the NC GRASS 7 subset using ESRI_Shapefile format.<br>
Then I created Postgres DB 'nc_basic', connected to the DB and imported these two vectors, added column 'geology' to the table 'schools', and updated the attribute 'geology'. Everything works fine.<br>
<br>
Now I exported my test vectors 'stand' (area, 1 polygon) and 'samples' (191 points) from my location/mapset using ESRI_Shapefile format and imported to the nc_basic_spm_grass7/user1 mapset.<br>
<br>
v.what.vect --verbose map=samples@user1 column=idr_id query_map=stand@user1 query_column=idr_id<span class=""><br>
Finding nearest features...<br>
Update vector attributes...<br>
191 categories - no nearest feature found<br></span>
191 categories read from the map<br>
191 categories exist in the table<br>
191 categories read from the map exist in the table<br>
v.distance complete. 191 records updated.<br>
<br>
Attached you will find the tar-file of these vectors in the ESRI Shapefile format and the screenshot of these data in the nc_basic_spm_grass7/user1 mapset.<br>
<br>
Could it be that some colum-names are too long in the attribute tables?<br></blockquote><div><br></div><div>it took me a while to figure out the problem, but it's because your samples are 3D and the stand vector is not. If you convert the samples to 2d with v.to.3d, then it will work.</div><div><br></div><div>Cheers,</div><div><br></div><div>Anna </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
With best wishes,<br>
<br>
Andres<br>
<br>
<br>
----------------<div class="HOEnZb"><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
The OS is OpenSUSE-13.1, 3.11.10-25-desktop, x86_64.<br>
The problem is there in:<br>
<br>
GRASS-7.0.0-2.42 from the repository<br>
<a href="http://download.opensuse.org/repositories/Application:/Geo/openSUSE_13.1" rel="noreferrer" target="_blank">http://download.opensuse.org/repositories/Application:/Geo/openSUSE_13.1</a><br>
<br>
GRASS-7.1 SVN r65785M<br>
(GRASS GIS 7.1.svn r65785M compilation log: No errors detected.)<br>
<br>
GRASS-7.0 SVN r58582.<br>
<br>
An old svn-version of 7.0 did the work (r51370):<br>
v.what.vect ...<br>
Finding nearest feature..<br>
Finding nearest areas...<br>
Update vector attributes...<br>
2837 categories - no nearest feature found<br>
23679 categories read from the map<br>
23679 categories exist in the table<br>
23679 categories read from the map exist in the table<br>
v.distance complete. 23679 records updated.<br>
<br>
20842 points have got the attribute.<br>
<br>
<br>
Andres Kuusk<br>
Tartu Observatory, Estonia</blockquote></blockquote>
</div></div></blockquote></div><br></div></div>