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
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()