Hi All,
Just a few more tips for GRID maps derived from .gis maps after
performing reclassifications, clipping etc in ArcGIS10.
If you find that your GRIDs are listing all the values between your
mapcodes as classes with raster counts as zero (due to legacy .gis
conversions) , you can use Extract by Attribute with the SQL
calculation set to Count > 0 to reduce your classes to those with
raster counts greater than zero.
Also, I frequently got GRIDs with NoData set to some large negative
number after clipping. LANDIS-II needs input with NoData set to
zero. This needs to be done in Raster Calculator instead of
reclassify if you have thousands of mapcodes and you can use this
formula: Con( IsNull ("MyRaster"), 0,"MyRaster") with no spaces at
the end of the line. Trying to use Reclassify with 6000+ classes to
change the NoData to zero doesn't work because it tries to bin your
inputs.
Use Processing Extent in your Environment settings anytime you do any
processing on your GRIDs to make sure you are setting your extent and
snapping to whatever your base layers are.