Installation

Install with pip

Install with pip:

python -m pip install geo-adjacency

The guts of geo-adjacency depends on Scipy, and the QHull library.

Build from Source

If you are a developer, you may want to build from the source. geo-adjacency is built with Poetry. Installation of Poetry is covered here.

git clone git@github.com:asmyth01/geo-adjacency.git
cd geo-adjacency
poetry install

Or use build

git clone git@github.com:asmyth01/geo-adjacency.git
cd geo-adjacency
python -m build .