Here is my scenario: I need to very roughly georeference thousands of scanned air photos that are tracked in a file geodatabase. Oversimplifying things considerably, my fields look like:
Filename (which contains location of the raster tif on disk)
Center_X (map coordinate)
Center_Y
Rotation (always zero for my simple exercise)
ground_resolution (in map coordinate units)
I want to feed each "filename" to the rastergeoreferencer, using Center_X, Center_Y, rotation, and ground resolution. But I'm conceptually stuck... rastergeoreferencer obviously wants input from a raster reader, not a text string with the path to the raster. See the rub?
Can somebody give me a push in the right direction?
Thanks!!