Category: Database
This short article will learn how to install PostGIS on Ubuntu 22.04. Ubuntu 22.04 is the latest LTS version of Ubuntu. I have written a similar article to install and configure PostGIS on Ubuntu 20.04.…
If you are looking for a spatial database solution, you may want to consider the Microsoft SQL Server 2019. It is a great database system that works very well with many GIS software. For example,…
PostGIS is a free and open-source database solution to store your GIS datasets. It utilize the power of PostgreSQL database server. Actually, the PostGIS is a spatial plugin for PostgreSQL that enables us to save…
In this tutorial, I will guide you on how to install PostGIS on Ubuntu 20.04. In the previous article, I have shown how to install PostGIS on Ubuntu 18.04. I want to update the article…