<div dir="ltr">Matthew,<div><br></div><div>filters.merge should do what you need. Take a look at <a href="https://github.com/PDAL/PDAL/blob/master/test/data/filters/merge.xml.in">https://github.com/PDAL/PDAL/blob/master/test/data/filters/merge.xml.in</a>.</div><div><br></div><div>Let us know if you are still having trouble.</div><div><br></div><div>Brad</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 13, 2015 at 4:20 PM, Matthew Hanson <span dir="ltr"><<a href="mailto:mhanson@appliedgeosolutions.com" target="_blank">mhanson@appliedgeosolutions.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I'm trying to extract a single region from multiple LAS files (I want all the points from all LAS files to be included in my output las).    There's a couple comments on the website about filters.mosaic, but the examples given don't work, and there doesn't appear to be a filters.mosaic.  I assume this is outdated.    </div><div><br></div><div>So how do I provide multiple Reader stages to filters.crop?  This is what I tried:</div><div><br></div><div><br></div><div><div><?xml version="1.0" encoding="utf-8"?></div><div><Pipeline version="1.0"></div><div>    <Writer type="writers.las"></div><div>        <Option name="filename">testout.las</Option></div><div>        <Filter type="filters.crop"></div><div>            <Option name="bounds"></div><div>                ([232000.00, 232999.99],[9752000.00, 9752999.99],[0, 100])</div><div>            </Option></div><div>            <Multifilter type="filters.mosaic"></div><div>                <Reader type="readers.las"></div><div>                    <Option name="filename">test1.las</Option></div><div>                </Reader></div><div>                <Reader type="readers.las"></div><div>                    <Option name="filename">test2.las</Option></div><div>                </Reader></div><div>                <Reader type="readers.las"></div><div>                    <Option name="filename">test3.las</Option></div><div>                </Reader></div><div>            </Multifilter></div><div>        </Filter></div><div>    </Writer></div><div></Pipeline></div></div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><br clear="all"><div><div><div dir="ltr">Matthew Hanson<div>Applied GeoSolutions</div><div><a href="tel:%28603%29%20659-3363%20x91" value="+16036593363" target="_blank">(603) 659-3363 x91</a></div><div><a href="http://appliedgeosolutions.com" target="_blank">http://appliedgeosolutions.com</a></div><div><a href="mailto:mhanson@appliedgeosolutions.com" target="_blank">mhanson@appliedgeosolutions.com</a></div><div><br></div></div></div></div>
</font></span></div>
<br>_______________________________________________<br>
pdal mailing list<br>
<a href="mailto:pdal@lists.osgeo.org">pdal@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pdal" target="_blank">http://lists.osgeo.org/mailman/listinfo/pdal</a><br></blockquote></div><br></div>