<?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: Creating a model to export out raster data (tiff) from a fishnet grid in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/creating-a-model-to-export-out-raster-data-tiff/m-p/1313322#M3859</link>
    <description>&lt;P&gt;Sounds like you want to be calling&amp;nbsp;&lt;SPAN&gt;exportToJPEG() on &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapview-class.htm" target="_self"&gt;MapView&lt;/A&gt;? There is sample code at bottom of help page.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 29 Jul 2023 00:22:47 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2023-07-29T00:22:47Z</dc:date>
    <item>
      <title>Creating a model to export out raster data (tiff) from a fishnet grid</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/creating-a-model-to-export-out-raster-data-tiff/m-p/1308886#M3855</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a model that will take basemap imagery and export it out into a tif file so it can be used in autocad drawings or online. I had a thought to take my project boundary layer and create a fishnet grid system. From there I was thinking an either select by feature or split by attribute. from there I wanted to run an iterator to select all different ids to run them.&lt;/P&gt;&lt;P&gt;After this is where I am drawing a blank on how to zoom to my selected polygon within the fishnet grid and then how to export out the raster data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this for the zoom&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;def zoom():&lt;BR /&gt;mxd = arcpy.mapping.MapDocument("CURRENT")&lt;BR /&gt;df = arcpy.mapping.ListDataFrames(mxd, "Layers")[0]&lt;BR /&gt;df.zoomToSelectedFeatures()&lt;BR /&gt;return True&lt;/P&gt;&lt;P&gt;does anyone have any ideas on how to zoom and export maps? and no it can't be a spatial series because it is only in pdf and that will not work with the remainder of the workflow&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 03:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/creating-a-model-to-export-out-raster-data-tiff/m-p/1308886#M3855</guid>
      <dc:creator>MonikaWheat88</dc:creator>
      <dc:date>2023-07-18T03:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a model to export out raster data (tiff) from a fishnet grid</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/creating-a-model-to-export-out-raster-data-tiff/m-p/1313322#M3859</link>
      <description>&lt;P&gt;Sounds like you want to be calling&amp;nbsp;&lt;SPAN&gt;exportToJPEG() on &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapview-class.htm" target="_self"&gt;MapView&lt;/A&gt;? There is sample code at bottom of help page.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 00:22:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/creating-a-model-to-export-out-raster-data-tiff/m-p/1313322#M3859</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2023-07-29T00:22:47Z</dc:date>
    </item>
  </channel>
</rss>

