<div dir="ltr"><div><div>Hi <br><br></div>I'm trying to reproject some laz files with the pdal translate command:<br><br>pdal translate --input LAS_594217_LV95_shift.laz --output LAS_594217_LV95_shift_v2.laz --compress --a_srs EPSG:21781 --t_srs EPSG:2056<br><br></div>I'm ending up with an error:<br><div><div><br>PDAL: Stage filters.reprojection missing required option 'out_srs'.<br><br></div><div>Replacing "translateOptions" with "readerOptions" on line 220 in <a href="https://github.com/PDAL/PDAL/blob/12ff867990c0176de5aa121e90b23ec1fe5b7c0d/kernels/translate/TranslateKernel.cpp">https://github.com/PDAL/PDAL/blob/12ff867990c0176de5aa121e90b23ec1fe5b7c0d/kernels/translate/TranslateKernel.cpp</a> solves the problem. Not sure if this REALLY solves the problem but the reprojection works. I do not dare to make a pull request because the "translateOptions" parameter now seems obsolete? And I don't understand the process behind all this stage etc stuff ;)<br><br></div><div>Would be great if anyone could have a look.<br><br></div><div>best regards<br></div><div>Stefan <br></div><div><br><br></div></div></div>