Tagged Questions
9
votes
1answer
132 views
Compare spatial cluster/agglomeration patterns for polygon data
I have agricultural data in form of polygons which I would like to test for spatial clusterings/spatial agglomerations.
All in all I have about 40 variables which I can aggregate and standardize in ...
4
votes
1answer
195 views
Self organizing maps and spatially Constrained Clustering in R
There are a few algorithms to perform spatial clustering in R but most of them focus on point pattern analysis (for example here). I would like to perform spatial constrained clustering for polygon ...
12
votes
3answers
276 views
How to determine if trees within forest gaps are clustered?
The attached dataset shows approximately 6000 saplings in approximately 50 variable sized forest gaps. I am interested in learning how these saplings are growing within their respective gaps (i.e. ...
10
votes
3answers
2k views
How to cluster spatial data in R?
I am very new to R, so please bear with me : >
I have bunch of data points with latitude and longitude. I want to use R to cluster them based on their distance.
I have already taken a look at this ...
7
votes
3answers
713 views
How to cluster points based on a kernel density?
I have a large dataset with 36k points representing commercial land uses, each with a field containing the square footage. I have run a kernel density analysis on this dataset, producing a raster ...
6
votes
2answers
1k views
Spatial statistics tools : clustering analysis on raster data
I've an apparently simple problem, but i can't find a clear methodology to use.
I'm tasked to delimit "urban areas" by vector convex polygons, using the Gridded Population of the World dataset from ...
