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"
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
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
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
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