How to use the output from main model in submodel or correct workflow

657
3
07-12-2013 11:08 AM
AliciaMein
New Contributor III
Or even how to use the ouput of a model in another model?
Can it be done without user interaction.
0 Kudos
3 Replies
ShitijMehta
Esri Regular Contributor
Hi,
Read the Advanced use of model iterators section. It has to do with making the variable a model parameter and saving the model before dragging and dropping into the main model.
0 Kudos
AliciaMein
New Contributor III
Thanks, but I cant get it to work.
I've moved back to populating the attributes and need a little help with that before I try to finish this part up.
0 Kudos
AliciaMein
New Contributor III
Ive changed my workflow trying to figure this process out, but I still cant get inputs to work in my model.
I have two iterations I want to do.  Iterate polys and iterate rasters.
The zone data needs to be iterated through a database containing vector data and I have set feature type to polygon, so no matter how many different zones that need to be evaluated I will just need to add them to the file geodatabase.  Then I also have a raster file geodatabase with exactly the same logic, no matter which raster I want to process I just add them here.
I would like to iterate through the zones and procees them in the sub model but I cant get the connected.  The zones (polygon layers) need to be used as input into the zonal stats tool in the sub model.
My logic is flawed somewhere.  Please help.
0 Kudos