This repository is an implementation of the spatial clustering algorithm DBSCAN in Python.
CPSC 5210 Research Project at the University of Tennessee at Chattanooga.
- Add Point Class
Install the Python Package Index
sudo apt-get install python-pip
Install the C++ libspatialindex library
sudo apt-get install libspatialindex-dev
Install RTree package
sudo pip install Rtree