PostGIS: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
Zeile 65: Zeile 65:
 
Siehe [[PostGIS - Tipps und Tricks]]
 
Siehe [[PostGIS - Tipps und Tricks]]
  
=== PostGIS optimieren ===
+
=== Performance Optimierung von PostGIS ===
 
Siehe [[PostGIS optimieren]]
 
Siehe [[PostGIS optimieren]]
  

Version vom 16. Oktober 2011, 20:43 Uhr

PostGIS ist eine Erweiterung (Modul) von PostgreSQL um raumbezogene (geometrische) Funktionen auf Basis der bereits in der Standardversion vorhandenen Datentypen.

Siehe auch:


Dokumentation und Tutorials

Bücher

  • Tyler Mitchell, Web Mapping Illustrated, 2005, 1 Ed., 372 S., O'Reilly, ISBN 0-596-00865-1 (das zurzeit einzige Buch über PostGIS)
  • Siehe auch PostgreSQL

Software

PostgreSQL/PostGIS-Daten-Viewer (GIS-Viewer):

PostGIS-Tools von Dritten:

  • PGAT - a graphical interface to PostGIS focused in mapping the geo-spatial operations defined in PostGIS.
  • pgRouting - Routing libary with Shortest Path and Traveling Sales Person algorithms.

PostgreSQL/PostGIS und ArcGIS:

Installation

Siehe PostgreSQL#Installation.

Support

Tipps und Tricks zu PostGIS

Siehe PostGIS - Tipps und Tricks

Performance Optimierung von PostGIS

Siehe PostGIS optimieren