hello once more, sarah's question got motivated to add unzipping via a pipe to txt2las. so now it's either
txt2las -i pt000374.txyzar.gz -o pt000374.laz -parse txyzar or txt2las -i pt000374.zip -o pt000374.laz -parse txyzar with the latest version of txt2las.exe (*). note that you will still need to have gzip.exe and/or unzip.exe in the path. cheers, martin (*) http://www.cs.unc.edu/~isenburg/lastools/download/txt2las.exe On Thu, Mar 17, 2011 at 9:20 AM, Martin Isenburg <[email protected]> wrote: > hallo list, > > sarah and i have figured out how to do it. download these unzip.exe > and txt2las.exe > > http://stahlworks.com/dev/unzip.exe > http://www.cs.unc.edu/~isenburg/lastools/download/txt2las.exe > > and put them into the same folder. then run > > unzip -pM pt000374.zip | txt2las -itxt -o pt000374.laz -parse txyzar > > which works on my machine as well as on sarah's. the example > pt000374.zip file is available on request. > > cheers, > > martin > > On Thu, Mar 17, 2011 at 7:15 AM, Sarah Schuessler <[email protected]> wrote: >> Hi list, >> >> I hope I´m right here at this mailing list. If not let me know. >> >> My problem is: >> I have a lot of .zip files and want to create .laz files out of them. I >> read at liblas.org that there is a command >> >> txt2las -parse txyzar lidar.txt.gz lidar.laz >> >> I modified this to my needs: >> txt2las -parse xyz xxx.zip xxx.laz >> but that didn`t work. >> Tried with different changes but nothing worked. >> I do gzip, txt2las and then laszip but it would be nice if txt2las could do >> it with one step. >> If this is not possible can anyone perhaps tell me if it is possible to >> override my uncompressed zip-file? >> Or is it normal behavior that I`m having one for example .txt file and then >> one .las file? >> >> Thank you for any comments! >> >> best regards >> S. >> >> >> >> _______________________________________________ >> Liblas-devel mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/liblas-devel >> >> > _______________________________________________ Liblas-devel mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/liblas-devel
