<?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 Download Rasters using Polygon in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/download-rasters-using-polygon/m-p/1009960#M3654</link>
    <description>&lt;P&gt;I am trying to use the Download Rasters operation with the polygon clip.&amp;nbsp; My output is the same as using Envelope (get a rectangle output).&amp;nbsp; Any idea what I am doing wrong?&amp;nbsp; Here is the command I am using.&amp;nbsp; I expected my output to look like a triangle as in the image below...&amp;nbsp; I am trying to re-create the "clip raster" tool functionality in ArcGIS Pro.&lt;/P&gt;&lt;P data-unlink="true"&gt;https://..../server/rest/services/Glendale_Imagery/June_2020_Color/ImageServer/download?rasterIds=390,391,397,398,545,553,555,556,557&amp;amp;geometry={"rings":[[[-12509589.410818882,3972455.151473253],[-12507238.972199116,3972053.8570747566],[-12509627.629333025,3971614.344162117],[-12509589.410818882,3972455.151473253]]],"spatialReference":{"wkid":3857}}&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonathanPollack_0-1608070281566.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/2303iFA7340C6D8DB37F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonathanPollack_0-1608070281566.png" alt="JonathanPollack_0-1608070281566.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Dec 2020 22:15:11 GMT</pubDate>
    <dc:creator>JonathanPollack</dc:creator>
    <dc:date>2020-12-15T22:15:11Z</dc:date>
    <item>
      <title>Download Rasters using Polygon</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/download-rasters-using-polygon/m-p/1009960#M3654</link>
      <description>&lt;P&gt;I am trying to use the Download Rasters operation with the polygon clip.&amp;nbsp; My output is the same as using Envelope (get a rectangle output).&amp;nbsp; Any idea what I am doing wrong?&amp;nbsp; Here is the command I am using.&amp;nbsp; I expected my output to look like a triangle as in the image below...&amp;nbsp; I am trying to re-create the "clip raster" tool functionality in ArcGIS Pro.&lt;/P&gt;&lt;P data-unlink="true"&gt;https://..../server/rest/services/Glendale_Imagery/June_2020_Color/ImageServer/download?rasterIds=390,391,397,398,545,553,555,556,557&amp;amp;geometry={"rings":[[[-12509589.410818882,3972455.151473253],[-12507238.972199116,3972053.8570747566],[-12509627.629333025,3971614.344162117],[-12509589.410818882,3972455.151473253]]],"spatialReference":{"wkid":3857}}&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonathanPollack_0-1608070281566.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/2303iFA7340C6D8DB37F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonathanPollack_0-1608070281566.png" alt="JonathanPollack_0-1608070281566.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 22:15:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/download-rasters-using-polygon/m-p/1009960#M3654</guid>
      <dc:creator>JonathanPollack</dc:creator>
      <dc:date>2020-12-15T22:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Download Rasters using Polygon</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/download-rasters-using-polygon/m-p/1012083#M3660</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Try adding a 'geometryType' parameter since the default value is &lt;EM&gt;envelope&amp;nbsp;&lt;/EM&gt;but you're trying to send a &lt;EM&gt;polygon&amp;nbsp;&lt;/EM&gt;instead:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;geometryType=esriGeometryPolygon&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Doc:&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/download-rasters.htm" target="_self"&gt;Download Rasters&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 16:28:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/download-rasters-using-polygon/m-p/1012083#M3660</guid>
      <dc:creator>JohnGrayson</dc:creator>
      <dc:date>2020-12-23T16:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Download Rasters using Polygon</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/download-rasters-using-polygon/m-p/1012757#M3666</link>
      <description>&lt;P&gt;Thanks, this helped&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 20:55:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/download-rasters-using-polygon/m-p/1012757#M3666</guid>
      <dc:creator>JonathanPollack</dc:creator>
      <dc:date>2020-12-29T20:55:44Z</dc:date>
    </item>
  </channel>
</rss>

