<div dir="ltr">Thanks for the quick reply! Yes, I figured from the previous discussions that a pathing issue is occuring.<div><br>We love docker and work with it, the only issue I have to research is that we use Python scripts to call pdal via osgeo command line to insert point clouds in our database using pgpointcloud writer. </div><div><br></div><div>We work in precision forestry so we have software that segments tree crowns from lidar data. We then extract the point cloud for each individual tree using the segmented vector tree crown shapes  Many metrics and features are calculated and tagged to the crown (this is what the Python script that creates the PDAL pipeline does) and then injected into the postgres database, so they can be found in the database later.</div><div><br></div><div>We have not found a way (yet!) to interface via Docker the same way eg. Call a pdal command line via docker from a Python script.</div><div><br></div><div>Everything would be much easier on Linux but I do not make that call!</div><div><br></div><div>Thanks for your help.</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Aug 3, 2016 at 11:47 AM Howard Butler <<a href="mailto:howard@hobu.co">howard@hobu.co</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> On Aug 3, 2016, at 10:38 AM, Jean-Francois Prieur <<a href="mailto:jfprieur@gmail.com" target="_blank">jfprieur@gmail.com</a>> wrote:<br>
><br>
> Hello,<br>
><br>
> Just got a new machine for work, I downloaded the latest 64-bit osgeo4w installer and installed my usual suite of stuff (PDAL, PCL, QGIS, etc) and all dependencies. For some reason, when I type pdal --drivers in the osgeo4w command line (using admin privileges), writers.pointcloud is missing. Other writers missing are nitf, p2g, pcd, pclvisualiser, sqlite. This was working for us previously, both machines have windows 7 and similar configurations.<br>
><br>
> Am I missing something obvious? pdal --version gives 1.1.0 (git-version: 64ca76) on both machines.<br>
><br>
> I tried searching and found things related to this problem (namely related to paths) but this used to work flawlessly (older machine was installed in early 2016) and now doesn`t which is puzzling.<br>
<br>
The most likely issue is PDAL_DRIVER_PATH isn't set, or it isn't pointing at C:\osgeo4w64\bin<br>
<br>
Note that we aren't really keeping the Windows binaries up-to-date anymore because of the effort required to do so. The best way to use PDAL on Windows with the most up-to-date software (without building it yourself) is to use the Docker builds. This especially true now that Docker on Windows is rapidly improving.<br>
<br>
See the Quickstart <a href="http://www.pdal.io/quickstart.html" rel="noreferrer" target="_blank">http://www.pdal.io/quickstart.html</a> and Workshop Installation documents <a href="http://www.pdal.io/workshop/docker.html" rel="noreferrer" target="_blank">http://www.pdal.io/workshop/docker.html</a> for background on how to get going with it.<br>
<br>
Howard<br>
<br>
<br>
</blockquote></div>