PostGIS - Das Wo in der Datenbank: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
"PostGIS - das Wo? in der Datenbank - Verbreitung und Anwendungen".
 
"PostGIS - das Wo? in der Datenbank - Verbreitung und Anwendungen".
  
Vortrag von Stefan Keller und Andreas Neumann an PGDay Europe 2010 in Stuttgart (siehe [[Agenda]]).
+
Vortrag von Stefan Keller und Andreas Neumann an '''PGDay Europe 2010''', 6. bis 8. Dezember 2010, in Stuttgart zum [[PostGIS]].
  
 +
Download/Weblinks:
 +
* Abstract: [http://www.postgresql.eu/events/schedule/pgday2010/session/57-postgis-das-wo-in-der-datenbank/]
 +
* Präsentation(en): Siehe [http://wiki.postgresql.org/wiki/PGDay_Europe_2010_Talks] bzw. kurz http://tinyurl.com/postgis-talk-pgday-europe-2010
 +
* Homepage PGDays: [http://2010.pgday.eu/]
  
Inhalt (Entwurf [[Benutzer:Stefan|Stefan]] 08:23, 23. Okt. 2010 (UTC)):
+
Vorgeschlagene (aber aus Zeitgründen nicht durchgeführte) Birds-of-a-feather (BoF) sessions:
 +
* Benchmarking PostgreSQL and other DBMS: Benchmark suites: Using and enhancing the '[[HSR Texas Spatial Database Benchmark]]', [[Database Benchmark]]
 +
* Tuning PostgreSQL: Configuration helpers: pgtune tool, (others?); Performance issues: datatypes hstore and tsvector; Helping others: Postgres vs. MySQL on Mediawiki; Postgres on OpenStreetMap (= EAV 'schema')
 +
* Postgres replication
 +
* Postgres for the cloud
 +
* Postgres and full text search
 +
* Postgres and On-line Analytical Processing (OLAP)
 +
* Postgres and NoSQL: Concepts and implementations (Column DBs, no schema DBs with hstore, EAV 'schema' issues, distributed databases [http://databasecolumn.vertica.com/database-innovation/mapreduce-a-major-step-backwards/] )
  
* Was ist an Geodaten besonders?
+
[[Kategorie:PostgreSQL]][[Kategorie:PostGIS]]
** CRS, grosse Datenmengen, Konsistenzbedingungen
 
** 2D-, 2.5D-, sowie 3D (und 4D)-Daten.
 
* Vektor und Raster sowie 'mixed'
 
** Ein-/Ausgabe-Formate
 
** Standards OGC Geometrietypen, Simple Features
 
* PostgreSQL/PostGIS
 
** Eigenschaften PostGIS; gutes Abschneiden im "HSR Texas" Geodaten-Benchmark
 
** Geschichte
 
** Installation unter Linux und Windows
 
** Gebrauchs-Beispiel mit SQL
 
* PostGIS als Backend von GIS-Systemen
 
** Verbreitung
 
* GIS-Anwendungsbeispiele
 
** Stadt Uster mit QGIS (Lifedemo)
 
** OSM-in-a-Box
 
* Ausblick
 
** PostGIS Version 2 u.a. mit Raster-Datentyp
 
** Support- und Buchhinweise
 
 
 
 
 
Quellenangaben und Literaturhinweise:
 
* Buch "PostGIS", Regina Obe & ...
 
* "HSR Texas Geodaten-Benchmark": Weblink [[HSR Texas Geo Database Benchmark]].
 

Aktuelle Version vom 17. Juli 2011, 16:54 Uhr

"PostGIS - das Wo? in der Datenbank - Verbreitung und Anwendungen".

Vortrag von Stefan Keller und Andreas Neumann an PGDay Europe 2010, 6. bis 8. Dezember 2010, in Stuttgart zum PostGIS.

Download/Weblinks:

Vorgeschlagene (aber aus Zeitgründen nicht durchgeführte) Birds-of-a-feather (BoF) sessions:

  • Benchmarking PostgreSQL and other DBMS: Benchmark suites: Using and enhancing the 'HSR Texas Spatial Database Benchmark', Database Benchmark
  • Tuning PostgreSQL: Configuration helpers: pgtune tool, (others?); Performance issues: datatypes hstore and tsvector; Helping others: Postgres vs. MySQL on Mediawiki; Postgres on OpenStreetMap (= EAV 'schema')
  • Postgres replication
  • Postgres for the cloud
  • Postgres and full text search
  • Postgres and On-line Analytical Processing (OLAP)
  • Postgres and NoSQL: Concepts and implementations (Column DBs, no schema DBs with hstore, EAV 'schema' issues, distributed databases [4] )