Select to view content in your preferred language

Extract by Attributes Tool Produces Buggy Results

985
3
10-20-2010 09:47 AM
JedRoberts
Deactivated User
I have a 32-bit float DEM from which I am trying to strip out values of interest.  I am using the Where Clause "value > 0".  When I run this in ArcGIS Desktop 10, it produced a raster with a min and max of zero.  It also has the appearance of black and white vertical lines (think of a barcode).

When I run this same tool on the same DEM in ArcGIS Desktop 9.3.1 it produces the expected result.

Anyone else experiencing this?  Is this a known issue?
0 Kudos
3 Replies
mariahlewis
Emerging Contributor
if that thing can be read by a barcode scanner ,then it is a barcode
0 Kudos
mariahlewis
Emerging Contributor
have you tried to read the barcode (think of barcode),i think it should be a barcode
0 Kudos
curtvprice
MVP Alum
Arc 9.x converts all rasters to grids before it runs its tools. I have seen where the new direct read/write fails to work on some input formats correctly. You should definitely log a support incident if you can reproduce the issue.

What is your input data type? If it isn't a grid, then try converting it to Esri Grid format with copy raster and see if the tool will run correctly on the grid format data file.

One thing about grids is they always have a valid raster table and stats, they are built with the grid is created -- not necessarily true with other raster data types, so just running Build Raster Attribute Table or running stats on the raster may fix your problem.
0 Kudos