Getting started with PostGIS

antaradatta3

Antara Datta

Posted on June 19, 2021

Getting started with PostGIS

If you have worked with geospatial data, you might want to harness the power of PostGIS. It is an extension of PostgreSQL which adds spatial ability to your database. Reading, analyzing and processing geospatial files like .shp, .tif etc requires special tools. However, doing SQL operations to achieve the same makes it more consistent for developers.

PostGIS allows to very simply load and query geospatial data from the database for representational purposes.

Refer my original blog here to understand the entire installation process for Windows and Linux and how you can set up PostGIS. Additionally, also learn how you can load and query data in a step-by-step illustration.

💖 💪 🙅 🚩
antaradatta3
Antara Datta

Posted on June 19, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Getting started with PostGIS
postgis Getting started with PostGIS

June 19, 2021