Dear grass users,

for exporting out of GRASS mapset raster layers in .tif file format I have
run the following code:

for raster in rasters:
    grass.run_command('r.out.gdal', input=raster, output=raster + '.tiff',
format='GTiff')

all the raster layer were exported saved as .tif files in destination
folder, however, I got the error in the figure bellow.

Since the raster layers were exported/saved, why could be this error
message appearing ?

Thanks in advance.

Best regards,

Gabriel
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to