<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 24, 2017, at 3:18 PM, Niels Bach-Sørensen <<a href="mailto:nbs@dxt-dk.dk" class="">nbs@dxt-dk.dk</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
<div dir="ltr" class="">
<div dir="ltr" class="">
<div style="font-size: 12pt; font-family: Calibri;" class="">
<div class="">Hi PDAL-Team</div>
<div class=""> </div>
<div class="">My name is Niels Bach-Sørensen and I have been using PDAL for importing 
point cloud data into a PostgreSQL database for a university project. I have now 
gotten a numerous amount of laz files I need to import into the database, which 
I would like to automize with your Python PDAL library.</div>
<div class=""> </div>
<div class="">When I try to install it through pip I'm told that my computer can't find 
the config file, "pdal-config.bat". So I tried to install it with "python 
setup.py install" with a config file in the same folder as the setup.py file. 
But this time I get errors when the setup file tries to access 
"pdal/plang/Array.hpp".</div>
<div class=""> </div>
<div class="">Do you know a solution around those issues I have?</div></div></div></div></div></blockquote><br class=""></div><div>The PDAL Python bindings require that PDAL is installed. The PDAL Python bindings is not the mechanism to load data into pgpointcloud, however. There are many on the PDAL mailing list who can help with the details of that task. </div><br class=""><div class="">Please attempt to get PDAL going and use the writers.pgpointcloud PDAL stage to write data into pgpointcloud as the docs in that project describe. Please ask any follow up questions by joining the PDAL mailing list <a href="https://www.pdal.io/community.html" class="">https://www.pdal.io/community.html</a></div><div class=""><br class=""></div><div class="">Howard</div></body></html>