<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 13, 2020 at 8:23 AM Peder Axensten <<a href="mailto:Peder.Axensten@slu.se">Peder.Axensten@slu.se</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">Hi!<br>
<br>
Is there a way to write pipes without specifying the reader/writer?<br>
That is, can I write mypipe.json in such a way so that something like the following would work?<br>
pdal pipeline mypipe.json —input=in/file.laz --output=out/file.laz<br>
The idea is that the suffix .laz of in/file.laz would determine the reader to be readers.las. And similar with the output. That way<br>
pdal pipeline mypipe.json —input=in/file.pcd --output=out/file.text<br>
would work without modifying mypipe.json.<br></blockquote><div><br></div><div>Sure. Just use `pdal translate` with the `--json` option.</div><div><br></div></div><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></div>