<?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 Re: Best ArcGIS Pro workflow to batch export GeoTIFF tiles from a MrSID using a tile index footprint in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/best-arcgis-pro-workflow-to-batch-export-geotiff/m-p/1711474#M103816</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/469335"&gt;@Frank_SA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you haven't come up with a solution yet, you could use either Model Builder or Python&amp;nbsp;&lt;/P&gt;&lt;P&gt;Model Builder&lt;BR /&gt;1. Prepare your tile index, ensure your polygon has a clean name field and then create a new field fro 2025 naming.&lt;BR /&gt;Something like: "25_OC_"+!Name!.split("_",2)[2]&lt;/P&gt;&lt;P&gt;2. You will need to add the iterate feature selection iterator, input your tile index, iteration is each polygon&lt;/P&gt;&lt;P&gt;3. Clip Raster&lt;BR /&gt;Input: .sid&lt;BR /&gt;Output Extent: Input feature&lt;BR /&gt;Clipping geometry: Checked&lt;BR /&gt;Maintain Clipping geometry: checked&lt;BR /&gt;&lt;BR /&gt;4. Dynamic output naming&lt;BR /&gt;&amp;lt;output folder&amp;gt;\%TileName_2025%.tif - this is an example it would need to be tailored to your data&lt;/P&gt;&lt;P&gt;5. Environment Settings&lt;/P&gt;&lt;P&gt;Snap Raster: your MrSID&lt;BR /&gt;Cell Size: Same as input&lt;BR /&gt;Resampling: NEAREST (for imagery workflows)&lt;BR /&gt;Output format: TIFF&lt;BR /&gt;Compression: LZW or JPEG (depends on requirements)&lt;BR /&gt;&lt;BR /&gt;I hope this helps in some way&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2026 07:37:26 GMT</pubDate>
    <dc:creator>DanielFox1</dc:creator>
    <dc:date>2026-07-01T07:37:26Z</dc:date>
    <item>
      <title>Best ArcGIS Pro workflow to batch export GeoTIFF tiles from a MrSID using a tile index footprint</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-arcgis-pro-workflow-to-batch-export-geotiff/m-p/1686393#M102045</link>
      <description>&lt;P&gt;I inherited an aerial imagery deliverable workflow and I’m starting from scratch with limited documentation. I am not really sure how to tackle this as I have not worked with imagery/raster data in my daily work.&lt;/P&gt;&lt;P&gt;I have a single MrSID for our 2025 aerial imagery and I need to produce a folder of georeferenced GeoTIFF tiles for engineers to use in MicroStation.&lt;/P&gt;&lt;P&gt;We have a tile footprint / tile index polygon layer from a previous year that represents the exact tile layout we want (each polygon = one output tile). The footprint has a Name field like:&lt;/P&gt;&lt;P&gt;22_OC_R042_C028&lt;/P&gt;&lt;P&gt;The row/column portion (R### / C###) is the layout we want to keep; the year prefix just needs to reflect 2025.&lt;/P&gt;&lt;P&gt;What is the recommended ArcGIS Pro workflow to:&lt;/P&gt;&lt;P&gt;1. Use an existing tile footprint (polygon tile index) to clip a single MrSID into many GeoTIFFs (one per polygon), preserving georeferencing?&lt;/P&gt;&lt;P&gt;2. Control output naming so each tile writes to its own GeoTIFF file based on an attribute value (for example Name, or a derived field)?&lt;/P&gt;&lt;P&gt;If there are specific ArcGIS Pro tools or a known-good ModelBuilder/Python pattern for this, I’d appreciate guidance.&lt;BR /&gt;&lt;BR /&gt;Or please let me know if I am I totally off base and what I am asking for is not workflow we can do with the MrSid File that was delivered.&lt;/P&gt;&lt;P&gt;We are on ArcPro 3.2&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 19:37:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-arcgis-pro-workflow-to-batch-export-geotiff/m-p/1686393#M102045</guid>
      <dc:creator>Frank_SA</dc:creator>
      <dc:date>2026-02-24T19:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Best ArcGIS Pro workflow to batch export GeoTIFF tiles from a MrSID using a tile index footprint</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-arcgis-pro-workflow-to-batch-export-geotiff/m-p/1711474#M103816</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/469335"&gt;@Frank_SA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you haven't come up with a solution yet, you could use either Model Builder or Python&amp;nbsp;&lt;/P&gt;&lt;P&gt;Model Builder&lt;BR /&gt;1. Prepare your tile index, ensure your polygon has a clean name field and then create a new field fro 2025 naming.&lt;BR /&gt;Something like: "25_OC_"+!Name!.split("_",2)[2]&lt;/P&gt;&lt;P&gt;2. You will need to add the iterate feature selection iterator, input your tile index, iteration is each polygon&lt;/P&gt;&lt;P&gt;3. Clip Raster&lt;BR /&gt;Input: .sid&lt;BR /&gt;Output Extent: Input feature&lt;BR /&gt;Clipping geometry: Checked&lt;BR /&gt;Maintain Clipping geometry: checked&lt;BR /&gt;&lt;BR /&gt;4. Dynamic output naming&lt;BR /&gt;&amp;lt;output folder&amp;gt;\%TileName_2025%.tif - this is an example it would need to be tailored to your data&lt;/P&gt;&lt;P&gt;5. Environment Settings&lt;/P&gt;&lt;P&gt;Snap Raster: your MrSID&lt;BR /&gt;Cell Size: Same as input&lt;BR /&gt;Resampling: NEAREST (for imagery workflows)&lt;BR /&gt;Output format: TIFF&lt;BR /&gt;Compression: LZW or JPEG (depends on requirements)&lt;BR /&gt;&lt;BR /&gt;I hope this helps in some way&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 07:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-arcgis-pro-workflow-to-batch-export-geotiff/m-p/1711474#M103816</guid>
      <dc:creator>DanielFox1</dc:creator>
      <dc:date>2026-07-01T07:37:26Z</dc:date>
    </item>
  </channel>
</rss>

