Re: [Liblas-devel] Can Liblas only update a small portion of the points in Lidar file?

2012-02-10 Thread Howard Butler
On Feb 8, 2012, at 12:41 PM, Hongwei Shen wrote: To solve this problem, I think we can add a member variable, m_AbsoluteIndex, to liblas::Point. Then we can also store the absolute index of the point in liblas::detail::ReadNextPoint() . I think I'm ok with this as long as the tests

Re: [Liblas-devel] Can Liblas only update a small portion of the points in Lidar file?

2012-02-10 Thread Martin Isenburg
Hi, Make sure you disable the feature when the file is laszipped. There is *no* way to add this. However, we could - in theory - support the appending of points to an exsiting LAZ file. cheers, martin On Fri, Feb 10, 2012 at 8:49 AM, Howard Butler hobu@gmail.com wrote: On Feb 8, 2012, at

Re: [Liblas-devel] Can Liblas only update a small portion of the points in Lidar file?

2012-02-10 Thread Howard Butler
On Feb 10, 2012, at 11:10 AM, Martin Isenburg wrote: Hi, Make sure you disable the feature when the file is laszipped. There is *no* way to add this. However, we could - in theory - support the appending of points to an exsiting LAZ file. Yes, definitely. The Update class will not be