mpadge / spatialcluster

spatially-constrained clustering in R
https://mpadge.github.io/spatialcluster/
30 stars 6 forks source link

spatial input #6

Closed mpadge closed 3 years ago

mpadge commented 6 years ago

Needs to accept both sf and sp

mpadge commented 3 years ago

Nah, that just raises questions of what the objects would be that were being clustered? What if linestrings were submitted - would clustering then be performed based on the linestrings? Or based on the points of which they are composed? Better to leave it to users to first extract representative and simple coordinates for each object to be clustered, and submit those.