Re: [gdal-dev] Problems using gdal python binding 'createcopy' function

2010-10-07 Thread Frank Warmerdam
William Hudspeth wrote: Hi Frank, Thanks for responding. I have tried the following, gdal_translate -ot Float32 -of AAIGrid src.tif dst.asc Only to get an AAIGrid in Int16 format?? Bill, I see that by default floating point values in the AAIGRID CreateCopy code are written as "%6.20g"

[gdal-dev] Problems using gdal python binding 'createcopy' function

2010-10-07 Thread William Hudspeth
Hi Frank, Thanks for responding. I just tried: gdal_translate -ot Float32 -of AAIGrid input.tif output.asc and got an Int16 AAIGrid (?) Bill ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Problems using gdal python binding 'createcopy' function

2010-10-07 Thread William Hudspeth
Hi Frank, Thanks for responding. I have tried the following, gdal_translate -ot Float32 -of AAIGrid src.tif dst.asc Only to get an AAIGrid in Int16 format?? ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listin

Re: [gdal-dev] Problems using gdal python binding 'createcopy' function

2010-10-07 Thread Frank Warmerdam
William Hudspeth wrote: Hello, I am trying to copy a GeoTiff to an AAIGrid file using the Python osgeo-gdal CreateCopy() function. The metadata associated with the function indicates that one can output a Float32-formatted file, but I am having trouble figuring out exactly how the output format

[gdal-dev] Problems using gdal python binding 'createcopy' function

2010-10-07 Thread William Hudspeth
Hello, I am trying to copy a GeoTiff to an AAIGrid file using the Python osgeo-gdal CreateCopy() function. The metadata associated with the function indicates that one can output a Float32-formatted file, but I am having trouble figuring out exactly how the output format is specified in a call to