<html>Hi,<br /><br />I'm trying to make use of reader.tindex in pipeline as a way to access the point cloud without dealing with the underlying tiles but I do not seem to be able to get a valid output (an 633bytes laz).<br />Could you tell where I am wrong ?<br /><br />The tindex as been created with the following command with pdal 1.9 (conda) :<br />pdal tindex create --tindex "index_2154.sqlite" -f "SQLite" --lyr_name index_2154 --t_srs ESPG:2154 --filespec "..\tiles\*.laz"<br /><br />Here a pipeline with three stages, readers.tindex > filters.crop > writers.las (I've tried with readers.tindex.wkt too) :<br />https://github.com/Jean-Roc/mel_appscript/blob/master/sections/pdal/pip_reader_tindex.json<br /><br />Regards,<br />Jean-Roc Morreale</html>