Snippets tagged spatial

  • DBSCAN

    Density-based spatial clustering of applications with noise (DBSCAN) is a data clustering algorithm. For more information see http://en.wikipedia.org/wiki/DBSCAN. The implementation is based on the pseudocode in the article and the following C# code http://www.c-sharpcorner.com/uploadfile/b942f9/implementing-the-dbscan-algorithm-using-C-Sharp/ The implementation is not very functional but does the job. Added pwd by ignorance, the password is "fssnip" (without quotes)

    1 people like this

    Posted: 10 years ago by Samuel Bosch

  • Azimuthal equidistant projection

    Simple and a more optimized implementation of the azimuthal equidistant projection. Input is expected in degrees.

    3 people like this

    Posted: 10 years ago by Samuel Bosch

  • STRTree

    Read-only STRtree backed by NetTopologySuite.Spatial.Index.STRTree

    2 people like this

    Posted: 3 years ago by Swoorup Joshi