<div dir="ltr">Thanks Helmut,<div>Actually when I tried to extract only the x and y with following code it throws an error "KeyError: 'x'"</div><div><br></div><div>s = gscript.parse_command(gscript.parse_command('v.report',map='snap_test',option='coor',units='meters')</div><div>print s['x']</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="font-size:12.8px"><b>Best,</b></div><div style="font-size:12.8px"><b>Ang Dawa Sherpa</b></div><div style="font-size:12.8px"><br></div></div></div></div>
<br><div class="gmail_quote">On Thu, Mar 30, 2017 at 3:45 PM, Helmut Kudrnovsky <span dir="ltr"><<a href="mailto:hellik@web.de" target="_blank">hellik@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ang Sherpa wrote<br>
<span class="">> Thanks Johannes,<br>
><br>
> r.stream.snap does not have attribute table attached and throws an error:<br>
> "DB connection for vector map XXX not defined."<br>
><br>
> With this case, it won't be of any good use as coordinate of new snaped<br>
> point cannot be extracted for feeding into "r.water.outlet" - coordinate<br>
> field.<br>
<br>
</span>that's not an error, just a warning.<br>
<br>
there are different ways to get the point coordinates:<br>
<br>
e.g.<br>
<br>
v.report map=mysampleoutlet_snapped@<wbr>user1 option=coor<br>
cat|x|y|z<br>
1|635555|219665|0<br>
<br>
or<br>
<br>
v.db.addtable - Creates and connects a new attribute table to a given layer<br>
of an existing vector map.<br>
v.to.db - Populates attribute values from vector features.<br>
<br>
v.to.db option=coor: point coordinates, X,Y or X,Y,Z<br>
<br>
and some others ....<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
-----<br>
best regards<br>
Helmut<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/snap-pour-point-for-r-water-outlet-tp5314835p5314937.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.<wbr>nabble.com/snap-pour-point-<wbr>for-r-water-outlet-<wbr>tp5314835p5314937.html</a><br>
Sent from the Grass - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/grass-user</a></div></div></blockquote></div><br></div></div>