spatialindex provides a general framework for developing spatial indices.
spatialindex provides a general framework for developing spatial indices. Currently it defines generic interfaces, provides simple main memory and disk based storage managers and a robust implementation of an R*-tree, an MVR-tree and a TPR-tree.
spatialindex provides a general framework for developing spatial indices. Currently it defines generic interfaces, provides simple main memory and disk based storage managers and a robust implementation of an R*-tree, an MVR-tree and a TPR-tree.
To install spatialindex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install spatialindex
To see what files were installed by spatialindex, run:
port contents spatialindex
To later upgrade spatialindex, run:
sudo port selfupdate && sudo port upgrade spatialindex
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.