I have a whole heap of satelite imagery coming in that is not georeferenced. They have a grid overlaid so I do know the bounding box/coordinates of the images (and projection). I just need them georeferenced for use in ArcGIS.
I have manually done a few by referencing to a point dataset I traced over the top - and it works great. I just need to automate this process.
Each image is exactly the same, so the same points overlaid will always match up (even if it doesnt, the application of this does not need to be accurate).
Basically I need to apply the 'link table' information from the example I've already done, and apply it to all the images...
Possible in python/model builder?