changedInput schema / $defs / CreateFishnetInput / description
Previous value: -"Input contract for creating a rectangular fishnet/grid feature class."New value: +"Input contract for creating a rectangular fishnet or analysis grid."
changedInput schema / $defs / CreateFishnetInput / properties / cell_height / description
Previous value: -"Height of each fishnet cell in the output coordinate units."New value: +"Height of each fishnet cell in output coordinate system units. Use the same value as cell_width for square cells."
changedInput schema / $defs / CreateFishnetInput / properties / cell_width / description
Previous value: -"Width of each fishnet cell in the output coordinate units."New value: +"Width of each fishnet cell in output coordinate system units. For projected data this is usually meters or feet."
changedInput schema / $defs / CreateFishnetInput / properties / columns / description
Previous value: -"Number of fishnet columns to create."New value: +"Number of fishnet columns to create. Combined with cell_width, this controls the total grid width."
changedInput schema / $defs / CreateFishnetInput / properties / create_label_points / description
Previous value: -"When true, ask ArcPy to create label points for fishnet cells where supported by the geoprocessing tool."New value: +"When true, ask ArcPy CreateFishnet to create label points for grid cells where supported. Use this when cell centers are needed for labels, sampling points, or downstream joins."
changedInput schema / $defs / CreateFishnetInput / properties / geometry_type / description
Previous value: -"Output grid geometry type. POLYGON creates cells as polygons; POLYLINE creates grid lines."New value: +"Output grid geometry type. Use POLYGON when cells should be analysis zones, sampling units, planning units, or overlay features. Use POLYLINE when only grid lines are needed for indexing or cartography."
changedInput schema / $defs / CreateFishnetInput / properties / origin_x / description
Previous value: -"X coordinate of the fishnet origin point."New value: +"X coordinate of the fishnet origin point, usually the lower-left corner of the grid in the output coordinate system."
changedInput schema / $defs / CreateFishnetInput / properties / origin_y / description
Previous value: -"Y coordinate of the fishnet origin point."New value: +"Y coordinate of the fishnet origin point, usually the lower-left corner of the grid in the output coordinate system."
changedInput schema / $defs / CreateFishnetInput / properties / out_features / description
Previous value: -"Absolute output feature class path for the fishnet grid. The path must be inside a configured PathGuard allowed root; existing outputs require overwrite=true."New value: +"Absolute output feature class path for the generated fishnet grid. Use a geodatabase feature class path for project analysis outputs. The path must be inside a configured PathGuard allowed root; existing outputs require overwrite=true."
changedInput schema / $defs / CreateFishnetInput / properties / overwrite / description
Previous value: -"Set true only when replacing an existing output fishnet is intended."New value: +"Set true only when replacing an existing fishnet output feature class is intended."
changedInput schema / $defs / CreateFishnetInput / properties / rows / description
Previous value: -"Number of fishnet rows to create."New value: +"Number of fishnet rows to create. Combined with cell_height, this controls the total grid height."
changedInput schema / $defs / CreateFishnetInput / properties / y_axis_y / description
Previous value: -"Y coordinate of the orientation point used to define the fishnet Y-axis direction. Defaults to origin_y + 10 when omitted."New value: +"Y coordinate of the orientation point used with origin_x to define the fishnet Y-axis direction. Leave None to use origin_y + 10, which creates a north-oriented grid in typical projected coordinate systems."