<div dir="ltr">Hello dear PDAL community, <br clear="all"><div><div dir="ltr" class="gmail-m_-1721375239732895592m_2043246650432178442m_-1815745315023319780gmail_signature"><div dir="ltr"><div><br></div><div>I would like to reproject a point cloud using a proj4 pipeline string such as the following : </div><div>"+proj=pipeline</div>+step +proj=pipeline +step +proj=merc +step +proj=axisswap +order=2,1<br>+step +proj=unitconvert +xy_in=m +xy_out=us-ft" (see <a href="https://proj.org/operations/pipeline.html" target="_blank">https://proj.org/operations/pipeline.html</a> for more details)</div><div>Since version 3.0, GDAL support this feature in this CLI tools gdalwarp and ogr2ogr. It would be nice to have the same feature in PDAL. </div><div>The OSR class CoordinateTransformation that is used by PDAL to accomplish coordinates transformation, support this through the method SetCoordinateOperation(). Thus, it should be easy to implement by modifying the SrsTransform class and providing minor API modifications in the re-projection filters (add of coordinates_operation option and out_srs will be no longer mandatory when specifying a coordinates operation).</div><div>I would like to know if someone in the community is currently working on that. If not, I could handle it myself and submit a PR soon.</div><div><br></div><div>Thanks in advance<br></div><div><br></div><div>Aurélien Vila</div><div class="gmail-yj6qo"></div><br class="gmail-Apple-interchange-newline"></div></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span></span></div></div></div></div>