Hello,
I'm trying to reclassify a raster by standard deviation using arcpy. Problem is that when I go to use RemapRange I don't know how to calculate the break values for my new classes. Does anybody know how to get around this? I can access a few raster properties via GetRasterProperties_management(), but I need actual break values before I can reclassify.
arcpy.sa.Reclassify (in_raster, reclass_field, remap, {missing_values})
arcpy.sa.RemapRange (remapTable)
I'm trying to reclassify a raster by standard deviation using arcpy. Problem is that when I go to use RemapRange I don't know how to calculate the break values for my new classes. Does anybody know how to get around this? I can access a few raster properties via GetRasterProperties_management(), but I need actual break values before I can reclassify.
arcpy.sa.Reclassify (in_raster, reclass_field, remap, {missing_values})
arcpy.sa.RemapRange (remapTable)