All notable changes to this project will be documented in this file.
-
Added Band Order Input Parameter:
- Introduced a new input parameter to allow users to specify the order of bands (Red, Green, Blue, Near Infrared, Red Edge) using a comma-separated list of indices. This enables automatic band assignment based on user-defined order.
-
Replaced OpenCV and Rasterio with arcpy and Pillow:
- Updated the code to use
arcpyandPillowinstead ofOpenCVandRasterioto ensure compatibility with the default environment of ArcGIS Pro. This change ensures that dependencies of the main script are met without requiring additional installations.
- Updated the code to use