EsriOceans / btm

Benthic Terrain Modeler
http://resources.arcgis.com/en/communities/oceans/
Mozilla Public License 2.0
26 stars 7 forks source link

Sa:Pa tool fails if result is set to a FGDB. #63

Closed scw closed 10 years ago

scw commented 10 years ago
# ERROR 010240: Could not save raster dataset to C:\Workspace\test\test.gdb\reclassSlope with 
# output format FGDBR.
#
# 010240 : Could not save raster dataset to <value> with output format <value>.
#
# Description
# The output raster dataset could not be created in the specified format. There may already exist an 
# output raster with the same name and format. Certain raster formats have limitations on the range
# of values that are supported. For example, the GIFformat only supports a value range of 0 to 255, 
# which would be a problem if the output raster would have a range of -10 to 365.
# 
# Solution
# Check that a raster with the same name and format does not already exist in the output location.
# Also, check the technical specifications for raster dataset formats to make sure that the 
# expected range of values in the output is compatible with the specified format.