Hello, my question is about iterators and model builder. I believe that does not fit in this group, but I am not able to post under the ModelBuilder group.
My question is:
I need to make a division between two rasters (raster1/raster2). Raster1 and Raster2 have the same name but are located in two different folders.
For example:
Folder1: users/folder1/Raster1
Folder2: users/folder2/Raster2
I want to do these operations over multiple files, then I need to iterate over two folders and make the division of the rasters with the same name. The output is a raster with the result of that division.
I have tried following this idea: idea: https://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Integrating_a_model_within_a_model/002w0000007p000000/
with the result of the image below. I cannot connect the output of the submodel to the raster calculator of the main model.
Any idea in how to do it?
Thank you in advance!
