I'll start with the over arching project.
I have a database of feature layers which contain regularly spaced rectangular features (or square depending on the projection).
They form the "Global Area Reference System" created by NGA. They come in 30min, 15min, 5min and 1min (1 min are not NGA but created by our cell).
I have created a model which adds top, bottom, left and right fields then adds the extents of each feature in DD. It then uses the convert coordinates in file to add Top left, Top Right, Bottom Left and Bottom Right fields and calculate the MGRS coords for these.
Problem I have run into is when trying to run the model on the 1 min box's. there is almost 1.5 mil features in each feature layer and the system can't handle it.
My thought was I could run the convert coordinates in a sub model and iterate through each line but each time the convert coordinates in file tool is run it creates a new field.
Does anyone have ideas they can throw at me as I am a bit stuck and needing to get this task complete.
Cheers