[GRASS-user] Error while exporting a raster in Windows

2010-10-14 Thread Luisa Peña
I'm trying to export a raster from GRASS using this command
r.out.gdal -f input=...@permanent output=C:\b10.tif
nodata=0
and I get this error:
Exporting to GDAL data type: Byte
Checking GDAl data type and nodata value
ERROR 1: TIFFOpen:C:\b10: Permission denied
ERROR: Unable to create C:\b10 dataset using GTiff driver

I'm running in WinGRASS in Windows7 with snapshot 4/9/2010.

That is happening?

Thanks
Luisa
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Error while exporting a raster in Windows

2010-10-14 Thread Glynn Clements

Luisa Peña wrote:

 I'm trying to export a raster from GRASS using this command
 r.out.gdal -f input=...@permanent output=C:\b10.tif
 nodata=0
 and I get this error:

 ERROR 1: TIFFOpen:C:\b10: Permission denied

That seems fairly self explanatory: you don't have permission to
create files in the root directory of the C: drive.

By default, normal users only have permission to create files in their
My Documents directory. In Windows XP, you can change the
permissions via the Sharing tab (or the Security tab if simple file
sharing is disabled) in the properties dialog; I don't know about
Windows 7.

-- 
Glynn Clements gl...@gclements.plus.com
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user