<?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 Add a Georeferenced Tiff to ArcMap 10.3.1 via Hyperlink or Current Extent in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81104#M6475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have over one hundred georeferenced tiffs that I would like to add to an ArcMap session based on either 1) the current extent or 2) a hyperlink within an attribute table. Does anyone have any suggestions? Can this be done using Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 16:18:17 GMT</pubDate>
    <dc:creator>AnnMarie_Bergmann</dc:creator>
    <dc:date>2016-02-17T16:18:17Z</dc:date>
    <item>
      <title>Add a Georeferenced Tiff to ArcMap 10.3.1 via Hyperlink or Current Extent</title>
      <link>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81104#M6475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have over one hundred georeferenced tiffs that I would like to add to an ArcMap session based on either 1) the current extent or 2) a hyperlink within an attribute table. Does anyone have any suggestions? Can this be done using Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 16:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81104#M6475</guid>
      <dc:creator>AnnMarie_Bergmann</dc:creator>
      <dc:date>2016-02-17T16:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Georeferenced Tiff to ArcMap 10.3.1 via Hyperlink or Current Extent</title>
      <link>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81105#M6476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can obviously create a python script to make a feature layer out of the files using &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/make-feature-layer.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/make-feature-layer.htm"&gt;Make Feature Layer—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The source of the files could be in a folder on disk, a reference to filenames in a field etc.&lt;/P&gt;&lt;P&gt;The question remains, do the feature layers have to intersect the current extent? be completely contained? etc.&amp;nbsp; This will make difference to the form of the code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how many times do you have to do this?&amp;nbsp; Daily? once? occasionally?&lt;/P&gt;&lt;P&gt;It almost sounds like a manual load would be faster, including any exclusion options&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 16:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81105#M6476</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-02-17T16:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Georeferenced Tiff to ArcMap 10.3.1 via Hyperlink or Current Extent</title>
      <link>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81106#M6477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should look at loading them into a mosaic dataset. &lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/what-is-a-mosaic-dataset.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/what-is-a-mosaic-dataset.htm"&gt;What is a mosaic dataset?—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Then you would only have to reference the one dataset and the imagery would automatically load no matter what your extent.&amp;nbsp; Better then having to load a different one each time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:10:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81106#M6477</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-02-17T17:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Georeferenced Tiff to ArcMap 10.3.1 via Hyperlink or Current Extent</title>
      <link>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81107#M6478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have access to a Standard or Advanced license (required for creating a mosiac dataset), the alternative if to use&amp;nbsp; &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/create-raster-catalog.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/create-raster-catalog.htm"&gt;Create Raster Catalog—Help | ArcGIS for Desktop&lt;/A&gt; and create a unmanaged raster catalog. These draw fast and when you are zoomed out you will only see the extents of the rasters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 01:12:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81107#M6478</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-02-18T01:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add a Georeferenced Tiff to ArcMap 10.3.1 via Hyperlink or Current Extent</title>
      <link>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81108#M6479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have ERDAS or ENVI ? Those will enable you to automate hundreds of imagery and it is way easier than doing in ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done that with many Landsat 8&amp;nbsp; in the past from southern California all the way to Western Texas and from Utah all the way down to Arizona, New Mexico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 02:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-a-georeferenced-tiff-to-arcmap-10-3-1-via/m-p/81108#M6479</guid>
      <dc:creator>DEAF_PROBERT_68</dc:creator>
      <dc:date>2016-02-18T02:32:09Z</dc:date>
    </item>
  </channel>
</rss>

