<?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: ExtractDataTask Raster dataset in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1016984#M3690</link>
    <description>&lt;P&gt;Hi Calvin,&lt;/P&gt;&lt;P&gt;Thanks for your response. Sorry, my description was not clear. I was using the ExtractDataTask GP tool that comes with ArcMap toolbox (Server tools). It supports extraction of both vectors and rasters in the same tool.&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/10.4/tools/server-toolbox/extract-data-task.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/10.4/tools/server-toolbox/extract-data-task.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few questions on your suggestions.&lt;/P&gt;&lt;P&gt;1) I believe Export Image requires an Image Server Extension on top of ArcGIS Server license. Please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;2) Does Clip Raster tool work with ArcGIS Server?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 18:09:24 GMT</pubDate>
    <dc:creator>rpavuluri</dc:creator>
    <dc:date>2021-01-14T18:09:24Z</dc:date>
    <item>
      <title>ExtractDataTask Raster dataset</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1016694#M3687</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to use extractdatatask for both vectors and rasters datasets stored inside file geodatabase (fgdb). I can run the task locally and publish to ArcGIS Server(10.4.1). When I try to run it using the out of the box rest query, with vectors, the job runs fine. When I add a raster layer to the inputs, the job fails. I tried giving &amp;lt;GPServiceName&amp;gt;/&amp;lt;RasterLayerName&amp;gt; and it still fails. I am ending up with either&lt;/P&gt;&lt;P&gt;ERROR 000732: Layers to Clip: Dataset &amp;lt;GPServiceName&amp;gt;/&amp;lt;RasterLayerName&amp;gt; does not exist or is not supported.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;ERROR 000800: The value is not a member of inputlayername1 | inputlayername2 etc..&lt;/P&gt;&lt;P&gt;Please let me know how I can I resolve this issue. Also, should I skip this and use extract by mask or others for my raster extract to work?&amp;nbsp; My final goal is to use this service with ESRI JSAPI (4.X).&lt;/P&gt;&lt;P&gt;System Environment: ArcGIS Server 10.4.1 running on Windows Server 2012 R2.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 15:50:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1016694#M3687</guid>
      <dc:creator>rpavuluri</dc:creator>
      <dc:date>2021-01-14T15:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: ExtractDataTask Raster dataset</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1016945#M3689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/439600"&gt;@rpavuluri&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The extract data task does not work on raster layers or raster datasets. Based on the &lt;A href="https://developers.arcgis.com/rest/analysis/api-reference/extract-data.htm" target="_self"&gt;documentation:&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Syntax: As described in detail in the Feature Input topic, this parameter can be one of the following:

A list of URLs to a feature service layer with an optional filter to select specific features
A list of feature collections.​&lt;/LI-CODE&gt;&lt;P&gt;Instead, you may want to look into the &lt;A href="https://developers.arcgis.com/rest/services-reference/export-image.htm" target="_self"&gt;Export Image&lt;/A&gt; operation if you are using an image service, or the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/clip.htm" target="_self"&gt;Clip Raster&lt;/A&gt; tool if you are using a locally stored raster dataset.&lt;/P&gt;&lt;P&gt;-Calvin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 17:07:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1016945#M3689</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-14T17:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: ExtractDataTask Raster dataset</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1016984#M3690</link>
      <description>&lt;P&gt;Hi Calvin,&lt;/P&gt;&lt;P&gt;Thanks for your response. Sorry, my description was not clear. I was using the ExtractDataTask GP tool that comes with ArcMap toolbox (Server tools). It supports extraction of both vectors and rasters in the same tool.&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/10.4/tools/server-toolbox/extract-data-task.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/10.4/tools/server-toolbox/extract-data-task.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Few questions on your suggestions.&lt;/P&gt;&lt;P&gt;1) I believe Export Image requires an Image Server Extension on top of ArcGIS Server license. Please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;2) Does Clip Raster tool work with ArcGIS Server?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 18:09:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1016984#M3690</guid>
      <dc:creator>rpavuluri</dc:creator>
      <dc:date>2021-01-14T18:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: ExtractDataTask Raster dataset</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1017082#M3691</link>
      <description>&lt;OL&gt;&lt;LI&gt;From the documentation page, It looks like the Export Image operation only requires an Image Server role on 10.5+ when running against a mosaic dataset published as an image service.&lt;/LI&gt;&lt;LI&gt;Yes, you can publish the result of a Clip Raster tool as a geoprocessing service&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 14 Jan 2021 21:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1017082#M3691</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-14T21:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: ExtractDataTask Raster dataset</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1018479#M3701</link>
      <description>&lt;P&gt;Thanks again Calvin. I figured out the issue with my initial problem. The GP service required to have same ArcMap version to that of ArcGIS Server (I was using ArcMap 10.7 earlier).&amp;nbsp; I only have to deal with one service now for downloads. Hope this helps someone with similar issue.&lt;/P&gt;&lt;P&gt;It is a bit odd that the version compatibility arises only when rasters are involved and the error is not clear enough.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 21:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/extractdatatask-raster-dataset/m-p/1018479#M3701</guid>
      <dc:creator>rpavuluri</dc:creator>
      <dc:date>2021-01-20T21:31:55Z</dc:date>
    </item>
  </channel>
</rss>

