PostGIS: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Dokumentation und Tutorials)
(Dokumentation und Tutorials)
Zeile 25: Zeile 25:
 
** [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
 
** [http://blog.mollusca.ch/2008/10/16/grails-spatial-data-postgis PostGIS and Grails/Spring/Hibernate (Blogeintrag)]
 
** [http://blog.mollusca.ch/2008/10/16/grails-spatial-data-postgis PostGIS and Grails/Spring/Hibernate (Blogeintrag)]
 +
** "Geoprocessing von Massendaten in PostGIS", FOSSGIS2010. [http://www.fossgis.de/konferenz/2010/events/107.de.html].
  
 
== Bücher ==
 
== Bücher ==

Version vom 4. März 2011, 18:45 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