Hi,
I am using ArcGIS Pro and trying to georeference a set of aerials (.tif) photos. I am using Warp_management tool. I have placed 3 GCP on both target and source images. The result image it produces is a copy of the source image. The target image is not georeferenced. I have the python file attached, however could not attach the tif files due to size of the files.
I am new to python and not sure what I do is correct.
Your help is appreciated.
One set of coordinates seems to be projected and the other geographic.
You can't "warp" from planar to spherical. Get the decimal degree coordinates in the same coordinate system as the projected coordinates, then you can warp when you get more than 3 points since 6 for a second order is the recommended minimum
first did it appear in the correct-ish spot without warping?
second, right-click, zoom to layer? nothing?
third blank map, no base map, nothing? If something examine the map frame properties and report
ditto, if warped image appears but zoom to layers goes strange.
thank you!
i got it
so what was the issue?