<html><body><div>I'm trying to re-project a lidar point cloud file using PDAL, which uses GDAL under the hood. When re-projecting a <a data-mce-href="https://coast.noaa.gov/htdata/lidar1_z/geoid12b/data/5008/" href="https://coast.noaa.gov/htdata/lidar1_z/geoid12b/data/5008/">.las tile</a> which I was previously able to successfully transform the coordinate system from EPSG:4269 (lat/lon) to a US state plane projection, EPSG:102749, I now get the following error: <br><br><span style="font-size: 13px;" data-mce-style="font-size: 13px;">(pdal pipeline filters.reprojection Error) GDAL failure (1) illegal axis orientation combination</span><br><span style="font-size: 13px;" data-mce-style="font-size: 13px;">(pdal pipeline filters.reprojection Error) GDAL failure (1) Reprojection failed, err = -47, further errors will be suppressed on the transform object.</span><br><span style="font-size: 13px;" data-mce-style="font-size: 13px;">*** Error in `pdal': munmap_chunk(): invalid pointer: 0x00007f4ab1fec400 ***</span><br><br>I was looking online and found someone with a similar issue when <a data-mce-href="https://gis.stackexchange.com/questions/221851/ogr2ogr-transform-failure-illegal-axis-orientation-combination" href="https://gis.stackexchange.com/questions/221851/ogr2ogr-transform-failure-illegal-axis-orientation-combination">running ogr2ogr to re-project a shapefile</a>. I am able to reproduce an error running the command and data described: </div><div><br data-mce-bogus="1"></div><div><span style="font-size: 13px;" data-mce-style="font-size: 13px;">ogr2ogr -f "GeoJSON" -t_srs EPSG:4326 dest.json TOWNSSURVEY_POLY.shp</span><br><span style="font-size: 13px;" data-mce-style="font-size: 13px;">*** Error in `ogr2ogr': munmap_chunk(): invalid pointer: 0x00007fced25ef400 ***</span><br><span style="font-size: 13px;" data-mce-style="font-size: 13px;">[1]    21243 abort (core dumped)  ogr2ogr -f "GeoJSON" -t_srs EPSG:4326 dest.json TOWNSSURVEY_POLY.shp</span><br><br>Any ideas on what could be going wrong, or at least some pointers as to how I can pinpoint the source of the problem? My gdal-config --version is 2.2.1. <br><br>Thanks, <br>Nick<br data-mce-bogus="1"></div></body></html>