<div dir="ltr"><div><div><div><div><div><div><div>Hi<br><br></div>I'm trying to merge some las files with the following command:<br><br>pdal tindex --merge /home/stefan/tmp/lidar/srs/tileindex.gpkg --lyr_name tileindex tmp.las<br><br></div>The input las files have an srs assigned (EPSG:21781). But the merged one is EPSG:4326.<br><br></div>When I want to clip with --polygon parameter:<br><br>pdal tindex --merge /home/stefan/tmp/lidar/srs/tileindex.gpkg --lyr_name tileindex --polygon "POLYGON ((593000 227000, 594000 227000, 594000 228000, 593000 228000, 593000 227000))" tmp.las<br><br></div>I get an empy las file. The polygon is the bounding box of one of the las files.<br><br></div>Whe using pdal tindex --merge one is not allowed to use --t_srs. But the variable is used in the mergeFile() method. So I'm a bit lost...<br><br></div>regards<br></div>Stefan<br></div>