17. Module: Conceptos de Bases de Datos Espaciales con 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.
También hay algunos tutoriales extensos sobre PostGIS y base de datos espaciales disponibles de Boundless Geo:
Introducción a PostGIS <http://workshops.boundlessgeo.com/postgis-intro/>`_
Concejos y trucos de Base de datos espacial <http://workshops.boundlessgeo.com/postgis-spatialdbtips/>`_
Ver también PostGIS en línea <http://postgisonline.org/>
- 17.1. Configurar PostGIS ILSI
- 17.2. Modelo de Caracteristica SImple ILSI
- 17.3. Lesson: Importar y Exportar
- 17.4. Consultas Espaciales ILSI
- 17.5. COnstruccion Geometrica ILSI
- 17.5.1. Creando linestrings
- 17.5.2. Try Yourself
- 17.5.3. Crear Polígonos
- 17.5.4. Exercise: Linking Cities to People
- 17.5.5. Looking at Our Schema
- 17.5.6. Try Yourself
- 17.5.7. Access Sub-Objects
- 17.5.8. Data Processing
- 17.5.9. Corte
- 17.5.10. Building Geometries from Other Geometries
- 17.5.11. Limpieza de Geometría
- 17.5.12. Diferencias entre tablas
- 17.5.13. Tablespaces
- 17.5.14. In Conclusion