16. Module: Conceitos sobre Base de Dados Espaciais com PostGIS

Spatial Databases allow the storage of the geometries of records inside a Database as well as providing functionality for querying and retrieving the records using these Geometries. In this module we will use PostGIS, an extension to PostgreSQL, to learn how to setup a spatial database, import data into the database and make use of the geographic functions that PostGIS offers.

While working through this section, you may want to keep a copy of the PostGIS cheat sheet available from Boston GIS user group. Another useful resource is the online PostGIS documentation.

Existem também disponíveis na Boundless Geo alguns tutoriais mais extensos sobre PostGIS e bases de dados espaciais:

See also PostGIS In Action.