PostGIS: Unterschied zwischen den Versionen
Aus Geoinformation HSR
Stefan (Diskussion | Beiträge) |
Stefan (Diskussion | Beiträge) K |
||
(42 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | PostGIS ist eine Erweiterung ( | + | PostGIS ist eine Erweiterung (Extension) von [[PostgreSQL]] um raumbezogene (geometrische) Funktionen auf Basis der bereits in der Standardversion vorhandenen Datentypen. |
Siehe auch: | Siehe auch: | ||
− | * [[PostGIS - Tipps und Tricks]] und [[GISpunkt-Seminar PostGIS]] | + | * [[PostGIS - Tipps und Tricks]] und [[PostGIS-Beispiele]] |
− | * [[PostgreSQL]] und [[PostgreSQL - Tipps und Tricks]] | + | * Kurse: [[Kurs PostGIS]] und [[GISpunkt-Seminar PostgreSQL für Fortgeschrittene]] |
+ | * [[Geoprocessing mit PostGIS]] u.a. mit dem [[PostGIS Terminal]] | ||
+ | * [[PostgreSQL]]: | ||
+ | ** [[PostgreSQL-PostGIS-Höck]] | ||
+ | ** [[PostgreSQL]] und [[PostgreSQL - Tipps und Tricks]] | ||
+ | * [[HSR Spatial Database Benchmark]] | ||
− | == | + | == Dokumentation und Tutorials == |
− | |||
* PostGIS auf Refractions Ltd., Canada: | * PostGIS auf Refractions Ltd., Canada: | ||
− | ** [http://postgis. | + | ** [http://www.postgis.org PostGIS Homepage] (en) |
− | ** [http://postgis. | + | ** [http://www.postgis.org/docs/ PostGIS Manual (html, en)], [http://postgis.refractions.net/documentation All PostGIS Manuals (.pdf, en)] |
− | ** [http://postgis. | + | ** [http://trac.osgeo.org/postgis/wiki/UsersWikiMain PostGIS Wiki] |
− | * [http://openjump.org/PostGIS_Tutorial.pdf PostGIS-Tutorial (Grundlagen) (de)] - von openjump.org | + | * Tutorials: |
− | * [http://giswiki.org/wiki/PostGIS_Tutorial PostGIS-Tutorial (de)] - von GISWiki.org | + | ** [http://trac.osgeo.org/postgis/wiki/UsersWikiTutorials Tutorials on OsGeo's PostGIS Wiki], see especially this [http://workshops.opengeo.org/postgis-intro/ new "PostGIS Intro] (2013) |
− | * [http://www.gim-international.com/files/productsurvey_v_pdfdocument_14.pdf Vergleich von räumlichen Datenbanken] - IBM DB2, MySQL, Oracle Spatial, PostGIS | + | ** [http://openjump.org/PostGIS_Tutorial.pdf PostGIS-Tutorial (Grundlagen) (de)] - von openjump.org |
− | * [http://blog.mollusca.ch/2008/10/16/grails-spatial-data-postgis PostGIS and Grails/Spring/Hibernate (Blogeintrag)] | + | ** [http://www.fossgis.de/konferenz/wiki/Einf%C3%BChrung_in_Geodatenbanken_mit_PostGIS Einführung in Geodatenbanken mit PostGIS (de)] - von s. Holl, Intevation, FOSSGIS-Workshops 2009 |
+ | ** [http://giswiki.org/wiki/PostGIS_Tutorial PostGIS-Tutorial (de)] - von GISWiki.org | ||
+ | * 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.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)] | ||
== Bücher == | == Bücher == | ||
− | * Tyler Mitchell, Web Mapping Illustrated, 2005, 1 Ed., 372 S., O'Reilly, ISBN 0-596-00865-1 (das einzige Buch über PostGIS) | + | * 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]] | * Siehe auch [[PostgreSQL]] | ||
Zeile 25: | Zeile 35: | ||
PostgreSQL/PostGIS-Daten-Viewer (GIS-Viewer): | PostgreSQL/PostGIS-Daten-Viewer (GIS-Viewer): | ||
* [http://www.qgis.org/ QGIS/QuantumGIS] - kann auch Postgis Daten editieren | * [http://www.qgis.org/ QGIS/QuantumGIS] - kann auch Postgis Daten editieren | ||
− | * [ | + | * [[UDig]] |
* [http://www.gdv-mapbuilder.de/sc_down.html GDV Spatial Commander 0.9.008] | * [http://www.gdv-mapbuilder.de/sc_down.html GDV Spatial Commander 0.9.008] | ||
* [[OpenJUMP]] | * [[OpenJUMP]] | ||
Zeile 41: | Zeile 51: | ||
** ESRI-Artikel [http://www.esri.com/news/podcasts/transcripts/introducingarcsdeimplementationforpostgresql.pdf 'Introducing ArcSDE Implementation for PostgreSQL (Transcript)'] (pdf). | ** ESRI-Artikel [http://www.esri.com/news/podcasts/transcripts/introducingarcsdeimplementationforpostgresql.pdf 'Introducing ArcSDE Implementation for PostgreSQL (Transcript)'] (pdf). | ||
* [http://code.google.com/p/ziggis/ ziggis] - PostGIS connector for ArcGIS. | * [http://code.google.com/p/ziggis/ ziggis] - PostGIS connector for ArcGIS. | ||
+ | * [http://avpgcon.sourceforge.net/ ArcView PostGIS Connection Extension] (Stand 2006?) | ||
== Installation == | == Installation == | ||
Zeile 46: | Zeile 57: | ||
Siehe [[PostgreSQL#Installation]]. | Siehe [[PostgreSQL#Installation]]. | ||
− | == | + | == Support == |
− | + | * [http://www.postgres-support.ch www.postgres-support.ch] | |
+ | * [http://www.postgis.org/support/ 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]] | ||
− | + | [[Kategorie:Software]] | |
− | + | [[Kategorie:Datenbanksysteme]] | |
− | + | [[Kategorie:OpenSource]] | |
− | + | [[Kategorie:PostGIS]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Kategorie: |
Aktuelle Version vom 1. September 2016, 07:30 Uhr
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
Inhaltsverzeichnis
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