← Technology & inventions Technology & inventions · Advanced English

PostGIS

Geospatial extension for the PostgreSQL Database

2 min
estimated reading
5
complete sections
14.92
algorithmic grade estimate

Before you read

Use the article and the local dictionary together

The complexity label is calculated from sentence length and syllable estimates; it is guidance, not an assessment of you. Open any highlighted word below for its full local dictionary page.

Words
332
Native text
2865 characters
Dictionary match
58%
Revision
1327052703 · 2025-12-12T09:21:16Z
Key vocabulary

Words to check before reading

Overview

PostGIS ( ) is an open source software program that adds support for geographic objects to the PostgreSQL object-relational database. PostGIS follows the Simple Features for SQL specification from the Open Geospatial Consortium (OGC). PostGIS is implemented as a PostgreSQL external extension.

Features

* Geometry types for Points, LineStrings, Polygons, MultiPoints, MultiLineStrings, MultiPolygons, GeometryCollections, 3D types TINS and polyhedral surfaces, including solids. * Spheroidal types under the geography datatype Points, LineStrings, Polygons, MultiPoints, MultiLineStrings, MultiPolygons and GeometryCollections. * raster type - supports various pixel types and more than 1000 bands per raster.

Since PostGIS 3, is a separate PostgreSQL extension called postgis_raster. * SQL/MM Topology support - via PostgreSQL extension postgis_topology. * Spatial predicates for determining the interactions of geometries using the 3x3 DE-9IM (provided by the GEOS software library). * Spatial operators for determining geospatial measurements like area, distance, length and perimeter. * Spatial operators for determining geospatial set operations, like union, difference, symmetric difference and buffers (provided by GEOS). * R-tree-over-GiST (Generalized Search Tree) spatial indexes for high speed spatial querying. * Index selectivity support, to provide high performance query plans for mixed spatial/non-spatial queries. The PostGIS implementation is based on "light-weight" geometries and indexes optimized to reduce disk and memory footprint.

Using light-weight geometries helps servers increase the amount of data migrated up from physical disk storage into RAM, improving query performance substantially. PostGIS is registered as "implements the specified standard" for "Simple Features for SQL" by the OGC. PostGIS has not been certified as compliant by the OGC.

History

Refractions Research released the first version of PostGIS in 2001 under the GNU General Public License. After six release candidates, a stable "1.0" version followed on 19 April 2005. In 2006 the OGC registered PostGIS as "implement ing the specified standard" for "Simple Features for SQL".

Users

Many software products can use PostGIS as a database backend, including: * ArcGIS (via GISquirrel, ST-Links SpatialKit, ZigGIS, ArcSDE and other third-party connectors) * Cadcorp SIS * Carto * CockroachDB * GeoMedia (via third-party connectors) * GeoServer (GPL) * GeoNetwork (GPL) * GRASS GIS (GPL) * gvSIG (GPL) * Kosmo (GPL) * Manifold System * MapInfo Professional * Mapnik (LGPL) * MapServer (BSD) * Maptitude * MapGuide (LGPL) * OpenJUMP (GPL) * OpenStreetMap * QGIS (GPL) * SAGA GIS (GPL) * TerraLib (LGPL) * TerraView (GPL) * uDig (LGPL)

See also

* Well-known text and binary, descriptions of geospatial objects used within PostGIS * DE-9IM, the Dimensionally Extended nine-Intersection Model used by PostGIS

Technology & inventions

Continue with related local reading