Hello, I am new to ArcGIS Pro and developing with Python, so please bear with me if this is a beginner question.
I am creating a script tool, which is performing a series of image processing tasks. What I am stuck with is:
1- If I drag and drop an image as an input raster from the content pane to the tool, the image gets added but without its projections. Would it be possible to add the image (using this way) along with its projections?
2- How can I output the result image from the code as a layer in the content pane?
Thanks.