0. π₯οΈ Installation
Install from source
git clone --recursive https://github.com/geodacenter/postgeoda
cd postgeoda
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make installDependencies
Enabling PostGeoDa
CREATE EXTENSION postgeoda;Last updated