Install PostGIS on MAC OS
In this tutorial, I will show you how to install PostGIS on MAC OS. I am going to use brew to install PostGIS on Mac.
PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL.
So, let’s get started.
Read Also: How to install PostgreSQL 10 on Mac OS
Read Also: How to install PostgreSQL 11 on Mac OS
Install PostGIS
Now its time to install PostGIS. Just execute the following command.
$ brew install postgis
The above command will install the latest version of PostGIS automatically.
Leave a Reply