Skip to main content

Questions tagged [spatial-cluster]

Use this tag when referring to spatial clustering in GIS.

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
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
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
0 votes
0 answers
29 views

I've a layer styled with PointStack and I want to know when I click on a stacked marker, if the cluster is made by point with all the same lat and lng or not. So I'm trying to use the countunique ...
user2880516's user avatar
3 votes
0 answers
388 views

I want to implement clustering points like here in the last example(with big and small points): https://www.crunchydata.com/blog/postgis-clustering-with-dbscan I have a table in PostgreSQL with ...
hifichevymane's user avatar
-1 votes
1 answer
175 views

I have a layer of buildings (points). I would like cluster as many of them as I can around a common point in space in such a way that all the members of each cluster have a maximum distance of 100 m ...
Luís Macedo's user avatar
0 votes
1 answer
370 views

I would like, if possible, to add a condition to the “kmeans” function. The condition is that all centers of final clusters must have values from a given raster, and thus, should not contain any NAs. ...
Marine's user avatar
  • 15
-1 votes
1 answer
539 views

I have a dataset of 488 GPS points which I would like to break up into small clusters. The maximum number of points per cluster should be 3. I have tried the K-means clustering tool in Vector Analysis,...
bellbyrne's user avatar
2 votes
0 answers
192 views

i'm doing a paper for university and i'm having problems with statistical analysis in QGIS (v.3.28). i have two sets of waypoints (nests) from two different years plotted on a beach in QGIS. visually ...
aaaastayinalive's user avatar
0 votes
0 answers
444 views

I've got a sld globally inspired by those posts (and a lot of others): GeoServer – Creating Stacked Points GeoServer Point Stacker: does identify work on non-clustered points? Point Stacker in ...
FloCAD's user avatar
  • 143
0 votes
1 answer
241 views

I am getting the error: In matrix(values, nrow = ncell(x), ncol = nlayers(x)) : data length [6691] is not a sub-multiple or multiple of the number of rows [25628]. In reaction to knr <- setValues(...
Aaron_Elph's user avatar
0 votes
2 answers
433 views

I want to multiply two rasters (one has 25 images, and the second raster has 1 image). I am using the loop function for multiplication. But I am not getting the results. library(raster) library(rgdal) ...
user221527's user avatar
1 vote
0 answers
191 views

Having many points that belong to different classes (in the example below 9), I would like to split the region into multiple segments. In QGIS, the majority/minority tool does the job. In Python, ...
Niko Gamulin's user avatar
0 votes
1 answer
220 views

I have a problem in making distance meter parameters for the DBSCAN tool. The problem is that I don't know the eps unit to use and how to change it to meters to be a parameter. Here's the Python ...
dimas putra's user avatar
7 votes
2 answers
633 views

I have a large area divided into three parts. Each of these parts is divided into smaller parts. Each part contains an amount of biomass that can be cut and sold. The total amount of biomass in the ...
Frodo's user avatar
  • 2,507

15 30 50 per page
1
2 3 4 5
7