Select to view content in your preferred language

*.flt Raster to Ascii

631
0
12-22-2011 12:15 PM
BuddyMcCloskey
New Contributor
I have used your tool box for conversion using your Python prompts. However, another client of your did this same tool and got different numbers. Actually, I tried converting the 4 bytes in the *.flt files
and got a 3rd different answer. I use the 4 bytes - and reverse bit combinations. Somewhere, somebody back there converted this IEEE correctly.  I could attach all I did if the original author is available. I have the most important use of this data and want ArcGis to display these final results
as it also develops *.kml files which do work on Google Earth but not here. Need to upload results.

# Name: RasterToASCII_Ex_02.py
# Description: Converts a raster dataset to an ASCII file representing
#    raster data.
# Requirements: None
# Author: ESRI

# Import system modules
import arcpy
from arcpy import env
0 Kudos
0 Replies