Skip to main content

Questions tagged [clustering]

Partitioning data points into subsets of objects according to their mutual "similarity," without using preexisting knowledge such as class labels.

0 votes
0 answers
21 views

Is it possible with Orfeo to perform a clustering segmentation base method ? As far as i understood, with orfeo, we can perform several methods : region, edge, threshold (Mean shift), Connected ...
user35117's user avatar
  • 1,106
0 votes
0 answers
55 views

I would like to create clusters of line data (geometry) for sampling, the geometry would be connected within each cluster. So far I’ve thought of: Create a bounding polygon > split it into X ...
jerryl's user avatar
  • 1
3 votes
1 answer
223 views

At QGIS 3.40.4, I have a point layer containing 1,000+ records, shown here: I need to 1) identify where those points are clustered, and then 2) create an output point layer containing the centroid of ...
Stu Smith's user avatar
  • 7,938
0 votes
0 answers
40 views

I am using QGIS and I have a cluster of say 1000 points. I want to cluster these points such that all points which are within 200 m of each other will be part of the cluster but with the constraints ...
Akhilesh jj's user avatar
2 votes
1 answer
92 views

This earlier post was really helpful: Cluster symbol color based on categorised variables But I would have an additional requirement: If the points are from mixed classes then @cluster_color will be ...
user287604's user avatar
3 votes
1 answer
111 views

I have more than 10,000 points in one layer. All these points have a set of fields, one of which is "Item", which contains the object's name, for example (tree names like OAK, Maple, Apple, ...
Ferrol van Hoeven's user avatar
0 votes
0 answers
53 views

I want to cluster a point layer so that the internal sum of a numeric column (in this case, 'ebw_totale') within each cluster does not exceed 220. How can I do this with the modeler in QGIS?
Lorenzo's user avatar
  • 83
2 votes
0 answers
55 views

I am attempting to write a function which will use PostGIS to group geometric points based off the bounding box passed to the function. I created the following table: CREATE TABLE items ( id ...
Mick's user avatar
  • 21
1 vote
0 answers
44 views

I've configured cluster symbols for point features, utilizing the "Assistant" sizing method linked to a specific attribute. However, when multiple features form a cluster, the symbol size is ...
hamid barati's user avatar
0 votes
1 answer
210 views

I have an interactive map made with Leaflet. The principle is as follows: I have a filter box that should allow me to filter the map by feature. With checkboxes, it works, but as soon as I replace &...
blogob's user avatar
  • 329
1 vote
0 answers
59 views

I want each cluster to have 25 items, the final cluster which has the leftover points can have less than 25 items. I have tried the following (where 75,000 m is an arbitrarily large distance): -- ...
Ray92's user avatar
  • 111
0 votes
1 answer
569 views

I have a map project made on MaplibreGl. It's a map with a list on the left, as in the mapbox example, clusters, and a filter based on radio buttons. In this project, I'd like to be able to color ...
blogob's user avatar
  • 329
2 votes
1 answer
47 views

Here is my code: -- By area id with nta_clusters as ( select *, ST_ClusterKMeans(st_transform("centerPoint",24313), 1 ,5000) OVER (partition by "areaID" order by "ID")...
analyst92's user avatar
  • 889
0 votes
0 answers
146 views

Searching for point density yields several threads on this website but none shed light on the problem I want to tackle. So, here goes… I have a decent number of points, about ~500K, that I would like ...
punkish's user avatar
  • 287
1 vote
0 answers
113 views

I am using QGIS to map animal counts on farms in the Midwest US and using a circle polygon to show where there are more than 30,000 animals between all the farms in that specific area. Each data point ...
Ryan Whalen's user avatar

15 30 50 per page
1
2 3 4 5
41