[GRASS-user] v.lidar.growing - rasterized step
Markus Neteler
neteler at osgeo.org
Sun May 30 09:39:11 EDT 2010
On Fri, May 28, 2010 at 1:50 PM, Mark Seibel <mseibel at gmail.com> wrote:
> In the v.lidar.growing manual, it mentions how double pulses are
> considered, "The classification categories from v.lidar.edgedetection
> are now rasterized." Does this use region cell size, r is it all
> handled behind the scenes independently?
Looking at the source code:
http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/vector/lidar/v.lidar.growing/main.c#L203
-> G_get_set_window(&original_reg);
it seems to use the current region settings.
Markus
More information about the grass-user
mailing list