<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, May 6, 2016 at 11:39 AM, Scott Lewis <span dir="ltr"><<a href="mailto:scott.lewis@nsidc.org" target="_blank">scott.lewis@nsidc.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Following the instructions at <a href="http://www.pdal.io/pipeline.html" rel="noreferrer" target="_blank">http://www.pdal.io/pipeline.html</a> to do globbed inputs, I put together a simple pipeline file (pipeline.json) containing this:<br>
<br>
{<br>
  "pipeline":[<br>
    "/data/20150505/\*.h5",<br>
    {<br>
      "type": "filters.merge"<br>
    },<br>
    "/data/ILATM1B_20150508.las"<br>
  ]<br>
}<br>
<br>
<br>
However, when I run the following command:<br>
<br>
pdal pipeline pipeline.json<br>
<br>
I get an error saying:<br>
PDAL: PipelineReaderJSON: unable to parse pipeline<br></blockquote><div><br></div><div>This error is correct as \* is invalid in a JSON string.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've tried replacing the \*.h5 with *.h5, and it gives me a different error saying it can't find a file called *.h5.<br></blockquote><div><br></div><div>This error is also correct and simply indicates that we're not supporting globbing.  Should we provide a more specific error for this case for now?</div><div><br></div></div>-- <br><div class="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</div></div>