Re: [GRASS-user] Conversion of multiple rasters to PNG files

2011-04-12 Thread daniel mcinerney
Hi, you could use the following bash for loop as a basis for what you want to do: for file in `g.mlist rast pattern=searchpattern*`; do r.out.png input=$file output=/tmp/$file.png; done Regards, Daniel On Tue, Apr 12, 2011 at 5:10 AM, Mortsde alex.mort...@gmail.com wrote: Hi Community,

Re: [GRASS-user] Conversion of multiple rasters to PNG files

2011-04-12 Thread Hamish
Mortsde wrote: I'm relatively new to GRASS/unix style commands and was wondering if anyone had a quick PERL script that could convert LOTS of raster maps to PNG files without the repetition of going through one by one. I'm not much of a programmer otherwise I'd write some kind of loop and

Re: [GRASS-user] problems with r.walk

2011-04-12 Thread ambijat
Fine! I shall subscribe to it. But, I frequently use both for platforms for their respective merit. That' s why I thought it to post there. for, eg r.walk is simply not there in QGIS and r.mapcalc is not in GRASS (the easier one). Thanks! Ambrish Dhaka On 4/12/2011 12:43 PM, Markus Neteler

Re: [GRASS-user] replacement for d.mon in GRASS 7.0?

2011-04-12 Thread alonso
I'm trying to use ximgview for the first time but when I use this code: export GRASS_PNGFILE=map.bmp d.erase ximgview map.bmp d.rast mde d.vect countries type=boundary export GRASS_PNG_MAPPED=TRUE d.vect erases the mde raster map (the same with type=centroids). It draws what it is supposed to

[GRASS-user] g.extension unable to install landsat processing addons in AMD64 Ubuntu

2011-04-12 Thread Juan Benavides Duque
I'm trying to donwload the addons for landsat processing in running Grass 6.4 under Ubuntu maverick (10.10) for an AMD64. When I tried to get the files from the repositories and install them I get the following error. I have tried the suggestions in similar treads but they haven't solve my

Re: [GRASS-user] g.extension unable to install landsat processing addons in AMD64 Ubuntu

2011-04-12 Thread Markus Neteler
On Tue, Apr 12, 2011 at 5:14 PM, Juan Benavides Duque jbena...@siu.edu wrote: I'm trying to donwload the addons for landsat processing in running Grass 6.4 under Ubuntu maverick (10.10) for an AMD64. When I tried to get the files from the repositories and install them I get the following

[GRASS-user] Please support the GRASS GIS Community Sprint 2011!

2011-04-12 Thread Markus Neteler
*Please support the GRASS GIS Community Sprint 2011!* Are you using GRASS GIS for your professional work? Does GRASS help you to perform your spatial data analysis? Want to give back? *The event!* You are invited to support an upcoming event to make GRASS even better. At the GRASS Community

Re: [GRASS-user] replacement for d.mon in GRASS 7.0?

2011-04-12 Thread Glynn Clements
alonso wrote: I'm trying to use ximgview for the first time but when I use this code: export GRASS_PNGFILE=map.bmp d.erase ximgview map.bmp d.rast mde d.vect countries type=boundary export GRASS_PNG_MAPPED=TRUE d.vect erases the mde raster map (the same with type=centroids). It