<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On May 9, 2019, at 7:25 AM, thejus kambi <<a href="mailto:thejus.kambi@gmail.com" class="">thejus.kambi@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Hello,</div><div class=""><br class=""></div><div class="">Is there a way to modify the resolution of coordinates stored in the LAS/LAZ files. I find currently the file stores upto 2 decimal places. Is there a way to increase or decrease it?</div><div class=""><br class=""></div></div></div></blockquote><br class=""></div><div>Thejus,</div><div><br class=""></div><div>You control these with the writers.las.scale_{x|y|z} options of writers.las <a href="https://pdal.io/stages/writers.las.html" class="">https://pdal.io/stages/writers.las.html</a> Additionally, if you are working exclusively with LAS data, you might also issue the --writers.las.forward=all option to carry forward all metadata, including scale/offset from a single file transformation.</div><div><br class=""></div><div><blockquote type="cite" class=""><div>pdal translate in.las out.las --writers.las.scale_x=0.001 --writers.las.scale_y=0.001 --writers.las.scale_z=0.001 --writers.las.offset_x=auto --writers.las.offset_y=auto --writers.las.offset_z=auto</div></blockquote><div class=""><div><br class=""></div></div></div><div><blockquote type="cite" class="">pdal translate in.las out.las --writers.las.forward=all</blockquote><br class=""></div><div>There are a couple of reasons why we do not default these options to always being set:</div><div><br class=""></div><div>* What are we to do if the translation includes multiple files at once?</div><div>* Ambiguities that result from changing the LAS version</div><div>* What are we to do in situations where multiple LAS files are being written?</div><div><br class=""></div><div>It is a surprise, but users have to be explicit about their LAS metadata settings with PDAL. Once they are, they should be able to achieve most everything they need.</div><div><br class=""></div><div>Additionally, I wrote a tutorial of these issues on the website at <a href="https://pdal.io/tutorial/las.html" class="">https://pdal.io/tutorial/las.html</a></div><div><br class=""></div><div>Hope this helps,</div><div><br class=""></div><div>Howard</div><div><br class=""></div><br class=""></body></html>