[pdal] XML output not working on pdal info?
Howard Butler
howard at hobu.co
Tue Sep 22 10:17:52 PDT 2015
> On Sep 22, 2015, at 11:24 AM, Tom van Tilburg <tom.van.tilburg at gmail.com> wrote:
>
> I noticed that pdal info --schema --xml lasfile.las (as per http://www.pdal.io/tutorial/reading.html) doesn't produce XML anymore but only JSON. My pdal has been build with XML support (pdal 1.0.1 (git-version: Release).
>
> Anyone else has this?
The docs are out of date [1]. We only output JSON except for --pointcloudschema output, which outputs the PCSchema stuff:
> $ pdal info myfile.las --pointcloudschema ouput.xml
Howard
[1] https://github.com/PDAL/PDAL/issues/998
More information about the pdal
mailing list