SQL Server 2008 Spatial Clustering

Posted by illvm on Stack Overflow See other posts from Stack Overflow or by illvm
Published on 2010-05-05T20:44:41Z Indexed on 2010/05/05 20:48 UTC
Read the original article Hit count: 423

I am trying to group points of geospatial data based on density and relative distance. Is there a way that this can be done in SQL Server 2008 using the spatial features or would it be better to translate the data into graph data and use a graph clustering algorithm?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about geospatial