Hi,
On two different Ubuntu (18.04) installations with packages from ubuntugis-unstable (GRASS GIS 7.8.2), I am missing r.in.lidar/v.in.lidar modules. Neither GRASS nor a OS search finds r.in.lidar/v.in.lidar…
I double-checked and liblas and pdal are installed on both of boxes.
Is this a packaging issue or is a specific order of installation required for r.in.lidar / v.in.lidar to become available.
Thanks any hint on how to get those modules!
Kind regards,
Stefan
On Thu, Jan 9, 2020 at 9:35 AM Stefan Blumentrath
<Stefan.Blumentrath@nina.no> wrote:
Hi,
On two different Ubuntu (18.04) installations with packages from ubuntugis-unstable (GRASS GIS 7.8.2), I am missing r.in.lidar/v.in.lidar modules. Neither GRASS nor a OS search finds r.in.lidar/v.in.lidar…
I double-checked and liblas and pdal are installed on both of boxes.
So far it requires on liblas.
For PDAL support, see
- https://github.com/OSGeo/grass/pull/61 (still work in progress)
- addon: https://github.com/OSGeo/grass-addons/tree/master/grass7/raster/r.in.pdal
Is this a packaging issue or is a specific order of installation required for r.in.lidar / v.in.lidar to become available.
I guess a packaging error with liblas on Ubuntu.
Markus
Hi Markus,
And thanks for your reply.
On the one box I also have self-compiled GRASS GIS 7.9. And for that r.in.lidar works fine.
I also added more liblas related packages. But that did not help with GRASS 7.8.2...
So I am not sure if this is a packaging issue with liblas. If liblas works for self-compiled GRASS 7.9, shouldn`t it work with 7.8.2 as well.
In order to double check, I downloaded the grass-core package manually, and it does not seem to contain r.in.lidar (at least I could not find it)...
Thus, I guess it is an issue with the grass-core package, no?
Cheers
Stefan
-----Original Message-----
From: Markus Neteler <neteler@osgeo.org>
Sent: fredag 10. januar 2020 21:16
To: Stefan Blumentrath <Stefan.Blumentrath@nina.no>
Cc: grass-user grass-user <grass-user@lists.osgeo.org>
Subject: Re: [GRASS-user] r.in.lidar / v.in.lidar missing in Ubnutu 18.04 package
On Thu, Jan 9, 2020 at 9:35 AM Stefan Blumentrath <Stefan.Blumentrath@nina.no> wrote:
Hi,
On two different Ubuntu (18.04) installations with packages from
ubuntugis-unstable (GRASS GIS 7.8.2), I am missing
r.in.lidar/v.in.lidar modules. Neither GRASS nor a OS search finds
r.in.lidar/v.in.lidar…
I double-checked and liblas and pdal are installed on both of boxes.
So far it requires on liblas.
For PDAL support, see
- https://github.com/OSGeo/grass/pull/61 (still work in progress)
- addon: https://github.com/OSGeo/grass-addons/tree/master/grass7/raster/r.in.pdal
Is this a packaging issue or is a specific order of installation required for r.in.lidar / v.in.lidar to become available.
I guess a packaging error with liblas on Ubuntu.
Markus
Hi Stefan,
On Mon, Jan 13, 2020 at 1:28 PM Stefan Blumentrath
<Stefan.Blumentrath@nina.no> wrote:
Hi Markus,
And thanks for your reply.
On the one box I also have self-compiled GRASS GIS 7.9. And for that r.in.lidar works fine.
I also added more liblas related packages. But that did not help with GRASS 7.8.2...
Do you mean a self-compiled GRASS 7.8.2? Or the Ubuntu package?
So I am not sure if this is a packaging issue with liblas. If liblas works for self-compiled GRASS 7.9, shouldn`t it work with 7.8.2 as well.
In order to double check, I downloaded the grass-core package manually, and it does not seem to contain r.in.lidar (at least I could not find it)...
Thus, I guess it is an issue with the grass-core package, no?
... of Ubuntu, right?
You may want to compare the build scripts used there, perhaps in one
liblas is simply not enabled.
Best
Markus
Good point. Yes, indeed it is built without liblas support (see: https://launchpadlibrarian.net/455539996/buildlog_ubuntu-bionic-amd64.grass_7.8.2-1~bionic1_BUILDING.txt.gz and search for dh_auto_configure).
Will open a ticket...
-----Original Message-----
From: Markus Neteler <neteler@osgeo.org>
Sent: mandag 13. januar 2020 15:57
To: Stefan Blumentrath <Stefan.Blumentrath@nina.no>
Cc: grass-user grass-user <grass-user@lists.osgeo.org>
Subject: Re: [GRASS-user] r.in.lidar / v.in.lidar missing in Ubnutu 18.04 package
Hi Stefan,
On Mon, Jan 13, 2020 at 1:28 PM Stefan Blumentrath <Stefan.Blumentrath@nina.no> wrote:
Hi Markus,
And thanks for your reply.
On the one box I also have self-compiled GRASS GIS 7.9. And for that r.in.lidar works fine.
I also added more liblas related packages. But that did not help with GRASS 7.8.2...
Do you mean a self-compiled GRASS 7.8.2? Or the Ubuntu package?
So I am not sure if this is a packaging issue with liblas. If liblas works for self-compiled GRASS 7.9, shouldn`t it work with 7.8.2 as well.
In order to double check, I downloaded the grass-core package manually, and it does not seem to contain r.in.lidar (at least I could not find it)...
Thus, I guess it is an issue with the grass-core package, no?
... of Ubuntu, right?
You may want to compare the build scripts used there, perhaps in one liblas is simply not enabled.
Best
Markus