Re: [GRASS-user] Error in r.basin

2011-08-02 Thread Markus Metz
On Mon, Aug 1, 2011 at 10:41 PM, Martin Landa landa.mar...@gmail.com wrote: Hi, 2011/8/1 Rosca Bogdan ros...@gmail.com:     grass.run_command('r.stream.extract', elevation = r_elevation, accumulation = r_accumulation, threshold = th, d8cut = 'infinity', mexp = 0, stream_rast = r_stream_e,

[GRASS-user] Error in r.basin

2011-08-01 Thread Rosca Bogdan
Hello! I am trying to run r.basin for some analysis and it start promising but it end badly: ## r.basin.py map=dem_fill@harta prefix=a easting=491896.20 northing=659955.69 threshold=900 Removing raster MASK Raster map MASK not found MASK nothing removed SECTION 1a (of 5): Initiating

Re: [GRASS-user] Error in r.basin

2011-08-01 Thread Martin Landa
Hi, 2011/8/1 Rosca Bogdan ros...@gmail.com:     grass.run_command('r.stream.extract', elevation = r_elevation, accumulation = r_accumulation, threshold = th, d8cut = 'infinity', mexp = 0, stream_rast = r_stream_e, stream_vect = v_stream_e, direction = r_drainage_e, flags ='-o') replace