<div dir="ltr">I've tried to recreate this but have been unsuccessful.  I'll need more information on how you built PDAL or what installation you've used in order to help more.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 25, 2019 at 11:56 AM Jeppe Scheidt <<a href="mailto:jscheidt@nvcharts.com">jscheidt@nvcharts.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
i am struggling with a export from postgres to a laz file. I seem to be <br>
missing something and maybe someone else has a idea on this.<br>
Version: pdal 1.8.0 (git-version: Release)<br>
Running the command<br>
"pdal pipeline export.json"<br>
<br>
I get the error message saying<br>
"PDAL: readers.pgpointcloud: Argument --spatialreference already exists."<br>
<br>
Here is the json pipeline used:<br>
{<br>
   "pipeline":[<br>
     {<br>
       "type":"readers.pgpointcloud",<br>
       "connection":"dbname='pointcloud' user='postgres' password='asdf' <br>
host='localhost' port='5433'",<br>
       "table":"pcpatches",<br>
       "spatialreference":"EPSG:4326",<br>
       "column":"pa"<br>
     },<br>
     {<br>
       "type":"filters.reprojection",<br>
        "in_srs":"EPSG:4326",<br>
       "out_srs":"EPSG:3395"<br>
     },<br>
     {<br>
       "type":"writers.las",<br>
       "spatialreference":"EPSG:3395",<br>
       "compression":"laszip",<br>
       "scale_x":"auto",<br>
       "scale_y":"auto",<br>
       "scale_z":"auto",<br>
       "filename":"outputfile.laz"<br>
     }<br>
   ]<br>
}<br>
<br>
-- with best regards,<br>
Jeppe<br>
_______________________________________________<br>
pdal mailing list<br>
<a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/pdal</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>