<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=windows-1255"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 05/27/2010 12:13 AM, whollycow wrote:
<blockquote cite="mid:1274908419566-5105804.post@n2.nabble.com"
 type="cite">Is anyone aware of a function equivalent to "Near" in
ArcGIS?
(see <a moz-do-not-send="true"
 href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Near_%28Analysis%29"
 target="_top" rel="nofollow" link="external">http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Near_(Analysis)</a>
for reference)
I have been searching all day and haven't come across anything quite
like it. It seems like such basic functionality I would be surprised if
someone hasn't already coded a solution.
  <br>
</blockquote>
<br>
The GRASS module v.distance should do what you want (available in
QGIS's GRASS toolbox). You'll probably also need the v.db.addcol module
to prepare relevant columns in the first point vector's attrib table
for the feature_id, x, y, dist, etc. of the nearest features in the
second vector.<br>
<br>
-- <br>
Micha<br>
<blockquote cite="mid:1274908419566-5105804.post@n2.nabble.com"
 type="cite">
  <hr width="300" align="left">View this message in context: <a
 moz-do-not-send="true"
 href="http://osgeo-org.1803224.n2.nabble.com/QGIS-Near-tp5105804p5105804.html">QGIS
"Near"</a><br>
Sent from the <a moz-do-not-send="true"
 href="http://osgeo-org.1803224.n2.nabble.com/qgis-user-f2036571.html">qgis-user
mailing list archive</a> at Nabble.com.<br>
  <br>
This mail was received via Mail-SeCure System.<br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>

This mail was received via Mail-SeCure System.


  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Micha Silver
<a class="moz-txt-link-freetext" href="http://www.surfaces.co.il/">http://www.surfaces.co.il/</a>
Arava Development Co.  +972-52-3665918</pre>
</body>
</html>