RE: [GRASS-user] r.texture NULL value error

2008-11-25 Thread Hufkens Koen
Markus Neteler Verzonden: ma 24-11-2008 15:46 Aan: Hufkens Koen CC: GRASS user list Onderwerp: Re: [GRASS-user] r.texture NULL value error On Mon, Nov 24, 2008 at 2:39 PM, Hufkens Koen [EMAIL PROTECTED] wrote: Hi list, I've been trying to run a r.texture filter on a map but I constantly get

[GRASS-user] r.texture NULL value error

2008-11-24 Thread Hufkens Koen
Hi list, I've been trying to run a r.texture filter on a map but I constantly get the error: ERROR: Negative or no data pixel found. This module is not yet able to process no data holes in a map, please fill with r.fillnulls or other algorithms However, I ran r.null to set all

Re: [GRASS-user] r.texture NULL value error

2008-11-24 Thread Markus Neteler
On Mon, Nov 24, 2008 at 2:39 PM, Hufkens Koen [EMAIL PROTECTED] wrote: Hi list, I've been trying to run a r.texture filter on a map but I constantly get the error: ERROR: Negative or no data pixel found. This module is not yet able to process no data holes in a map, please fill with

Re: [GRASS-user] r.texture NULL value error

2008-11-24 Thread Hamish
Markus: The trick is that *all* pixels in the current region are need to be set to non-NULL. If NULL pixels are present, r.texture fails. - (or fix r.texture if possible). maybe something like this: