PointCloud: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
 
Zeile 3: Zeile 3:
 
Website with documentation and source of pointcloud extension: https://github.com/pramsey/pointcloud  
 
Website with documentation and source of pointcloud extension: https://github.com/pramsey/pointcloud  
  
Presentations about pointcloud:
+
Presentations and blog entries about pointcloud:
* 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 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)].
* 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]
+
* 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):  
 
Community/Support (mailing lists):  

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