About 797,000 results
Open links in new tab
  1. How do I add PostGIS to PostgreSQL pgAdmin? - Stack Overflow

    Jul 27, 2014 · I've got PostgreSQL and pgAdmin installed, but I want to add a PostGIS server so I could work on a Geographic Informations System project. I'm following this tutorial, which …

  2. installation - Installing PostGIS on Windows - Geographic …

    I want to create an application platform based on PostGIS data. I read the documentation where I saw the prerequisite to install GEOS, GDAL and Proj4. The main problem is I am using …

  3. Creating simple front-end for PostGIS database

    PostGIS + GeoServer + Something else? What other options are available that I should research? A simple but functional solution would be preferred initially: if I can put together a basic …

  4. Installing PostGIS extension to PostgreSQL with Stack Builder

    Dec 7, 2021 · 0 I am trying to add the PostGIS extension to PostgreSQL. My efforts to add it to my existing Postgres application failed, so I uninstalled and reinstalled it. I used the EDB installer. …

  5. What is the difference between PostGIS and PostgreSQL?

    Aug 6, 2018 · PostGIS is an extension to the PostgreSQL object-relational database system which allows GIS (Geographic Information Systems) objects to be stored in the database.

  6. How do I install postgis on a postgres container running on docker ...

    Jun 23, 2023 · Here's my recommendation. For just PostgreSQL with Postgis Assuming you are on Linux or Mac, create a directory called gis using mkdir gis and go into the directory by doing …

  7. Why is installing PostGIS 3 on RHEL 8 / CentOS 8 impossible?

    Oct 16, 2019 · I am attempting to install the latest PostGIS 3.0.x on CentOS 8, with no luck. I don't think anyone is running PostGIS on RHEL 8 or CentOS 8, I can't understand why not. It does …

  8. postgresql - Loading Shapefiles into PostGIS using shapefile …

    I am a complete beginner with PostGIS. I've started learning it using the tutorials provided by Boundless. In section 4 of this tutorial where I want to import shapefile in PostGIS, I do not …

  9. PostGIS installation in PostgreSQL 17 - Geographic Information …

    Oct 3, 2024 · I want to install PostGIS with the Stack Builder 4.2.1 for PostgreSQL 17. However, I dont have the option of choosing PostGIS. The category "spatial extension" is …

  10. postgis - PostgreSQL Shapefile import failed - Geographic …

    Apr 13, 2017 · I am very new to PostGIS/PostgreSQL. In fact, I downloaded it because of the answers I got to this question: Distance between centroid and farthest point of polygon I …