Re: [GRASS-dev] [GRASS GIS] #2732: Read lidar data as vector points using PDAL

2017-12-14 Thread GRASS GIS
#2732: Read lidar data as vector points using PDAL -+- Reporter: wenzeslaus | Owner: ptschrum Type: | Status: assigned enhancement| Priority: major | Milestone: 7.4.0

Re: [GRASS-dev] [GRASS GIS] #2732: Read lidar data as vector points using PDAL

2017-12-14 Thread GRASS GIS
#2732: Read lidar data as vector points using PDAL -+- Reporter: wenzeslaus | Owner: ptschrum Type: | Status: assigned enhancement| Priority: major | Milestone: 7.4.0

Re: [GRASS-dev] Deactivate lidar modules in winGRASS?c

2017-12-14 Thread Helmut Kudrnovsky
Martin Landa wrote > Hi, > >> - build environment reverts back to the LASzip 2.2.0 version to use >> libLAS > > yes, we can downgrade version in building environment, and also in > packaging environment (for standalone installer). But osgeo4w will > download latest version, and the modules will

Re: [GRASS-dev] how difficult would it be to modify i.edge to not load the entire image into memory ?

2017-12-14 Thread Markus Metz
On Thu, Dec 14, 2017 at 12:44 PM, Markus Metz wrote: > > > > On Thu, Dec 14, 2017 at 11:47 AM, Moritz Lennert < mlenn...@club.worldonline.be> wrote: > > > > On 14/12/17 05:45, Vaclav Petras wrote: > >> > >> Hi Moritz, > >> > >> I'm currently at AGU > > > > > > Enjoy

Re: [GRASS-dev] Deactivate lidar modules in winGRASS?c

2017-12-14 Thread Martin Landa
Hi, > - build environment reverts back to the LASzip 2.2.0 version to use libLAS yes, we can downgrade version in building environment, and also in packaging environment (for standalone installer). But osgeo4w will download latest version, and the modules will be likely broken on runtime. Why

Re: [GRASS-dev] Deactivate lidar modules in winGRASS?c

2017-12-14 Thread Helmut Kudrnovsky
>I think the latter course of action is better in the short term. Howard, Would this affect other software? the GRASS lidar tools in QGIS; maybe also other sw. - best regards Helmut -- Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html

Re: [GRASS-dev] Deactivate lidar modules in winGRASS?c

2017-12-14 Thread Newcomb, Doug
On Thu, Dec 14, 2017 at 10:43 AM, Helmut Kudrnovsky wrote: > Helmut Kudrnovsky wrote > > deactivated now lidar modules in winGRASS 32bit and 64bit by: > > > > [GRASS-SVN] r71920 - grass/trunk/mswindows/osgeo4w svn_grass at > > osgeo.org > > [GRASS-SVN] r71921 -

Re: [GRASS-dev] Windows compilation failed

2017-12-14 Thread Helmut Kudrnovsky
CM Reddy wrote > Hi All, > > I tried to install Grass source on Windows 10 using the following link. > > > https://trac.osgeo.org/grass/wiki/CompileOnWindows > > > Downloaded the GRASS source from development trunk using the following > commands. > > cd /usr/src > svn checkout

Re: [GRASS-dev] Deactivate lidar modules in winGRASS?c

2017-12-14 Thread Helmut Kudrnovsky
Helmut Kudrnovsky wrote > deactivated now lidar modules in winGRASS 32bit and 64bit by: > > [GRASS-SVN] r71920 - grass/trunk/mswindows/osgeo4w svn_grass at > osgeo.org > [GRASS-SVN] r71921 - grass/branches/releasebranch_7_4/mswindows/osgeo4w > svn_grass at osgeo.org > [GRASS-SVN] r71922 -

Re: [GRASS-dev] how difficult would it be to modify i.edge to not load the entire image into memory ?

2017-12-14 Thread Markus Metz
On Thu, Dec 14, 2017 at 11:47 AM, Moritz Lennert < mlenn...@club.worldonline.be> wrote: > > On 14/12/17 05:45, Vaclav Petras wrote: >> >> Hi Moritz, >> >> I'm currently at AGU > > > Enjoy ! :-) > >> and can't dig into the code, but yes, I think it can be rewritten with segment library, preferably

Re: [GRASS-dev] how difficult would it be to modify i.edge to not load the entire image into memory ?

2017-12-14 Thread Moritz Lennert
On 14/12/17 05:45, Vaclav Petras wrote: Hi Moritz, I'm currently at AGU Enjoy ! :-) and can't dig into the code, but yes, I think it can be rewritten with segment library, preferably with MarkusM's "segment or in-memory" wrapper. Great ! Markus, is this wrapper in the library, or just