On Tue, Nov 25, 2014 at 9:45 AM, Markus Neteler <neteler@osgeo.org> wrote:
On Tue, Nov 25, 2014 at 3:04 PM, Anna Petrášová <kratochanna@gmail.com>
wrote:
> On Tue, Nov 25, 2014 at 2:54 AM, Luca Delucchi <lucadeluge@gmail.com>
wrote:
>> On 25 November 2014 at 02:19, Anna Petrášová <kratochanna@gmail.com>
> Of course I recompiled libLAS and I did specify where to look for LASzip,
> but it doesn't seem to be enough in my case. I assume, you don't have any
> problems?
... works all fine on Fedora:
but where do you have your LASzip binary?
GRASS 7.0.0svn (patUTM32):/raw_data/las13_format> r.in.lidar
dati-grezzi001699_WGS.laz out=dati-grezzi001699 -o
Over-riding projection check
Reading data ...
100%
Writing to map ...
100%
r.in.lidar complete.
GRASS 7.0.0svn (patUTM32):/raw_data/las13_format> v.in.lidar
dati-grezzi001699_WGS.laz out=dati_grezzi001699 -o
Over-riding projection check
Importing 64549575 points...
...
(test from last week).
There was a similar question in the Italian GRASS ML and I suspect
that the user is also on Ubuntu.
You may try "ldd" on the binary.
ldd /usr/local/bin/lasinfo
liblaszip.so.6 =>
/home/anna/dev/LASzip/laszip-src-2.2.0/build/lib/liblaszip.so.6
(0x00007fc425941000)
which is expected.
Anyway, maybe it's my fault, so let's not spend more time on this, and if
it's a real problem, someone will probably run into this later too.
Thanks
Anna
See for a test file here:
lasinfo libLAS-1.7.0/test/data/1.2-with-color.laz
Markus