ERROR
Note: This article applies to retired ArcGIS versions 9.x and 10.0. Later versions of ArcGIS may contain different functionality, as well as different names and locations for menus, commands and geoprocessing tools.
When running the Float to Raster tool, the following error occurs:
"ERROR 010067: Error in executing grid expression. Failed to execute (FloatToRaster)."
The required ASCII header file may have been formatted incorrectly. Instead of having cellsize in the .hdr file, it may have xdim and ydim.
Note: The .hdr file must be in the same folder as the .flt file required as input by the Float to Raster geoprocessing tool.
The header file (.hdr) must be manually edited in a text editor, such as Notepad, for the tool to run correctly. The xdim and ydim must be replaced with cellsize for the tool to run correctly.
NCOLS xxx NROWS xxx XLLCENTER xxx | XLLCORNER xxx YLLCENTER xxx | YLLCORNER xxx XDIM xxx YDIM xxx NODATA_VALUE xxx BYTEORDER <MSBFIRST | LSBFIRST>
NCOLS xxx NROWS xxx XLLCENTER xxx | XLLCORNER xxx YLLCENTER xxx | YLLCORNER xxx CELLSIZE xxx NODATA_VALUE xxx BYTEORDER <MSBFIRST | LSBFIRST>
Get help from ArcGIS experts
Download the Esri Support App