<div dir="ltr"><div><br>On Mon, May 1, 2017 at 7:47 PM, Vaclav Petras <<a href="mailto:wenzeslaus@gmail.com">wenzeslaus@gmail.com</a>> wrote:<br>><br>><br>> On Mon, May 1, 2017 at 11:43 AM, Moritz Lennert <<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>> wrote:<br>> >><br>> >> I have separated the binning code in r.in.lidar [3] so that it can be<br>> >> used in <a href="http://r.in.xyz">r.in.xyz</a><br>> ><br>> ><br>> > Is it different from the binning code in <a href="http://r.in.xyz">r.in.xyz</a> ?<br>><br>><br>> Not really. r.in.lidar was based on <a href="http://r.in.xyz">r.in.xyz</a>, now they are different but of course the idea is to make them again as similar as possible.<br><br></div>I would rather keep <a href="http://r.in.xyz">r.in.xyz</a> as simple as possible and instead add wrapper scripts for specific tasks. Maybe r.in.lidar could be sync'ed back to <a href="http://r.in.xyz">r.in.xyz</a> and a new wrapper script could be created, something like r.in.lidar.filter ;-)<br><div>> ><br>> >><br>> >> Anyway, a new module needs to be implemented for this. The name can be<br>> >> something like r.binning, r.vect.stats, r.point.stats, or<br>> >> r.points.stats. It might good project for beginners.<br>> ><br>> ><br>> > I like the idea. But do you really think this would be much faster than v.out.ascii | <a href="http://r.in.xyz">r.in.xyz</a> ?<br>><br>><br>> I don't know if much faster, but it will be at least little faster. Another issue is that "v.out.ascii | <a href="http://r.in.xyz">r.in.xyz</a>" is little hard to do on MS Windows and from GUI in general. Yes, there should have been a wrapper module for this already, but the a module to do the task directly is seems to me as a better solution<br><br></div><div>Why would a new C module be a better solution than a simple wrapper combining v.out.ascii + <a href="http://r.in.xyz">r.in.xyz</a>? Considering code maintenance, a wrapper script would be easier to maintain. Otherwise, a dedicated C module would be another clone of <a href="http://r.in.xyz">r.in.xyz</a>, taking as input not a text file but a GRASS vector with points.<br><br></div><div>my2c<br><br></div><div>Markus M<br></div><div><br></div></div>