POSTGIS with QGIS
Database Management System for Spatial DataPostGIS 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).
- Geometry types for points, linestrings, polygons, multipoints, multilinestrings, multipolygons and geometrycollections.
- Spatial predicates for determining the interactions of geometries using the 3×3 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 (Generalised Search Tree) spatial indexes for high speed spatial querying.
- Index selectivity support, to provide high performance query plans for mixed spatial/non-spatial queries.
- For raster data, PostGIS WKT Raster (now integrated into PostGIS 2.0+ and renamed PostGIS Raster)
Intro to POSTGIS
- Welcome
- Section 1: Introduction
- Section 2: Installation
- Section 3: Creating a Spatial Database
- Section 4: Loading spatial data
- Section 5: About our data
- Section 6: Simple SQL
- Section 7: Simple SQL Exercises
- Section 8: Geometries
- Section 9: Geometry Exercises
- Section 10: Spatial Relationships
- Section 11: Spatial Relationships Exercises
- Section 12: Spatial Joins
- Section 13: Spatial Joins Exercises
- Section 14: Spatial Indexing
- Section 15: Projecting Data
- Section 16: Projection Exercises
- Section 17: Geography
- Section 18: Geometry Constructing Functions
- Section 19: More Spatial Joins
- Section 20: Validity
- Section 21: Equality
- Section 22: Linear Referencing
- Section 23: Dimensionally Extended 9-Intersection Model
- Section 24: Clustering on Indices
- Section 25: 3-D
- Section 26: Nearest-Neighbour Searching
- Section 27: Tracking Edit History using Triggers
- Section 28: Advanced Geometry Constructions
- Section 29: Tuning PostgreSQL for Spatial
- Section 30: PostgreSQL Security
- Section 31: PostgreSQL Schemas
- Section 32: PostgreSQL Backup and Restore
- Section 33: Software Upgrades
- Appendix A: PostGIS Functions
- Appendix B: Glossary
- Appendix C: License
Manual
Install POSTGIS http://postgis.net/install
GIS Stack Exchange may already have your answer: search before you ask!
YouTube Playlist
Slideshare
LHNAV can assist you with POSTGIS integration with QGIS
Converting data to PostGIS
Setting up Views and Queries and other Training