Tag: postgis
PostGIS is an open-source extension for PostgreSQL that adds support for geographic objects, enabling spatial queries and GIS functionality. Installing PostGIS on Ubuntu 24.10 is straightforward, and this guide will walk you through the process…
If you own Apple Silicon Mac and you want to spin up the PostgreSQL Server, your option could be limited. But don’t worry, with Docker, we can easily install PostgreSQL Server on Mac M1. In…
In my previous article, we learned about how to install PostgreSQL on Debian 12. Now, as a GIS, I want to expand my database server capabilities. PostGIS allows us to store the GIS file formats…
I wrote many tutorials about PostGIS installation on different systems here in this blog. And today, we will learn how to install PostGIS on Ubuntu 22.10. I know that Ubuntu 22.10 is a regular release,…