PostGIS
(Weitergeleitet von Postgis)
Zur Navigation springen
Zur Suche springen
PostGIS ist eine Erweiterung (Extension) von PostgreSQL um raumbezogene (geometrische) Funktionen auf Basis der bereits in der Standardversion vorhandenen Datentypen.
Siehe auch:
- PostGIS - Tipps und Tricks und PostGIS-Beispiele
- Kurse: Kurs PostGIS und GISpunkt-Seminar PostgreSQL für Fortgeschrittene
- Geoprocessing mit PostGIS u.a. mit dem PostGIS Terminal
- PostgreSQL:
- HSR Spatial Database Benchmark
Dokumentation und Tutorials
- PostGIS auf Refractions Ltd., Canada:
- Tutorials:
- Tutorials on OsGeo's PostGIS Wiki, see especially this new "PostGIS Intro (2013)
- PostGIS-Tutorial (Grundlagen) (de) - von openjump.org
- Einführung in Geodatenbanken mit PostGIS (de) - von s. Holl, Intevation, FOSSGIS-Workshops 2009
- PostGIS-Tutorial (de) - von GISWiki.org
- Verschiedenes:
- FAQ zu PostGIS: Siehe PostGIS - Tipps und Tricks und PostGIS Wiki mit 'Newbie Questions'.
- Quickguide/Cheatsheet from BostonGIS
- Vergleich von räumlichen Datenbanken - IBM DB2, MySQL, Oracle Spatial, PostGIS
- PostGIS and Grails/Spring/Hibernate (Blogeintrag)
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):
- QGIS/QuantumGIS - kann auch Postgis Daten editieren
- UDig
- GDV Spatial Commander 0.9.008
- OpenJUMP
- Plugin für ArcGIS
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:
- Ab ArcGIS Server 9.3, ArcSDE, gibt es Support für PostgreSQL 8.3.0 (und PostGIS 1.3.2) (Note: At ArcGIS 9.2, ArcSDE is now known as 'ArcSDE technology' and is included with both the 'ArcGIS Desktop' and 'ArcGIS Server' products).
- Es gibt zwei aus ArcGIS unterstützte Geometrie-Typen, 1. ST_Geometry spatial type (default, proprietäres komprimiertes Shape-Format) und 2. PostGIS spatial type (im dokumentierten WKB-Format). Wir empfehlen, PostGIS zu installieren und den ST_Geometry-Default zu ändern auf den PostGIS type.
- Sammlung von nützlichen Blogs zu 'Postgisarcgis' im PostGIS Wiki
- Zusammenfassender Blog: http://geobabble.wordpress.com/2008/08/21/using-arcsde-93-with-postgresql-part-35/
- ESRI-Artikel 'Introducing ArcSDE Implementation for PostgreSQL (Transcript)' (pdf).
- ziggis - PostGIS connector for ArcGIS.
- ArcView PostGIS Connection Extension (Stand 2006?)
Installation
Siehe PostgreSQL#Installation.
Support
- www.postgres-support.ch
- postgis.org, u.a. mit Mailingliste und Suche.
- Siehe auch PostgreSQL#Support.
Tipps und Tricks zu PostGIS
Siehe PostGIS - Tipps und Tricks
Performance Optimierung von PostGIS
Siehe PostGIS optimieren