I need Count, Max and Min values when running Dissolve in a model builder. In the resulting tables, the name for the count values are "Value_COUNT", but the names for the max and min values are the same, "Value." There are many resulting tables and I need to change the names "Value" to "Value_MAX" and "Value_MIN" in arcGIS for further spatial analysis.
I guess I need change the default setting in arcpy. How could I do it? Thank you!!
Here's the default setting:"# Process: Dissolve"arcpy.Dissolve_management(v_Name__BMP_CB_SpatialJoin2, v_Name__BMP_CB_SJ5_Dis, "TARGET_FID", "Value MIN;Value MAX;Value COUNT", "MULTI_PART", "DISSOLVE_LINES")
أكثر...
I guess I need change the default setting in arcpy. How could I do it? Thank you!!
Here's the default setting:"# Process: Dissolve"arcpy.Dissolve_management(v_Name__BMP_CB_SpatialJoin2, v_Name__BMP_CB_SJ5_Dis, "TARGET_FID", "Value MIN;Value MAX;Value COUNT", "MULTI_PART", "DISSOLVE_LINES")
أكثر...