Category: Database
At this time of writing, Microsoft SQL Server 2019 does not support Ubuntu 22.04. But if you are Ubuntu 22.04 user, there is another way to install SQL Server in your OS, by using Docker.…
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…