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

Markus Metz markus.metz.giswork at googlemail.com
Fri May 7 06:20:44 EDT 2010


... 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


More information about the grass-dev mailing list