Re: [GRASS-dev] Batch processing in GRASS GIS

2009-04-29 Thread Markus Neteler
On Wed, Apr 29, 2009 at 8:22 AM, Sheeja Bhaskaran wrote: > Sir, > > My project is based on batch processing in GRASS GIS.Operating system is > LINUX. ... >> Then the above script is performed by these steps: >> >> chmod u+x $HOME/my_grassjob.sh >> export > GRASS_BATCH_JOB=$HOME/my_grassjob.sh >>

Re: [GRASS-dev] Batch processing in GRASS GIS

2009-04-28 Thread Hamish
Sheeja Bhaskaran wrote: >.Also guide me how to set the time intervals in batch processing. either add "sleep 30" (stall for 30 seconds) into the script and put a "while" loop into it, or run the script as a "cron" job at some regular interval. if updating every 10 seconds probably 'sleep' is the

[GRASS-dev] Batch processing in GRASS GIS

2009-04-28 Thread Sheeja Bhaskaran
Sir, My project is based on batch processing in GRASS GIS.Operating system is LINUX. I am using GRASS63 > The following steps have been performed. > 1)v.in.db > 2)v.to.rast > 3)r.surf.idw > > The next step is to do batch processing on the above mapset and the above > output should be displayed with

Re: [GRASS-dev] Batch Processing in GRASS GIS

2009-03-30 Thread Markus Neteler
2009/3/30 Sheeja Bhaskaran : > Sir, > > My project is based on batch processing in GRASS GIS. > I have created new vector (points) from database table containing > coordinates. After this, using v.to.rast converts the binary GRASS vector > map layer into raster.Then surface interpolation is done us

[GRASS-dev] Batch Processing in GRASS GIS

2009-03-29 Thread Sheeja Bhaskaran
Sir, My project is based on batch processing in GRASS GIS. I have created new vector (points) from database table containing   coordinates. After this, using v.to.rast converts the binary GRASS vector map layer into raster.Then surface inte