C++ Hilbert R-Tree implementation
Dependencies:
- Hilbert Compact Index: https://web.cs.dal.ca/~chamilto/hilbert/ . The project uses v0.2-1
- Boost library version >= 1.48 http://www.boost.org/doc/libs/1_48_0/
- CMake http://www.cmake.org/
Build instructions:
- Consider $ROOT_DIR the path to the root source directory.
- Create a folder where you want the build files to be placed $BUILD_DIR
- $> cd
$BUILD_DIR $ > cmake$ROOT_DIR $ > make $> ./test/main_test #To run all the tests.