Hi,
Is it possible to "copy-paste" the geospatial extent from one .tif file to an other? I would like to shift an non-georeferenced image to the same position as an georeferenced image in ArcGIS Pro 2.5 (via python).
The manipulation of
arcpy<SPAN class="punctuation token">.</SPAN>env<SPAN class="punctuation token">.</SPAN>extent<SPAN class="operator token">=</SPAN>georeferenced_image<SPAN class="punctuation token">.</SPAN>extent<SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
results in a georeferenced image, but in this image only "noDataValues" are present.
Are there any solutions/proposals how an image can be reprojected/shifted onto another?