[pdal] pdal tindex --merge problem with polygon clippping

Stefan Ziegler stefan.ziegler.de at gmail.com
Thu Aug 13 12:46:14 PDT 2015


Hi

I'm trying to merge some las files with the following command:

pdal tindex --merge /home/stefan/tmp/lidar/srs/tileindex.gpkg --lyr_name
tileindex tmp.las

The input las files have an srs assigned (EPSG:21781). But the merged one
is EPSG:4326.

When I want to clip with --polygon parameter:

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

I get an empy las file. The polygon is the bounding box of one of the las
files.

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...

regards
Stefan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20150813/de2751e1/attachment.html>


More information about the pdal mailing list