addedInput schema / $defs / HotspotAnalysisInput / description
Added value: +"Input contract for identifying statistically significant hot and cold spots."
addedInput schema / $defs / HotspotAnalysisInput / properties / conceptualization / description
Added value: +"Spatial relationship model used to define feature neighbors, such as FIXED_DISTANCE_BAND, INVERSE_DISTANCE, K_NEAREST_NEIGHBORS, or contiguity-based relationships."
changedInput schema / $defs / HotspotAnalysisInput / properties / distance_band / description
Previous value: -"Band/threshold in map units."New value: +"Optional distance threshold in map units used by distance-based conceptualizations. Use None when ArcPy should infer or not require a distance band."
addedInput schema / $defs / HotspotAnalysisInput / properties / distance_method / description
Added value: +"Distance calculation method used for spatial relationships. Use EUCLIDEAN_DISTANCE for straight-line distance or MANHATTAN_DISTANCE for grid-like movement."
addedInput schema / $defs / HotspotAnalysisInput / properties / in_features / description
Added value: +"Absolute path to the input feature class used for spatial statistics. The path must be inside a configured PathGuard allowed root."
changedInput schema / $defs / HotspotAnalysisInput / properties / input_field / description
Previous value: -"Numeric field analyzed for clustering."New value: +"Numeric attribute field analyzed for statistically significant spatial clustering of high and low values."
addedInput schema / $defs / HotspotAnalysisInput / properties / out_features / description
Added value: +"Absolute output feature class path to create with statistical results. The path must be inside a configured PathGuard allowed root; existing outputs require overwrite=true."
addedInput schema / $defs / HotspotAnalysisInput / properties / overwrite / description
Added value: +"Set true only when replacing an existing spatial statistics output feature class is intended."