Hi Dan, Ok, I realize the issue now. It works if I run:
spdtranslate -i SPD -o ASCII inspdfile.spd outascfile.asc But if I use: spdtranslate --usetmp --temppath /tmp/ -i SPD -o ASCII inspdfile.spd outascfile.asc It returns the misleading output: "Error: This converter only supports conversion to the SPD format." Perhaps the usetmp/temppath flags are outdated? Though they don't produce errors for the reverse case (e.g. spdtranslate -i LAS -o SPD). Thanks for your help. John On 08/12/2013 04:23 PM, Daniel Clewley wrote: > Hi John, > > What error is it producing? I tried: > > spdtranslate --if SPD --of ASCII -i inspdfile.spd -o outasciifile.asc > > and it produced an ASCII file without issues on my machine (using the > latest version of SPDLib from the mercurial repository). > > Thanks, > > Dan > > On 12/08/13 15:24, [email protected] wrote: >> Hello everyone, >> >> I am trying to convert SPD files to LAS or ASCII/TXT/CSV files. It >> looks like this is not implemented in spdtranslate (using "-o LAS" or >> "-o ASCII" fails). I am trying to get discrete points classified with >> SPDLib utilities, out of the spd format -- is there a way to do this, >> either with the utilities or a C++/python solution? Thanks! >> >> Cheers, >> John >> >> ------------------------------------------------------------------------------ >> >> >> Get 100% visibility into Java/.NET code with AppDynamics Lite! >> It's a free troubleshooting tool designed for production. >> Get down to code-level detail for bottlenecks, with <2% overhead. >> Download for free and get started troubleshooting in minutes. >> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk >> >> _______________________________________________ >> spdlib-develop mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/spdlib-develop > ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ spdlib-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spdlib-develop
