hi,

here's a port for pgpointcloud
(https://github.com/pgpointcloud/pointcloud), using a sha from a recent
git master (no release in a good while), been able to test it using a
pdal pipeline after enabling the pointcloud extension in a test psql
database, managed to load a .las pointcloud file into a table in
postgres (ie https://www.pdal.io/stages/writers.pgpointcloud.html)
without issues and do some basic queries.

postgres=# select pc_astext(pc_pointn(pa,1)) from example limit 1;
 {"pcid":2,"pt":[152,4,4,0,1,2,-33,0,2,411860,718000,6.50932e+06,539.84]}

The cmake stuff is to be improved.. feedback too.

Landry

Attachment: pgpointcloud-1.1.tgz
Description: application/tar-gz

Reply via email to