[GRASS-dev] raster interpolation and NULL cell filling

2010-05-07 Thread Markus Metz
Hi all, there is a new module in grass7 for raster interpolation called r.resamp.bspline, based on the lidar tool methods. NULL cells are filled on the go, no need to fill them first. Alternatively, the module only interpolates NULL cells in the input raster, running quite fast in this mode. The

Re: [GRASS-dev] raster interpolation and NULL cell filling

2010-05-07 Thread Martin Landa
Hi, 2010/5/7 Markus Metz markus.metz.gisw...@googlemail.com: there is a new module in grass7 for raster interpolation called r.resamp.bspline, based on the lidar tool methods. NULL cells are filled on the go, no need to fill them first. Alternatively, the module only interpolates NULL cells

Re: [GRASS-dev] raster interpolation and NULL cell filling

2010-05-07 Thread Markus Metz
On Fri, May 7, 2010 at 11:38 AM, Martin Landa landa.mar...@gmail.com wrote: Hi, 2010/5/7 Markus Metz markus.metz.gisw...@googlemail.com: there is a new module in grass7 for raster interpolation called r.resamp.bspline, based on the lidar tool methods. NULL cells are filled on the go, no need

[GRASS-dev] r.fillnulls in trunk broken when map units are not meter

2010-05-07 Thread Markus Metz
... because in the python script there is in line 120 reg = grass.region() but it should be the python equivalent to bash eval `g.region -gm | grep res` note the -m flag. This is necessary because the input buffer distance for r.buffer must be in meters. Markus M

[GRASS-dev] Re: r.fillnulls in trunk broken when map units are not meter

2010-05-07 Thread Markus Metz
Markus Metz wrote: ... because in the python script there is in line 120    reg = grass.region() but it should be the python equivalent to bash eval `g.region -gm | grep res` note the -m flag. This is necessary because the input buffer distance for r.buffer must be in meters. Fixed in

Re: [GRASS-dev] Re: r.fillnulls in trunk broken when map units are not meter

2010-05-07 Thread Markus Neteler
On Fri, May 7, 2010 at 1:43 PM, Markus Metz markus.metz.gisw...@googlemail.com wrote: ... BTW, r.buffer in trunk is broken for latln, wrong results and slow, in grass64 results are fine and it is much faster (???). +1! Markus ___ grass-dev mailing

Re: [GRASS-user] Re: [GRASS-dev] raster interpolation and NULL cell filling

2010-05-07 Thread Glynn Clements
Markus Metz wrote: BTW, this module should probably stay in `raster/` instead of `vector\lidar`. For compilation it is easier if it is in vector/lidar because it uses stuff in lidarlib. Otherwise it will fail because raster modules are compiled before vector modules -lidarlib not yet

Re: [GRASS-user] Re: [GRASS-dev] raster interpolation and NULL cell filling

2010-05-07 Thread Markus Metz
On Fri, May 7, 2010 at 2:19 PM, Glynn Clements gl...@gclements.plus.com wrote: Markus Metz wrote: BTW, this module should probably stay in `raster/` instead of `vector\lidar`. For compilation it is easier if it is in vector/lidar because it uses stuff in lidarlib. Otherwise it will fail

[GRASS-dev] Re: [OSGeo] #567: Create new GRASS SVN sub-repository

2010-05-07 Thread OSGeo
#567: Create new GRASS SVN sub-repository --+- Reporter: neteler | Owner: warmerdam Type: task | Status: assigned Priority: normal | Component: Systems Admin Resolution: |