.. SPDX-FileCopyrightText: 2021 cusy GmbH
..
.. SPDX-License-Identifier: BSD-3-Clause
PostGIS
=======
`PostGIS `_ is an extension for PostgreSQL that includes
geographic objects and functions. The extension generally implements the `Simple
Feature Access `_ specification of the `Open
Geospatial Consortium `_. Although PostgreSQL already
supports geometry types, these are insufficient for geographic tasks. Therefore,
PostGIS creates its own data types that are better suited for geographic tasks.
The following geometry types are supported:
* OpenGIS with well-known text and well-known binary
* Extended Well-Known Text and Extended Well-Known Binary also with height
information and/or measured values
* SQL/MM with Circularstring, Compoundcurve, Curvepolygon, Multicurve and
Multisurface
`GEOS `_, on the other hand, contains the numerous
spatial functions and operators for geographic data.
Finally, `pgRouting `_ contains routing functions based
on PostGIS.
In the `OpenStreetMap `_ project, PostGIS is
used to render maps with `Mapnik `_.
.. toctree::
:hidden:
:titlesonly:
:maxdepth: 0
install
optimising
load