<?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: Regarding Input to GPK in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762534#M3813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to update our documentation to explain this process. As for GeoprocessingRaster, I believe that this is only applicable if you have your raster on a web server and if you author your GP Service in a particular way. For the purposes of the local server analysis like what you are doing, GeoprocessingString is the way to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 15:17:56 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2017-10-18T15:17:56Z</dc:date>
    <item>
      <title>Regarding Input to GPK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762529#M3808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on ArcGIS 100.1 Quartz Qt. I created a gpk on ArcMap 10.5. When gpk is not having any inputs, I am getting result from gpk running on Qt Quartz&amp;nbsp; application. I created a gpk which takes raster(tif) and feature layer as input. On computation of gpk I am getting task failed case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gave input raster as &lt;/P&gt;&lt;P&gt;&amp;nbsp;inputs["InputRaster"] = new GeoprocessingRaster(QUrl("/home/sau/Work/Bhargav/40m4.tif"),"tif", this);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gave input feature layer as&amp;nbsp; stated in sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to give this raster and feature layer as input to gpk in Quartz Qt 100.1 application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 05:00:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762529#M3808</guid>
      <dc:creator>Bhargav_KumarK</dc:creator>
      <dc:date>2017-10-03T05:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Input to GPK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762530#M3809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you connect to the errorOccurred signal on the task to get the error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the REST doc -&amp;nbsp;&lt;A class="link-titled" href="http://sampleserver6.arcgisonline.com/arcgis/sdk/rest/index.html#/Submit_GP_Job/02ss00000012000000/" title="http://sampleserver6.arcgisonline.com/arcgis/sdk/rest/index.html#/Submit_GP_Job/02ss00000012000000/"&gt;ArcGIS REST API - Services and Data Types&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 15:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762530#M3809</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-10-09T15:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Input to GPK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762531#M3810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no errorOccurred signal. Connected GeoprocessingJob::jobStatusChanged signal and got error "Failed"(GeoprocessingJob::jobStatus() returning Failed). When I am giving inputs at rest end point,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For raster input given as&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "http:/home/sau/Work/AfterTrials_July/SAU_GUI/Tpks/4326/40m4.tif",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "format": "tif"&lt;BR /&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as told in &lt;A href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fsampleserver6.arcgisonline.com%2Farcgis%2Fsdk%2Frest%2Findex.html%23%2FSubmit_GP_Job%2F02ss00000012000000%2F" rel="nofollow" target="_blank"&gt;ArcGIS REST API - Services and Data Types&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also tried&lt;/P&gt;&lt;P&gt;"url": "/home/sau/Work/AfterTrials_July/SAU_GUI/Tpks/4326/40m4.tif"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:-&lt;/P&gt;&lt;PRE class=""&gt;{&amp;nbsp;&amp;nbsp; "jobId": "j74afdffb94c646c8a31802992798e328",&amp;nbsp;&amp;nbsp; "jobStatus": "esriJobFailed",&amp;nbsp;&amp;nbsp; "messages": [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "esriJobMessageTypeInformative",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": "Submitted."&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "esriJobMessageTypeInformative",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": "Executing..."&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "esriJobMessageTypeError",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": "Failed."&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp; ] }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 08:44:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762531#M3810</guid>
      <dc:creator>Bhargav_KumarK</dc:creator>
      <dc:date>2017-10-12T08:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Input to GPK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762532#M3811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of GeoprocessingRaster, please try using GeoprocessingString, where the value is the path to your raster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One additional thing to check is when you created your GPK, did you use a Python script tool or a model from ModelBuilder? If you were using a model, be sure to use&amp;nbsp;Inline Variable Substitution to pass the path in. If you are using Python, use&amp;nbsp;GetParameterAsText to obtain the path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762532#M3811</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-10-12T14:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Input to GPK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762533#M3812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Lucas. After using Inline Variable Substitution for path in ModelBuilder and GeoprocessingString it is working. But what can be the reason for GeoprocessingRaster not working as stated in API reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 04:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762533#M3812</guid>
      <dc:creator>Bhargav_KumarK</dc:creator>
      <dc:date>2017-10-16T04:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Input to GPK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762534#M3813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to update our documentation to explain this process. As for GeoprocessingRaster, I believe that this is only applicable if you have your raster on a web server and if you author your GP Service in a particular way. For the purposes of the local server analysis like what you are doing, GeoprocessingString is the way to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 15:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762534#M3813</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-10-18T15:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Input to GPK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762535#M3814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Lucas for your explanation and help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 03:27:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/regarding-input-to-gpk/m-p/762535#M3814</guid>
      <dc:creator>Bhargav_KumarK</dc:creator>
      <dc:date>2017-10-20T03:27:23Z</dc:date>
    </item>
  </channel>
</rss>

