[pdal] Invalid dimension name 'Pulse width'?

UsmanButt UNBT at cowi.com
Fri Jan 29 05:16:40 PST 2021


Hi Andrew, 

I have run into the same problem with PDAL with the Pulse width dimension.
I'm quite new with PDAL, can you please elaborate a bit on how to use the
sed command that you mention in your solution. I assume that it changes the
dimension name to something which is supported? 

This is my pipeline: 

{
  "pipeline":[
	{
    	"type":"readers.las",
    	"filename":"placeholder1.laz"
	},    
	{
  	"type":"writers.gdal",
  	"filename":"placeholder2.tif",
  	"dimension":"Intensity",
  	"data_type":"UInt16",
  	"output_type":"max",
  	"resolution": 0.20,
      "gdalopts":"COMPRESS=DEFLATE"
	}
  ]
}


Thanks! 

Usman 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/PDAL-f4600080.html


More information about the pdal mailing list