[pdal] pdal pipeline | error 'No error'
Andrew Bell
andrew.bell.ia at gmail.com
Wed Aug 26 05:10:32 PDT 2020
Filename globbing only works in pipelines:
https://pdal.io/pipeline.html#filename-globbing
On Wed, Aug 26, 2020 at 12:01 AM Rose Phillips <RPhillips at linz.govt.nz>
wrote:
> 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
>
>
>
> [image: 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 | data.linz.govt.nz <http://www.data.linz.govt.nz/>
>
>
>
> [image: Image result for facebook icons]
> <https://www.facebook.com/landinformationnz/> [image: Image result
> for linkedin icons]
> <https://www.linkedin.com/company/land-information-new-zealand/> [image:
> Image result for twitter icons] <https://twitter.com/LandInfoNZ> [image:
> 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.
> _______________________________________________
> pdal mailing list
> pdal at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pdal
--
Andrew Bell
andrew.bell.ia at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/250e2d86/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 5640 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/250e2d86/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 1042 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/250e2d86/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.png
Type: image/png
Size: 1146 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/250e2d86/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image007.png
Type: image/png
Size: 1051 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/250e2d86/attachment-0008.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image009.png
Type: image/png
Size: 1696 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20200826/250e2d86/attachment-0009.png>
More information about the pdal
mailing list