[mailto:kevin.the...@um.edu.mt]
> *Sent:* Thursday, 5 February 2015 6:47 PM
> *To:* Daniel Clewley
> *Cc:* spdlib-develop
> *Subject:* Re: [spdlib-develop] Create new SPD file from python
>
>
>
> Hi Daniel,
>
> Thank you for your help.
>
> I managed to
cheers,
John
From: Kevin Theuma [mailto:kevin.the...@um.edu.mt]
Sent: Thursday, 5 February 2015 6:47 PM
To: Daniel Clewley
Cc: spdlib-develop
Subject: Re: [spdlib-develop] Create new SPD file from python
Hi Daniel,
Thank you for your help.
I managed to solve the problem by setting some header values
Hi Daniel,
Thank you for your help.
I managed to solve the problem by setting some header values.
My new code is as follows...
import spdpy
spdFileOut = spdpy.createSPDFile("lidar.
spd")
spdWriter = spdpy.SPDPyNoIdxWriter()
spdWriter.open(spdFileOut, "lidar.spd")
spdFileOut.setReceiveWaveformDe
Hi Kevin,
Have you tried running spdinfo on the file (to check SPDLib can read it). I ran
your code and the file read OK, I think the problem is just writing out to a
LAS 1.2 file.
If you haven’t seen them already there are some examples of creating an SPD
file using the Python bindings with t
Hi,
I am creating a new SPD file from python but the output file is not being
recognised as a points file.
My code is as follows...
import spdpy
spdFileOut = spdpy.createSPDFile("lidar.spd")
spdWriter = spdpy.SPDPyNoIdxWriter()
spdWriter.open(spdFileOut, "lidar.spd")
point1 = spdpy.createSPDPoin