So, i have a very large Military Analyst RPF Catalog (think millions of unmanaged rasters).
I am required to make each distinct PRODUCT have its own MA RPF Catalog inside of a FGDB.
I have a model that takes Creates a new RPF Catalog and Extracts the relevant items into
I now want to write a model/script that can loop through the distinct PRODUCTs in the RPF Catalog and run the model.
I know python and the geoprocessor decently, but can you run models from within python?
Another way i thought about doing this is Batching the model runs. But considering the fact i have 50 products, how do i store the parameters given to a batch run, or script a batch run.