<div dir="ltr"><div><div><div><div>Hello everyone,<br><br></div>I'm just gettings started with PDAL and I wanted to try setting the SRS of a las following the example [here](<a href="https://www.pdal.io/tutorial/las.html">https://www.pdal.io/tutorial/las.html</a>)<br><br></div>I'm on Ubuntu 14.04, using pdal 1.5 installed with docker.<br><br></div>pdal info does work, but when I run the example pipeline, I get the following error:<br><br>```<br>$ docker run -v /home/user/data:/data pdal/pdal:1.5 pdal pipeline /data/setproj.json<br>PDAL: writers.las: Unexpected argument 'out_srs'.<br>```<br><br></div>Is there something additional I have to install so that `writers.las` understand the `out_srs` tag?<br></div>