About 85 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 assumes …

  2. installation - Installing PostGIS on Windows - Geographic Information ...

    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 windows platfor...

  3. 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 simply missing. …

  4. Install Postgis in docker container - Stack Overflow

    The postgis extension does not come with vanilla postgres, which does ship with a whole bunch of more general purpose extensions, though nothing notable for geospatial.

  5. What is the purpose of PostGIS on PostgreSQL?

    Jan 6, 2017 · While PostGIS does have it's own rtree-on-gist implementation it's very similar to the one used by PgSQL for its core support of graphical objects for the simple reason that originally we …

  6. How to use postgis geography type with sqlx - Stack Overflow

    May 8, 2025 · 1 I work with geospatial data and want to put it into a (postgres) database with the postgis plugin installed. I know I need the geozero, geo and sqlx crate and also found an example here …

  7. postgresql - Running Create Extension postgis gives ERROR could not ...

    For ubuntu 20.04, postgresql 13.1, run sudo apt install postgis postgresql-13-postgis-3-scripts. After which you can run create extension postgis; postgresql query.

  8. How do I fix missing PostGIS SRIDs in PostgreSQL?

    Mar 30, 2017 · PG::InternalError: ERROR: GetProj4StringSPI: Cannot find SRID (4326) in spatial_ref_sys I know that I enabled the PostGIS extension. How do I fix this?

  9. Newest 'postgis' Questions - Geographic Information Systems Stack …

    Jan 12, 2026 · PostGIS is an extension for the PostgreSQL object-relational database that adds support for geographic objects.

  10. PostGIS - convert multipolygon to single polygon - Stack Overflow

    33 Is it possible to import a shape file containing multipolygons into single polygon in PostGIS? Whenever I try importing a shape file of a polygon, it is stored as a multipolygon (as opposed to a …