<?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: Clip Multiple raster dataset based on their polygons in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/clip-multiple-raster-dataset-based-on-their/m-p/1391056#M79798</link>
    <description>&lt;P&gt;split raster?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/split-raster.htm" target="_blank"&gt;Split Raster (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 13:04:41 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-03-05T13:04:41Z</dc:date>
    <item>
      <title>Clip Multiple raster dataset based on their polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/clip-multiple-raster-dataset-based-on-their/m-p/1391021#M79789</link>
      <description>&lt;P&gt;Hello GIS Folks,&lt;/P&gt;&lt;P&gt;I hope you are all great. I have question regarding clipping multiple raster based on their polygons. Specifically, I have 350 georeferenced topo maps. And I would like to create mosaic with this rasters. In order to create precise mosiac I should cut or clip the some part of the raster. So I created multiple polygons based on rasters. Then I would like to clip or cut it automatically not one by one. Also I created two models for clipping multiple raster by clipping and masking method. However, the output result does not cut based on the polygons on top the raster layer. If you have any suggestion, let me know. I really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-03-05 160458.png" style="width: 872px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/96863i48A97A0F2C96CA23/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-03-05 160458.png" alt="Screenshot 2024-03-05 160458.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Model Based iteration by layer" style="width: 920px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/96864iD21CB1AC44F042DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Model1.png" alt="Model1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AidosMakhanov_0-1709637512117.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/96866iBA02673D53CFD0B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AidosMakhanov_0-1709637512117.png" alt="AidosMakhanov_0-1709637512117.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 11:19:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/clip-multiple-raster-dataset-based-on-their/m-p/1391021#M79789</guid>
      <dc:creator>AidosMakhanov</dc:creator>
      <dc:date>2024-03-05T11:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Clip Multiple raster dataset based on their polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/clip-multiple-raster-dataset-based-on-their/m-p/1391056#M79798</link>
      <description>&lt;P&gt;split raster?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/split-raster.htm" target="_blank"&gt;Split Raster (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 13:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/clip-multiple-raster-dataset-based-on-their/m-p/1391056#M79798</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-03-05T13:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Clip Multiple raster dataset based on their polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/clip-multiple-raster-dataset-based-on-their/m-p/1391434#M79832</link>
      <description>&lt;P&gt;I'm not sure about ArcGIS Pro tools, but in QGIS, and more specifically the Geospatial Data Abstraction Library (GDAL), there is an easy way to merge with overlapping rasters.&amp;nbsp; Raster --&amp;gt; Merge.&amp;nbsp; You would need to create a list as a text file with the full path to ALL your 350 tiles.&amp;nbsp; The order in which they're listed determines the priority for merging the overlapping areas.&amp;nbsp; If they are all all in the same directory, we could script that in Python and call in Pro.&lt;/P&gt;&lt;P&gt;path/to/raster1.tif&lt;/P&gt;&lt;P&gt;path/to/raster2.tif&lt;/P&gt;&lt;P&gt;In this case, raster1 pixels would replace raster2 pixels in the merged output.&lt;/P&gt;&lt;P&gt;For then clipping the merged raster, that would be in QGIS/GDAL using GDAL_warp but require a Python Script most likely (as opposed to directly in the QGIS GUI).&amp;nbsp; You could presumably find similar functionality in Arc, but...not sure.&lt;/P&gt;&lt;P&gt;It may help design a solution if you share this:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/3.1/help/analysis/geoprocessing/modelbuilder/exporting-a-model-to-python.htm" target="_self"&gt;export your model as a script&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 20:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/clip-multiple-raster-dataset-based-on-their/m-p/1391434#M79832</guid>
      <dc:creator>ZacharyUhlmann1</dc:creator>
      <dc:date>2024-03-05T20:15:27Z</dc:date>
    </item>
  </channel>
</rss>

