<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<br>
<div class="moz-cite-prefix">Am 16.09.2015 um 16:06 schrieb Howard
Butler:<br>
</div>
<blockquote
cite="mid:CAKyBbG6Me8NyBU4USVM_EfFqzywgHd9m1f82HgNLAw7FwdQySA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">On Wed, Sep 16, 2015 at 5:51 AM,
Thomas Cürten (WhereGroup) <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:thomas.cuerten@wheregroup.com"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:thomas.cuerten@wheregroup.com">thomas.cuerten@wheregroup.com</a></a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF"> Hello everyboy,<br>
I followed this tutorial (<a moz-do-not-send="true"
href="http://workshops.boundlessgeo.com/tutorial-lidar/"
target="_blank">http://workshops.boundlessgeo.com/tutorial-lidar/</a>)
and am trying to load las-data into postgreSQL by using
the pipeline function from pdal. Unfortunately pdal
generates an error when I try to upload the lidar data
to the database: <code>pdal pipeline --input laz2pg.xml</code>
<blockquote>
<p>PDAL: Couldn't create filter stage of type
'filters.cache'.</p>
</blockquote>
<p>The content of my pipeline xml file is the following:</p>
<pre><code><span><?xml version="1.0" encoding="utf-8"?>
<Pipeline version="1.0">
<Writer type="writers.pgpointcloud">
<Option name="connection">host='localhost' dbname='lidar' user='postgres'</Option>
<Option name="table">sthsm</Option>
<Option name="srid">4326</Option>
<Filter type="filters.chipper">
<Option name="capacity">400</Option>
<Filter type="filters.cache">
<Reader type="readers.las">
<Option name="U4545539.las">/home/tcuerten/Dokumente/LASER/U4545539.las</Option>
<Option name="spatialreference">EPSG:4326</Option>
</Reader>
</Filter>
</Filter>
</Writer>
</Pipeline></span><span></span></code></pre>
I guess the problem is that I'm missing some drivers in
my pdal version.I checked the pdal drivers with 'pdal
--drivers' and apparently also the pgpointcloud drivers
are missing. <br>
Do you have any suggestions why i am missing these
drivers and how i could add these drivers to pdal?<br>
<br>
</div>
</blockquote>
<div><br>
</div>
filters.cache is no longer needed. The tutorial needs to be
updated to reflect that fact with PDAL 1.0.0+.
<div><br>
</div>
<div>Just remove the <Filter> and closing
</Filter> element for filters.cache and you should
be able to ingest data.</div>
<div><br>
</div>
<div>Hope this helps,</div>
<div><br>
</div>
<div>Howard <br>
</div>
</div>
</div>
</div>
</blockquote>
Hello Howard,<br>
<br>
thank you for your answer.But unfortunately, after removing the
filter.cache from my xml I receive the error:'PDAL: Couldn't create
writer stage of type 'writers.pgpointcloud'. Could there be
something wrong with my pdal oder pointcloud installation? I used
this documentation:
<a class="moz-txt-link-freetext" href="http://suite.opengeo.org/opengeo-docs/dataadmin/pointcloud/install.html?highlight=pdal#dataadmin-pointcloud-install-activate">http://suite.opengeo.org/opengeo-docs/dataadmin/pointcloud/install.html?highlight=pdal#dataadmin-pointcloud-install-activate</a>
to install the programs.<br>
<br>
Regards.<br>
<br>
Thomas<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>