0. πŸ–₯️ Installation

Install from source

With git, cmake and build essential tools on Linux and Mac OS, one can build and install PostGeoDa extension from source:

git clone --recursive https://github.com/geodacenter/postgeoda
cd postgeoda
mkdir build
cd build

cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install

Dependencies

PostGeoDa has no dependencies.

Enabling PostGeoDa

After installation, you need to enable PostGeoDa in each database that you want to use. Run the following SQL when you connect to your database:

CREATE EXTENSION postgeoda;

Last updated

Was this helpful?