changedInput schema / $defs / ClipRasterInput / description
Previous value: -"Clip by explicit rectangle and/or template dataset geometry."New value: +"Input contract for clipping a raster by rectangle or template dataset."
addedInput schema / $defs / ClipRasterInput / properties / in_raster / description
Added value: +"Absolute path to the existing input raster dataset. The path must be inside a configured PathGuard allowed root."
addedInput schema / $defs / ClipRasterInput / properties / nodata_value / description
Added value: +"Optional NoData value assigned outside the clipping area where ArcPy supports it."
addedInput schema / $defs / ClipRasterInput / properties / out_raster / description
Added value: +"Absolute output raster path to create. The path must be inside a configured PathGuard allowed root; existing outputs require overwrite=true."
addedInput schema / $defs / ClipRasterInput / properties / overwrite / description
Added value: +"Set true only when replacing an existing output raster is intended."
changedInput schema / $defs / ClipRasterInput / properties / template_dataset / description
Previous value: -"FC/raster whose extent (or geometry) clips."New value: +"Optional feature class or raster whose extent, or polygon geometry when use_clipping_geometry=true, defines the clipping area."
changedInput schema / $defs / ClipRasterInput / properties / use_clipping_geometry / description
Previous value: -"Clip to template polygon geometry, not extent."New value: +"When true, clip to the template polygon geometry instead of only the template extent. Requires template_dataset."
addedInput schema / $defs / ClipRasterInput / properties / xmax / description
Added value: +"Maximum X coordinate of the clipping rectangle. Must be greater than xmin when rectangle clipping is used."
addedInput schema / $defs / ClipRasterInput / properties / xmin / description
Added value: +"Minimum X coordinate of the clipping rectangle. Provide all four rectangle bounds together, or leave all bounds None and use template_dataset."
addedInput schema / $defs / ClipRasterInput / properties / ymax / description
Added value: +"Maximum Y coordinate of the clipping rectangle. Must be greater than ymin when rectangle clipping is used."
addedInput schema / $defs / ClipRasterInput / properties / ymin / description
Added value: +"Minimum Y coordinate of the clipping rectangle. Provide all four rectangle bounds together, or leave all bounds None and use template_dataset."