PointCloud: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K (Die Seite wurde neu angelegt: „pointcloud is a PostgreSQL extension. See [http://wiki.hsr.ch/StefanKeller/wiki.cgi?PointCloudStudy Point Cloud Study] Tipps: * The only application that su…“)
 
K
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
pointcloud is a [[PostgreSQL]] extension.
 
pointcloud is a [[PostgreSQL]] extension.
  
See [http://wiki.hsr.ch/StefanKeller/wiki.cgi?PointCloudStudy Point Cloud Study]
+
Website with documentation and source of pointcloud extension: https://github.com/pramsey/pointcloud
 +
 
 +
Presentations and blog entries about pointcloud:
 +
* Presentations by Paul Ramsey: [http://elogeo.nottingham.ac.uk/xmlui/bitstream/handle/url/186/pgpointcloud-foss4-2013.pdf?sequence=1 FOSS4G 2013 (Sept., Birmingham)]/[http://t.co/M8ObwQOY0m Video of talk], [http://boundlessgeo.com/wp-content/uploads/2013/05/foss4gna2013-pointcloud.pdf FOSS4GNA 2013 (May, Minneapolis)].
 +
* Presentations by Stefan Keller (2013) (deutsch/german): ''Point Cloud - Erfahrungen mit PostgreSQL Extensions und Big Data''. In: Deutschsprachige PostgreSQL-Konferenz 2013 (PGConf.DE 2013), November 2013, Oberhausen, http://2013.pgconf.de/ . [http://www.postgresql.eu/events/schedule/pgconfde2013/session/524-point-cloud-erfahrungen-mit-postgresql-extensions-und-big-data/ Abstract], [https://wiki.postgresql.org/images/0/01/PGConf_DE_2013_Praesentation_v2_Keller.pdf Slides]
 +
* Blog entry (Nov. 2013) by Paul Ramsey: "Manage LIDAR with OpenGeo Suite" at [http://boundlessgeo.com/2013/11/manage-lidar-postgis/ boundlessgeo.com]
 +
 
 +
Community/Support (mailing lists):
 +
* pointcloud extension - http://lists.osgeo.org/mailman/listinfo/pgpointcloud/
 +
* pdal - http://lists.osgeo.org/mailman/listinfo/pdal
  
 
Tipps:
 
Tipps:
 
* The only application that supports working with the database "programmatically" is PDAL.  
 
* The only application that supports working with the database "programmatically" is PDAL.  
 
* For visualization, (check if pointcloud_postgis extension is installed, then:) create views or tables using the casts from pcpoint>geometry and pcpatch>geometry to make tables one can look at in [[QGIS]] or [[GeoServer]]
 
* For visualization, (check if pointcloud_postgis extension is installed, then:) create views or tables using the casts from pcpoint>geometry and pcpatch>geometry to make tables one can look at in [[QGIS]] or [[GeoServer]]

Aktuelle Version vom 29. Januar 2014, 21:25 Uhr

pointcloud is a PostgreSQL extension.

Website with documentation and source of pointcloud extension: https://github.com/pramsey/pointcloud

Presentations and blog entries about pointcloud:

Community/Support (mailing lists):

Tipps:

  • The only application that supports working with the database "programmatically" is PDAL.
  • For visualization, (check if pointcloud_postgis extension is installed, then:) create views or tables using the casts from pcpoint>geometry and pcpatch>geometry to make tables one can look at in QGIS or GeoServer