[pdal] pdal pipeline | error 'No error'

Rose Phillips RPhillips at linz.govt.nz
Tue Aug 25 20:55:30 PDT 2020


Hi everybody,

Apologies if this is a banal question. I ran this pdal pipeline command, and got this error *PDAL: Unable to open stream for 'E:/test_density/*.las' with error 'No error'* :-

pdal pipeline C:/a/density_test_sub.json --readers.las.filename=E:/test_density/*.las --writers.gdal.filename=E:/test_density/test_density.tif
density_test_sub.json
{
    "pipeline" : [
    {
        "type" : "readers.las",
        "filename" : "input.las"
    },
    {
        "type":"filters.returns",
        "groups":"first, only"
    },
    {
        "type": "filters.merge"
    },
    {
        "type" : "writers.gdal",
        "resolution": 1,
        "nodata" : -9999,
        "filename": "pulse_density.tif"
    }
    ]
  }

Could this be because I used a wildcard for the readers.las.filename?
I'm attempting to create a raster representing all the files in a directory of las files.

(Thank you everyone at Hobu for pdal, it is an awesome piece of software!)

Many thanks and kindest regards
Rose Phillips
Location Data Analyst
Topography
rphillips at linz.govt.nz<mailto:rphillips at linz.govt.nz>

[linz_logo_signature_2020]<https://www.linz.govt.nz/>
Wellington Office, Level 7, Radio New Zealand House, 155 The Terrace
PO Box 5501, Wellington 6145, New Zealand
www.linz.govt.nz<http://www.linz.govt.nz/> | data.linz.govt.nz<http://www.data.linz.govt.nz/>

[Image result for facebook icons]<https://www.facebook.com/landinformationnz/>        [Image result for linkedin icons] <https://www.linkedin.com/company/land-information-new-zealand/>          [Image result for twitter icons] <https://twitter.com/LandInfoNZ>          [Image result for youtube icons] <https://www.youtube.com/user/linzvideoofficial>



________________________________

This message contains information, which may be in confidence and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this message. If you have received this message in error, please notify us immediately (Phone 0800 665 463 or info at linz.govt.nz) and destroy the original message. LINZ accepts no responsibility for changes to this email, or for any attachments, after its transmission from LINZ. Thank You.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/fb6280e0/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 5640 bytes
Desc: image001.png
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/fb6280e0/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 1042 bytes
Desc: image003.png
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/fb6280e0/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.png
Type: image/png
Size: 1146 bytes
Desc: image005.png
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/fb6280e0/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image007.png
Type: image/png
Size: 1051 bytes
Desc: image007.png
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/fb6280e0/attachment-0008.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image009.png
Type: image/png
Size: 1696 bytes
Desc: image009.png
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/fb6280e0/attachment-0009.png>


More information about the pdal mailing list