Hi All,
I have a scenario where I have a set of shapefiles, and a set of rasters, and I need to clip each raster with each shape file.
For example:
Raster 1 is clipped with Shapefile 1
Raster 2 is clipped with Shapefile 1
Raster 3 is clipped with Shapefile 1
Raster 1 is clipped with Shapefile 2
Raster 2 is clipped with shapefile 2, etc.
I've had a read here: http://desktop.arcgis.com/en/arcmap/10.3/analyze/modelbuilder/integrating-model-within-a-model.htm but I'm not quite getting it.
I'm quite lost with where to start putting the two together. As in, does the clip go in the parent model, or the sub model? What needs to be parameterised?