[Qgis-user] Drop the points and show only clusters

Simon Dietmann simon.dietmann at pgnu.de
Fri Jan 28 00:53:20 PST 2022


Hi Krishna,
 
you could also use the field calculator to create a Boolean field with the overlay_nearest function, like:
 
overlay_nearest( '<name_of_same_point_layer>' ,  max_distance:= 1000)
 
This will generate a field that contains a ‘1’ if the point has a neighbour within the given distance and a ‘0’ if not. Then show only points that have a ‘1’ in this field.
 
Greetings,
 
Simon
 
Von: Qgis-user <qgis-user-bounces at lists.osgeo.org> Im Auftrag von krishna Ayyala
Gesendet: Freitag, 28. Januar 2022 05:12
An: qgis-user <qgis-user at lists.osgeo.org>
Betreff: Re: [Qgis-user] Drop the points and show only clusters
 
Helo
I watched the video in the weblink below. I was able to get up to the layer styling step. But,I am unable to figure out how to accomplish this task. I am herewith attaching the sample data of 1000 points.  Can anyone  please guide me the steps so that  I will have  only those points that are within 1000ft of each other and drop the rest of the points?
 
Regards.
 
https://anitagraser.com/2017/06/13/even-more-aggregations-qgis-point-cluster-renderer/


On 28/01/22 09:25, krishna Ayyala wrote:
> Hello,
> I have a point shape with about 10,000 points. On the map, I wish to 
> show only those points that are within 1000ft of each other and drop 
> the rest of the points. All I am trying to see is only the clusters. 
> Can anyone help please?
>
> Regards.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20220128/6901ffcc/attachment.html>


More information about the Qgis-user mailing list