Hi everybody,
When I georeference a tif or jpg image on ArcMaps by loading the link table with a dozen control points, the transformation takes a second or two.
However, when I run the Python script using WarpFromFile, it takes around 10 minutes. Here is my code:
arcpy.WarpFromFile_management(input.jpg, output.tif, link_table.txt, POLYORDER1, NEAREST)
Is there any reason for that? e.g. I input a jpg and the output is a tif, perhaps this slows down the process.
Any idea on how to improve the efficiency?
Thanks