Re: [GRASS-user] Python Script- grass.debug

2010-09-27 Thread Glynn Clements
Luisa Peña wrote: > I'm doing a Python script, based on r.in.aster, to import a set of images > but, I'm not sure for that is used the following: > grass.debug("gdalwarp -t_srs %s %s %s" % (proj, srcfile, tempfile)) > WHat is the point of using grass.debug grass.debug prints a debugging mess

[GRASS-user] Python Script- grass.debug

2010-09-23 Thread Luisa Peña
Hi there I'm doing a Python script, based on r.in.aster, to import a set of images but, I'm not sure for that is used the following: grass.debug("gdalwarp -t_srs %s %s %s" % (proj, srcfile, tempfile)) WHat is the point of using grass.debug if I do the following after this: if platform.system()