import arcpy band_1 = arcpy.sa.Raster('c:/path/to/band1.tif') band_3 = arcpy.sa.Raster('c:/path/to/band3.tif') sum_reflectance = (band_1 + band_3)/(band_1.maximum + band_3.maximum)
One is to create a model builder workflow which uses the raster calculator tool with the particular math you're using to convert between the images and reflectance. Save this model, and then from the catalog pane, you can right click on the model and select 'Batch', which will allow you to run the calculation on multiple rasters.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.