
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 …
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...
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. …
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.
postgis - Get the SRID of a geometry field - Stack Overflow
Jun 27, 2014 · I have a table with some geometry types in and need to be able to return the SRID of a given field. How can I do this. I have had a search but all I can find is the function to alter a SRID. In …
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 …
Insert GeoDataFrame with no geometry to PostGIS
Feb 24, 2025 · PostGIS is the spatial column implementation for PostgreSQL. Only the geometry column in the GeoDataFrame would be handled by PostGIS.
sql - PostGIS extension not installing - Stack Overflow
Feb 28, 2021 · CREATE EXTENSION postgis; and it worked so i think it is a problem to do with my specific postgres user
How to get the coordinate system from a PostGIS database?
how to get coordinate of a point from the map to my database (postgresql) i wanted to draw a polygon or line and get the coordinates of this polygons from the oppenstreetmap to my database using javascript
How to get Longitude/Latitude from Geography Data in PostGIS
Nov 3, 2012 · I need the longitude and latitude of the centre of geography data in PostGIS. The format is called EPSG 2206 and the columns in record are "length","shape_area" and "the_geom"