[pdal] (pdal pipeline Error) GDAL failure (6) Cannot find coordinate operations from

Peter Lim peter.lim at gpslands.com
Tue Apr 27 02:36:00 PDT 2021


Hi,

 

I'm trying to crop a LAS file using filters.crop but I get this error:

 

(pdal pipeline Error) GDAL failure (6) Cannot find coordinate operations
from `EPSG:32648' to
`ENGCRS["unnamed",EDATUM[""],CS[Cartesian,2],AXIS["(E)",east,ORDER[1],LENGTH
UNIT["metre",1,ID["EPSG",9001]]],AXIS["(N)",north,ORDER[2],LENGTHUNIT["metre
",1,ID["EPSG",9001]]]]'

PDAL: filters.crop: Unable to reproject bounds.

 

I'm using the following pipeline:

 

[

    {

        "type":"readers.las",

        "filename":"*.las",

        "default_srs":"EPSG:32648"


    },

    {

        "type": "filters.merge"

    },                         

    {

        "type":"filters.crop",

        "bounds":"([364035,364085],[142446,142486],[-1000, 1000])",

        "a_srs":"EPSG:32648"

    },

    {

        "type":"writers.las",

        "filename":"output.las",

        "a_srs":"EPSG:32648"

    }

]

 

 

Please advise

 

Thank you.

 

Best Regards,

 

Peter Lim

 



-- 
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20210427/841dc20d/attachment.html>


More information about the pdal mailing list