[pgpointcloud] PDAL insert point cloud and other data

Zhiyong Weng zhiyong.weng at gmail.com
Tue Nov 17 17:38:06 PST 2015


Hi All,

     I use PDAL import point cloud data, it works well.
     my problem is: how can I insert other data to table when insert pcpatch
data.
    for example:
               I have table "patches" ,which has column pose_id. when I
insert pcpatch data, I also want to insert pose_id data.

    currently I write program to call PDAL API, and I find it only insert
pcpatch value, maybe I need modify the  pdal library?

    Thanks.


     CREATE TABLE patches (
    id SERIAL PRIMARY KEY,
    pa PCPATCH(1),
    pose_id text
);

Regards,
Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pgpointcloud/attachments/20151118/79a78992/attachment.html>


More information about the pgpointcloud mailing list