[GRASS-user] question on the use of r.out.gdal

Markus Metz markus.metz.giswork at gmail.com
Sun Jul 15 23:21:44 PDT 2018


On Mon, Jul 16, 2018 at 3:32 AM, Gabriel Cotlier <gabiklm01 at gmail.com>
wrote:
>
> 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 ?

"No space left on device": the disk/partition is full, free up some space
or use another partition with enough free space.

Markus M
>
> Thanks in advance.
>
> Best regards,
>
> Gabriel
>
>
>
>
>
>
>
>
>
>
>
>
>
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20180716/d915eb59/attachment.html>


More information about the grass-user mailing list