Hi Ricardo, You could try GRASS module "v.distance" either from Processing or GRASS plugin. There you can use the same layer as a and b input and specify a minimum distance so you don’t calculate distances between the same geometries in both layers. You can also ask for a vector map with the lines that connect the points with the closest neighbour...
Cheers Stefan -----Original Message----- From: Qgis-user [mailto:[email protected]] On Behalf Of Havard Tveite Sent: torsdag 1. desember 2016 12.58 To: [email protected] Subject: Re: [Qgis-user] DISTANCE TO NEAREST POINT MMQGIS does not seem to accept the same layer as source and destination. The NNJoin plugin will calculate the distance to the nearest neighbour and will identify it through its attribute values, but will not help you with the plotting. Håvard On 29. nov. 2016 20:10, Ricardo Thompson wrote: > Good evening, > > I have a vector layer with eight locations and I want to calculate and plot > the distance from each point to the nearest among them. I tried to use MMQGIS > - Create - Hub distance, but nothing really comes out. > > What am I doing wrong? > > Thanks! > > Ricardo > _______________________________________________ > Qgis-user mailing list > [email protected] > List info: http://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user > -- Håvard Tveite Department of Mathematical Sciences and Technology, NMBU Drøbakveien 31, POBox 5003, N-1432 Ås, NORWAY Phone: +47 67231548 Fax: +47 64965401 http://www.nmbu.no/imt/ _______________________________________________ Qgis-user mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user _______________________________________________ Qgis-user mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
