[pdal] PDAL: readers.pgpointcloud: Argument --spatialreference already exists.

Andrew Bell andrew.bell.ia at gmail.com
Tue Jan 29 11:08:17 PST 2019


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.

On Fri, Jan 25, 2019 at 11:56 AM Jeppe Scheidt <jscheidt at nvcharts.com>
wrote:

> Hello,
> i am struggling with a export from postgres to a laz file. I seem to be
> missing something and maybe someone else has a idea on this.
> Version: pdal 1.8.0 (git-version: Release)
> Running the command
> "pdal pipeline export.json"
>
> I get the error message saying
> "PDAL: readers.pgpointcloud: Argument --spatialreference already exists."
>
> Here is the json pipeline used:
> {
>    "pipeline":[
>      {
>        "type":"readers.pgpointcloud",
>        "connection":"dbname='pointcloud' user='postgres' password='asdf'
> host='localhost' port='5433'",
>        "table":"pcpatches",
>        "spatialreference":"EPSG:4326",
>        "column":"pa"
>      },
>      {
>        "type":"filters.reprojection",
>         "in_srs":"EPSG:4326",
>        "out_srs":"EPSG:3395"
>      },
>      {
>        "type":"writers.las",
>        "spatialreference":"EPSG:3395",
>        "compression":"laszip",
>        "scale_x":"auto",
>        "scale_y":"auto",
>        "scale_z":"auto",
>        "filename":"outputfile.laz"
>      }
>    ]
> }
>
> -- with best regards,
> Jeppe
> _______________________________________________
> pdal mailing list
> pdal at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pdal



-- 
Andrew Bell
andrew.bell.ia at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20190129/38322c95/attachment.html>


More information about the pdal mailing list