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

Kirk Waters - NOAA Federal kirk.waters at noaa.gov
Tue Apr 27 05:59:08 PDT 2021


Perhaps I'm missing it, but it doesn't look like there is a transform to be
done. The input and output codes are the same. Couldn't he just skip
specifying the SRS?

Kirk


On Tue, Apr 27, 2021 at 7:43 AM Andrew Bell <andrew.bell.ia at gmail.com>
wrote:

>
>
> On Tue, Apr 27, 2021 at 5:51 AM Peter Lim <peter.lim at gpslands.com> wrote:
>
>> 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],LENGTHUNIT["metre",1,ID["EPSG",9001]]],AXIS["(N)",north,ORDER[2],LENGTHUNIT["metre",1,ID["EPSG",9001]]]]'
>>
>> PDAL: filters.crop: Unable to reproject bounds.
>>
>
> Your data seems to be in a custom engineering CRS. PDAL can't convert your
> crop boundary from EPSG:32648 to your custom CRS because no transformation
> exists in PROJ, the library used for this purpose. You might ask on the
> PROJ list or perhaps someone else on this list will know how to deal
> with this.
>
>  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"
>>
>>     }
>>
>> ]
>>
>
>
> --
> Andrew Bell
> andrew.bell.ia at gmail.com
> _______________________________________________
> pdal mailing list
> pdal at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pdal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20210427/8df2cb6d/attachment-0001.html>


More information about the pdal mailing list