PostGIS: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
Zeile 23: Zeile 23:
 
** [http://giswiki.org/wiki/PostGIS_Tutorial PostGIS-Tutorial (de)] - von GISWiki.org
 
** [http://giswiki.org/wiki/PostGIS_Tutorial PostGIS-Tutorial (de)] - von GISWiki.org
 
* Verschiedenes:
 
* Verschiedenes:
 +
* FAQ zu PostGIS: Siehe [[PostGIS - Tipps und Tricks]] und [http://www.postgis.org/support/wiki/ PostGIS Wiki] mit 'Newbie Questions'.
 
** [http://www.bostongis.com/postgis_quickguide.bqg?outputformat=PDF Quickguide/Cheatsheet] from BostonGIS
 
** [http://www.bostongis.com/postgis_quickguide.bqg?outputformat=PDF Quickguide/Cheatsheet] from BostonGIS
 
** [http://www.gim-international.com/files/productsurvey_v_pdfdocument_14.pdf Vergleich von räumlichen Datenbanken] - IBM DB2, MySQL, Oracle Spatial, PostGIS
 
** [http://www.gim-international.com/files/productsurvey_v_pdfdocument_14.pdf Vergleich von räumlichen Datenbanken] - IBM DB2, MySQL, Oracle Spatial, PostGIS
Zeile 62: Zeile 63:
 
* Siehe auch [[PostgreSQL#Support]].
 
* Siehe auch [[PostgreSQL#Support]].
  
== FAQ zu PostGIS==
 
 
Siehe [[PostGIS - Tipps und Tricks]]. Siehe auch [http://postgis.refractions.net/support/wiki/ PostGIS Wiki] mit 'Newbie Questions'.
 
  
 
[[Kategorie:Software]]
 
[[Kategorie:Software]]

Version vom 3. Dezember 2010, 00:09 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