[GRASS-dev] r.out.gdal rewritten

Hamish hamish_nospam at yahoo.com
Tue Oct 24 23:19:38 EDT 2006


> Any reason that the available formats are limited to
>
>   format->options = 
> "AAIGrid,BMP,BSB,DTED,ELAS,ENVI,FIT,GIF,GTiff,HFA,JPEG,MEM,MFF,MFF2,
> NITF,PAux,PNG,PNM,VRT,XPM";


don't hardcode the available formats. They will depend on the local
installation of GDAL, and what configure flags it was built with, and as
such options will vary widely. If you hard code it you impose an
artificial barrier to optional and future raster formats.

depend on "r.out.gdal -l" and examples (GTiff) instead.


Hamish




More information about the grass-dev mailing list