Hi all!
I have a question about selecting rasters in a Mosaic Dataset and do processing on those.
I need to calculate a basic image ratio on two rasters in a mosaic dataset (Ex: Raster1/ Raster2) using Python. I know about the GitHub - Esri/raster-functions: A curated set of lightweight but powerful tools for on-the-fly image processing and rast… , but all the functions apply on the entire Mosaic Dataset, and I did not find any on how to process rasters separately. While I can do the work with the Image Analysis window in ArcGIS Desktop, I did not find any way to automate this in Python/arcpy.
Thanks for any help!
Alin