<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Options for georeferencing JPG images with arcpy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/options-for-georeferencing-jpg-images-with-arcpy/m-p/1164055#M64340</link>
    <description>&lt;P&gt;I am working with a library of overhead images accessible via simple REST endpoint.&lt;/P&gt;&lt;P&gt;The workflow I'd like to have is that a user can query this library by their current ArcGIS Pro, active map view extent.&amp;nbsp; That part works fine and I generate a series of polygon footprints onto the map.&lt;/P&gt;&lt;P&gt;However, there's a small overview image associated with each record that I'd like to pull in and display on the map, doing a simple 4-corner georeferencing of the overview JPG with its corresponding polygon.&lt;/P&gt;&lt;P&gt;However searches for georeferencing via arcpy aren't turning up a lot.&amp;nbsp; How should I go about displaying these overview images on the map?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 18:21:37 GMT</pubDate>
    <dc:creator>EricEagle</dc:creator>
    <dc:date>2022-04-13T18:21:37Z</dc:date>
    <item>
      <title>Options for georeferencing JPG images with arcpy</title>
      <link>https://community.esri.com/t5/python-questions/options-for-georeferencing-jpg-images-with-arcpy/m-p/1164055#M64340</link>
      <description>&lt;P&gt;I am working with a library of overhead images accessible via simple REST endpoint.&lt;/P&gt;&lt;P&gt;The workflow I'd like to have is that a user can query this library by their current ArcGIS Pro, active map view extent.&amp;nbsp; That part works fine and I generate a series of polygon footprints onto the map.&lt;/P&gt;&lt;P&gt;However, there's a small overview image associated with each record that I'd like to pull in and display on the map, doing a simple 4-corner georeferencing of the overview JPG with its corresponding polygon.&lt;/P&gt;&lt;P&gt;However searches for georeferencing via arcpy aren't turning up a lot.&amp;nbsp; How should I go about displaying these overview images on the map?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 18:21:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/options-for-georeferencing-jpg-images-with-arcpy/m-p/1164055#M64340</guid>
      <dc:creator>EricEagle</dc:creator>
      <dc:date>2022-04-13T18:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Options for georeferencing JPG images with arcpy</title>
      <link>https://community.esri.com/t5/python-questions/options-for-georeferencing-jpg-images-with-arcpy/m-p/1164085#M64341</link>
      <description>&lt;P&gt;I'm just thinking out loud but since you're working in ArcGIS Pro and not over the web exclusively, how about downloading a copy of the image from the REST endpoint to a given folder on the user's machine, create a &lt;A href="https://support.esri.com/en/technical-article/000002860" target="_self"&gt;world file&lt;/A&gt; for the JPG in the same folder, and then add the image to the map? You seem to have access to the 4 corner coordinates so I think you have enough information to work off of.&amp;nbsp; Download one of those files and then work through it manually and then automate it based on what you learn.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 19:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/options-for-georeferencing-jpg-images-with-arcpy/m-p/1164085#M64341</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2022-04-13T19:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Options for georeferencing JPG images with arcpy</title>
      <link>https://community.esri.com/t5/python-questions/options-for-georeferencing-jpg-images-with-arcpy/m-p/1164139#M64342</link>
      <description>&lt;P&gt;Yeah, been trying this with zero success in ArcGIS Pro.&amp;nbsp; I think I'll have to use gdal in this case, convert the jpg to a tiff, and issue the tie points in memory (ArcGIS wants a text file/csv).&amp;nbsp; More straightforward.&amp;nbsp; Thankfully since Pro's default python ships with gdal now, I can offer it to users with no dependency friction.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 21:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/options-for-georeferencing-jpg-images-with-arcpy/m-p/1164139#M64342</guid>
      <dc:creator>EricEagle</dc:creator>
      <dc:date>2022-04-13T21:15:33Z</dc:date>
    </item>
  </channel>
</rss>

