[GRASS-dev] [GRASS GIS] #3560: r.in.lidar: error to open valid LAZ file

#3560: r.in.lidar: error to open valid LAZ file
------------------------+---------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.4.1
Component: Raster | Version: svn-releasebranch74
Keywords: r.in.lidar | CPU: Unspecified
Platform: All |
------------------------+---------------------------------
We currently fail to import a larger LiDAR file (LAZ)

{{{
pdal info dom1l_fp_tr_gebiet.laz > meta.txt
head -n 300 meta.txt
{
   "filename": "dom1l_fp_tr_gebiet.laz",
   "pdal_version": "1.7.0 (git-version: Release)",
   "stats":
   {
     "bbox":
     {
       "EPSG:4326":
       {
         "bbox":
         {
           "maxx": 7.311614961,
           "maxy": 50.83646173,
           "maxz": 344.69,
           "minx": 7.196437705,
           "miny": 50.78981976,
           "minz": 56.12
         },
         "boundary": {
         "coordinates" :
         [
                 [
                         [
                                 7.1981681200000001,
                                 50.78981976
                         ],

...
    "statistic":
     [
       {
         "average": 377073.6011,
         "count": 297683873,
         "kurtosis": -4.436009717e+18,
         "maximum": 381000,
         "minimum": 373000,
         "name": "X",
         "position": 0,
         "skewness": 5.047057151e+17,
         "stddev": 1853.891145,
         "variance": 3436912.377
       },
}}}

This file was created with "pdal merge" from several LAZ tiles.

Now, the import fails without any specific explanation:

{{{
GRASS 7.4.1svn (lidar):/scratch/kaldauen_klassifikation >

r.in.lidar imput=dom1l_fp_tr_gebiet.laz out=bla
FEHLER: Unable to open file <dom1l_fp_tr_gebiet.laz>
         as a LiDAR point cloud

g.gisenv set="DEBUG=3"
r.in.lidar imput=dom1l_fp_tr_gebiet.laz out=bla
D1/3: G_set_program_name(): r.in.lidar
D2/3: G_file_name(): path = /home/mundialis/grassdata/lidar/anika
D2/3: G_file_name(): path = /home/mundialis/grassdata/lidar/anika/cell/bla
D2/3: G_file_name(): path = /home/mundialis/grassdata/lidar/anika/WIND
D2/3: G_file_name(): path = /home/mundialis/grassdata/lidar/anika/WIND
D2/3: file open: read (mode = r)
D2/3: G__read_Cell_head
D2/3: G__read_Cell_head_array
D3/3: region item: proj: 99
D3/3: region item: zone: 0
D3/3: region item: north: 5631000
D3/3: region item: south: 5628000
D3/3: region item: east: 379002
D3/3: region item: west: 375000
D3/3: region item: cols: 1334
D3/3: region item: rows: 1000
D3/3: region item: e-w resol: 3
D3/3: region item: n-s resol: 3
D3/3: region item: top: 1.000000000000000
D3/3: region item: bottom: 0.000000000000000
D3/3: region item: cols3: 1334
D3/3: region item: rows3: 1000
D3/3: region item: depths: 1
D3/3: region item: e-w resol3: 3
D3/3: region item: n-s resol3: 3
D3/3: region item: t-b resol: 1
FEHLER: Unable to open file <dom1l_fp_tr_gebiet.laz>
         as a LiDAR point cloud
D1/3: G_set_program_name(): g.gisenv
D3/3: G_option_to_separator(): key = separator -> sep = '/'
}}}

To be sure, a check if liblas was compiled with LAZ support:

{{{
ldd `which r.in.lidar`
     linux-vdso.so.1 (0x00007fff91df4000)
     libgrass_raster.7.4.1svn.so =>
/home/mundialis/software/grass74_svn/dist.x86_64-pc-linux-
gnu/lib/libgrass_raster.7.4.1svn.so 0x00007f225909b000)
     libgrass_gis.7.4.1svn.so =>
/home/mundialis/software/grass74_svn/dist.x86_64-pc-linux-
gnu/lib/libgrass_gis.7.4.1svn.so (0x00007f2258e42000)
     libm.so.6 => /lib64/libm.so.6 (0x00007f2258af7000)
     libgrass_gproj.7.4.1svn.so =>
/home/mundialis/software/grass74_svn/dist.x86_64-pc-linux-
gnu/lib/libgrass_gproj.7.4.1svn.so (0x00007f22588ec000)
     liblas.so.3 => /lib64/liblas.so.3 (0x00007f225862b000)
     liblas_c.so.3 => /lib64/liblas_c.so.3 (0x00007f22583f4000)
     libboost_program_options.so.1.64.0 =>
/lib64/libboost_program_options.so.1.64.0 (0x00007f2258179000)
...
     libboost_regex.so.1.64.0 => /lib64/libboost_regex.so.1.64.0
(0x00007f225454c000)
     libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f22541c5000)
     libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f2253fae000)
     librt.so.1 => /lib64/librt.so.1 (0x00007f2253da6000)
     libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f2253b88000)
     libarmadillo.so.7 => /lib64/libarmadillo.so.7 (0x00007f225397f000)
     libpoppler.so.68 => /lib64/libpoppler.so.68 (0x00007f22534da000)
     libjson-c.so.2 => /lib64/libjson-c.so.2 (0x00007f22532cf000)
     libfreexl.so.1 => /lib64/libfreexl.so.1 (0x00007f22530c6000)
     libgeos_c.so.1 => /lib64/libgeos_c.so.1 (0x00007f2252e95000)
     libwebp.so.7 => /lib64/libwebp.so.7 (0x00007f2252c27000)
...
     /home/mundialis/software/grass74_svn/dist.x86_64-pc-linux-
gnu/lib/libgrass_rtree.7.4.1svn.so (0x00007f2248669000)
     libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f2248458000)
     libicudata.so.57 => /lib64/libicudata.so.57 (0x00007f22469db000)
...

# limit check to "las" string:
ldd `which r.in.lidar` | grep las
     liblas.so.3 => /lib64/liblas.so.3 (0x00007faa54b94000)
     liblas_c.so.3 => /lib64/liblas_c.so.3 (0x00007faa5495d000)
     liblaszip.so.8 => /lib64/liblaszip.so.8 (0x00007faa528ce000)
     libopenblaso.so.0 => /lib64/libopenblaso.so.0 (0x00007faa401eb000)
     libblas.so.3 => /lib64/libblas.so.3 (0x00007faa3a078000)
     libopenblasp.so.0 => /lib64/libopenblasp.so.0 (0x00007faa37b34000)
     libsatlas.so.3 => /usr/lib64/atlas/libsatlas.so.3 (0x00007faa36b25000)
}}}

So, liblaszip is present, i.e. LAZ support should be ok.

System:

{{{
lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description: Fedora release 27 (Twenty Seven)
Release: 27
Codename: TwentySeven
}}}

Any ideas how to debug this properly? (I can test on trunk as well)

Does the LAZ file size matter?

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3560&gt;
GRASS GIS <https://grass.osgeo.org>

Markus,
Liblas reads LAS version 1.2 , which is limited to 4.2 billion points. You have to compile liblas with an older version of laszip .

Doug

···

On Wed, May 9, 2018 at 3:05 PM, GRASS GIS <trac@osgeo.org> wrote:

#3560: r.in.lidar: error to open valid LAZ file
------------------------±--------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.4.1
Component: Raster | Version: svn-releasebranch74
Keywords: r.in.lidar | CPU: Unspecified
Platform: All |
------------------------±--------------------------------
We currently fail to import a larger LiDAR file (LAZ)

{{{
pdal info dom1l_fp_tr_gebiet.laz > meta.txt
head -n 300 meta.txt
{
“filename”: “dom1l_fp_tr_gebiet.laz”,
“pdal_version”: “1.7.0 (git-version: Release)”,
“stats”:
{
“bbox”:
{
“EPSG:4326”:
{
“bbox”:
{
“maxx”: 7.311614961,
“maxy”: 50.83646173,
“maxz”: 344.69,
“minx”: 7.196437705,
“miny”: 50.78981976,
“minz”: 56.12
},
“boundary”: {
“coordinates” :
[
[
[
7.1981681200000001,
50.78981976
],


“statistic”:
[
{
“average”: 377073.6011,
“count”: 297683873,
“kurtosis”: -4.436009717e+18,
“maximum”: 381000,
“minimum”: 373000,
“name”: “X”,
“position”: 0,
“skewness”: 5.047057151e+17,
“stddev”: 1853.891145,
“variance”: 3436912.377
},
}}}

This file was created with “pdal merge” from several LAZ tiles.

Now, the import fails without any specific explanation:

{{{
GRASS 7.4.1svn (lidar):/scratch/kaldauen_klassifikation >

r.in.lidar imput=dom1l_fp_tr_gebiet.laz out=bla
FEHLER: Unable to open file <dom1l_fp_tr_gebiet.laz>
as a LiDAR point cloud

g.gisenv set=“DEBUG=3”
r.in.lidar imput=dom1l_fp_tr_gebiet.laz out=bla
D1/3: G_set_program_name(): r.in.lidar
D2/3: G_file_name(): path = /home/mundialis/grassdata/lidar/anika
D2/3: G_file_name(): path = /home/mundialis/grassdata/lidar/anika/cell/bla
D2/3: G_file_name(): path = /home/mundialis/grassdata/lidar/anika/WIND
D2/3: G_file_name(): path = /home/mundialis/grassdata/lidar/anika/WIND
D2/3: file open: read (mode = r)
D2/3: G__read_Cell_head
D2/3: G__read_Cell_head_array
D3/3: region item: proj: 99
D3/3: region item: zone: 0
D3/3: region item: north: 5631000
D3/3: region item: south: 5628000
D3/3: region item: east: 379002
D3/3: region item: west: 375000
D3/3: region item: cols: 1334
D3/3: region item: rows: 1000
D3/3: region item: e-w resol: 3
D3/3: region item: n-s resol: 3
D3/3: region item: top: 1.000000000000000
D3/3: region item: bottom: 0.000000000000000
D3/3: region item: cols3: 1334
D3/3: region item: rows3: 1000
D3/3: region item: depths: 1
D3/3: region item: e-w resol3: 3
D3/3: region item: n-s resol3: 3
D3/3: region item: t-b resol: 1
FEHLER: Unable to open file <dom1l_fp_tr_gebiet.laz>
as a LiDAR point cloud
D1/3: G_set_program_name(): g.gisenv
D3/3: G_option_to_separator(): key = separator → sep = ‘/’
}}}

To be sure, a check if liblas was compiled with LAZ support:

{{{
ldd which r.in.lidar
linux-vdso.so.1 (0x00007fff91df4000)
libgrass_raster.7.4.1svn.so =>
/home/mundialis/software/grass74_svn/dist.x86_64-pc-linux-
gnu/lib/libgrass_raster.7.4.1svn.so 0x00007f225909b000)
libgrass_gis.7.4.1svn.so =>
/home/mundialis/software/grass74_svn/dist.x86_64-pc-linux-
gnu/lib/libgrass_gis.7.4.1svn.so (0x00007f2258e42000)
libm.so.6 => /lib64/libm.so.6 (0x00007f2258af7000)
libgrass_gproj.7.4.1svn.so =>
/home/mundialis/software/grass74_svn/dist.x86_64-pc-linux-
gnu/lib/libgrass_gproj.7.4.1svn.so (0x00007f22588ec000)
liblas.so.3 => /lib64/liblas.so.3 (0x00007f225862b000)
liblas_c.so.3 => /lib64/liblas_c.so.3 (0x00007f22583f4000)
libboost_program_options.so.1.64.0 =>
/lib64/libboost_program_options.so.1.64.0 (0x00007f2258179000)

libboost_regex.so.1.64.0 => /lib64/libboost_regex.so.1.64.0
(0x00007f225454c000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f22541c5000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f2253fae000)
librt.so.1 => /lib64/librt.so.1 (0x00007f2253da6000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f2253b88000)
libarmadillo.so.7 => /lib64/libarmadillo.so.7 (0x00007f225397f000)
libpoppler.so.68 => /lib64/libpoppler.so.68 (0x00007f22534da000)
libjson-c.so.2 => /lib64/libjson-c.so.2 (0x00007f22532cf000)
libfreexl.so.1 => /lib64/libfreexl.so.1 (0x00007f22530c6000)
libgeos_c.so.1 => /lib64/libgeos_c.so.1 (0x00007f2252e95000)
libwebp.so.7 => /lib64/libwebp.so.7 (0x00007f2252c27000)

/home/mundialis/software/grass74_svn/dist.x86_64-pc-linux-
gnu/lib/libgrass_rtree.7.4.1svn.so (0x00007f2248669000)
libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f2248458000)
libicudata.so.57 => /lib64/libicudata.so.57 (0x00007f22469db000)

limit check to “las” string:

ldd which r.in.lidar | grep las
liblas.so.3 => /lib64/liblas.so.3 (0x00007faa54b94000)
liblas_c.so.3 => /lib64/liblas_c.so.3 (0x00007faa5495d000)
liblaszip.so.8 => /lib64/liblaszip.so.8 (0x00007faa528ce000)
libopenblaso.so.0 => /lib64/libopenblaso.so.0 (0x00007faa401eb000)
libblas.so.3 => /lib64/libblas.so.3 (0x00007faa3a078000)
libopenblasp.so.0 => /lib64/libopenblasp.so.0 (0x00007faa37b34000)
libsatlas.so.3 => /usr/lib64/atlas/libsatlas.so.3 (0x00007faa36b25000)
}}}

So, liblaszip is present, i.e. LAZ support should be ok.

System:

{{{
lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description: Fedora release 27 (Twenty Seven)
Release: 27
Codename: TwentySeven
}}}

Any ideas how to debug this properly? (I can test on trunk as well)

Does the LAZ file size matter?


Ticket URL: <https://trac.osgeo.org/grass/ticket/3560>
GRASS GIS <https://grass.osgeo.org>


grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Doug Newcomb
USFWS
551F Pylon Dr
Raleigh, NC
919-856-4520 ext. 14 doug_newcomb@fws.gov

__NOTE: This email correspondence and any attachments to and from this sender is subject to the Freedom of Information Act (FOIA) and may be disclosed to third parties.__​

Doug,

On Wed, May 9, 2018 at 9:17 PM, Newcomb, Doug <doug_newcomb@fws.gov> wrote:

Markus,
Liblas reads LAS version 1.2 , which is limited to 4.2 billion points.

I see. But "count" states 297.683.873 which is way less points?

You have to compile liblas with an older version of laszip .

Uhm, why an _older_ version?

thanks
Markus

On Wed, May 9, 2018 at 3:21 PM, Markus Neteler <neteler@osgeo.org> wrote:

Doug,

On Wed, May 9, 2018 at 9:17 PM, Newcomb, Doug <doug_newcomb@fws.gov>
wrote:
> Markus,
> Liblas reads LAS version 1.2 , which is limited to 4.2 billion points.

I see. But "count" states 297.683.873 which is way less points?

Good question

> You have to compile liblas with an older version of laszip .

Uhm, why an _older_ version?

The API to LASzip changed with version 3. I use LASzip 2.2.0 compiled
with liblas from 2013 and have no problems so far. https://laszip.org/
The most recent version of 3 was for version 1.4 of the LAS spec.

You need to compile current pdal and current liblas with different
versions of the Laszip library .

thanks
Markus

pdal used to output version 1.2 of las data by default . I t worked fine
for me at version 1.6 . I have not checked if that is the case with version
1.7.1 . 1.7 had a bug which required a quick bugfix to 1.7.1, by the way.
( I do not recall the bug off of the top of my head.)

Doug

--
Doug Newcomb
USFWS
551F Pylon Dr
Raleigh, NC
919-856-4520 ext. 14 doug_newcomb@fws.gov
---------------------------------------------------------------------------------------------------------

*NOTE: This email correspondence and any attachments to and from this
sender is subject to the Freedom of Information Act (FOIA) and may be
disclosed to third parties.*​

On Wed, May 9, 2018 at 9:37 PM, Newcomb, Doug <doug_newcomb@fws.gov> wrote:

On Wed, May 9, 2018 at 3:21 PM, Markus Neteler <neteler@osgeo.org> wrote:

Doug,

On Wed, May 9, 2018 at 9:17 PM, Newcomb, Doug <doug_newcomb@fws.gov>
wrote:
> Markus,
> Liblas reads LAS version 1.2 , which is limited to 4.2 billion points.

I see. But "count" states 297.683.873 which is way less points?

Good question

> You have to compile liblas with an older version of laszip .

Uhm, why an _older_ version?

The API to LASzip changed with version 3. I use LASzip 2.2.0 compiled with
liblas from 2013 and have no problems so far. https://laszip.org/ The most
recent version of 3 was for version 1.4 of the LAS spec.

You need to compile current pdal and current liblas with different versions
of the Laszip library .

On that machine is PDAL-1.7.0 (wit patches) which requires laszip 3.2.x.

So, to compile liblas with an older laszip would be tricky.

pdal used to output version 1.2 of las data by default . I t worked fine for
me at version 1.6 . I have not checked if that is the case with version
1.7.1 . 1.7 had a bug which required a quick bugfix to 1.7.1, by the way. (
I do not recall the bug off of the top of my head.)

The solution would be the implementation of r.in.pdal:
https://trac.osgeo.org/grass/ticket/3515

to get rid of liblas which is not developed any more.

And/or package laz-perf.... sigh, so many hours already spent on packaging...

Markus

On Wed, May 9, 2018 at 4:02 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Wed, May 9, 2018 at 9:37 PM, Newcomb, Doug <doug_newcomb@fws.gov>
wrote:
> On Wed, May 9, 2018 at 3:21 PM, Markus Neteler <neteler@osgeo.org>
wrote:
>>
>> Doug,
>>
>> On Wed, May 9, 2018 at 9:17 PM, Newcomb, Doug <doug_newcomb@fws.gov>
>> wrote:
>> > Markus,
>> > Liblas reads LAS version 1.2 , which is limited to 4.2 billion points.
>>
>> I see. But "count" states 297.683.873 which is way less points?
>
> Good question
>
>> > You have to compile liblas with an older version of laszip .
>>
>> Uhm, why an _older_ version?
>
> The API to LASzip changed with version 3. I use LASzip 2.2.0 compiled
with
> liblas from 2013 and have no problems so far. https://laszip.org/ The
most
> recent version of 3 was for version 1.4 of the LAS spec.
>
> You need to compile current pdal and current liblas with different
versions
> of the Laszip library .

On that machine is PDAL-1.7.0 (wit patches) which requires laszip 3.2.x.

So, to compile liblas with an older laszip would be tricky.

On the machine I am using for this , I have compiled the old laszip as the
system laszip library and compile but do not install the newer one. I then
point pdal to the directory with the newer version when compiling it. So
far, that seems to work.

> pdal used to output version 1.2 of las data by default . I t worked fine
for
> me at version 1.6 . I have not checked if that is the case with version
> 1.7.1 . 1.7 had a bug which required a quick bugfix to 1.7.1, by the
way. (
> I do not recall the bug off of the top of my head.)

The solution would be the implementation of r.in.pdal:
https://trac.osgeo.org/grass/ticket/3515

to get rid of liblas which is not developed any more.

And/or package laz-perf.... sigh, so many hours already spent on
packaging...

Markus

Doug

--
Doug Newcomb
USFWS
551F Pylon Dr
Raleigh, NC
919-856-4520 ext. 14 doug_newcomb@fws.gov
---------------------------------------------------------------------------------------------------------

*NOTE: This email correspondence and any attachments to and from this
sender is subject to the Freedom of Information Act (FOIA) and may be
disclosed to third parties.*​

On a related note, I tried compiling liblas1.8.1 ( current version) on Ubuntu 18.04 last night and I get a lot of errors out of the box that seem to be related to compiler version. Will need to set up a virtual 16.04 box for the short term.

Doug

···

On Wed, May 9, 2018 at 4:14 PM, Newcomb, Doug <doug_newcomb@fws.gov> wrote:

On Wed, May 9, 2018 at 4:02 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Wed, May 9, 2018 at 9:37 PM, Newcomb, Doug <doug_newcomb@fws.gov> wrote:

On Wed, May 9, 2018 at 3:21 PM, Markus Neteler <neteler@osgeo.org> wrote:

Doug,

On Wed, May 9, 2018 at 9:17 PM, Newcomb, Doug <doug_newcomb@fws.gov>
wrote:

Markus,
Liblas reads LAS version 1.2 , which is limited to 4.2 billion points.

I see. But “count” states 297.683.873 which is way less points?

Good question

You have to compile liblas with an older version of laszip .

Uhm, why an older version?

The API to LASzip changed with version 3. I use LASzip 2.2.0 compiled with
liblas from 2013 and have no problems so far. https://laszip.org/ The most
recent version of 3 was for version 1.4 of the LAS spec.

You need to compile current pdal and current liblas with different versions
of the Laszip library .

On that machine is PDAL-1.7.0 (wit patches) which requires laszip 3.2.x.

So, to compile liblas with an older laszip would be tricky.

On the machine I am using for this , I have compiled the old laszip as the system laszip library and compile but do not install the newer one. I then point pdal to the directory with the newer version when compiling it. So far, that seems to work.

pdal used to output version 1.2 of las data by default . I t worked fine for
me at version 1.6 . I have not checked if that is the case with version
1.7.1 . 1.7 had a bug which required a quick bugfix to 1.7.1, by the way. (
I do not recall the bug off of the top of my head.)

The solution would be the implementation of r.in.pdal:
https://trac.osgeo.org/grass/ticket/3515

to get rid of liblas which is not developed any more.

And/or package laz-perf… sigh, so many hours already spent on packaging…

Markus

Doug

Doug Newcomb
USFWS
551F Pylon Dr
Raleigh, NC
919-856-4520 ext. 14 doug_newcomb@fws.gov

__NOTE: This email correspondence and any attachments to and from this sender is subject to the Freedom of Information Act (FOIA) and may be disclosed to third parties.__​

Doug Newcomb
USFWS
551F Pylon Dr
Raleigh, NC
919-856-4520 ext. 14 doug_newcomb@fws.gov

__NOTE: This email correspondence and any attachments to and from this sender is subject to the Freedom of Information Act (FOIA) and may be disclosed to third parties.__​

#3560: r.in.lidar: error to open valid LAZ file
--------------------------+---------------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.4.2
Component: Raster | Version: svn-releasebranch74
Resolution: | Keywords: r.in.lidar
       CPU: Unspecified | Platform: All
--------------------------+---------------------------------

Comment (by neteler):

For now, using
https://grass.osgeo.org/grass74/manuals/addons/r.in.pdal.html script as
work-around.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3560#comment:2&gt;
GRASS GIS <https://grass.osgeo.org>

#3560: r.in.lidar: error to open valid LAZ file
--------------------------+---------------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.4.2
Component: Raster | Version: svn-releasebranch74
Resolution: | Keywords: r.in.lidar
       CPU: Unspecified | Platform: All
--------------------------+---------------------------------

Comment (by martinl):

What is the state of this ticket?

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3560#comment:3&gt;
GRASS GIS <https://grass.osgeo.org>

#3560: r.in.lidar: error to open valid LAZ file
--------------------------+---------------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.4.2
Component: Raster | Version: svn-releasebranch74
Resolution: | Keywords: r.in.lidar
       CPU: Unspecified | Platform: All
--------------------------+---------------------------------

Comment (by neteler):

I guess that PDAL = r.in.pdal is the future since liblas is not really
developed any more.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3560#comment:4&gt;
GRASS GIS <https://grass.osgeo.org>

#3560: r.in.lidar: error to open valid LAZ file
--------------------------+---------------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.4.2
Component: Raster | Version: svn-releasebranch74
Resolution: wontfix | Keywords: r.in.lidar
       CPU: Unspecified | Platform: All
--------------------------+---------------------------------
Changes (by neteler):

* status: new => closed
* resolution: => wontfix

Comment:

Replying to [comment:4 neteler]:
> I guess that PDAL = r.in.pdal is the future since liblas is not really
developed any more.

Closing accordingly as wontfix (and referring to
https://grass.osgeo.org/grass7/manuals/addons/r.in.pdal.html)

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3560#comment:5&gt;
GRASS GIS <https://grass.osgeo.org>