<?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: ViewShed Making it Offline on 2D maps in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/viewshed-making-it-offline-on-2d-maps/m-p/441185#M5337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just tried Every Possible way and got struck with placing the input parameters&lt;/P&gt;&lt;P&gt;INPUT PARAMETERS&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DEM (RASTER IMAGE)-&amp;gt;Has ELEVATION DATA&lt;/LI&gt;&lt;LI&gt;Points-&amp;gt; AS A FEATURE&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Output&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;MAP IMAGE LAYER&lt;BR /&gt;or&lt;/LI&gt;&lt;LI&gt;Feature Set&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any sample example with software using ArcGIS PRO 2.4 and creating Package for ArcGIS RUNTIME for ViewShed On 2D Maps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;G N Sharan Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2019 06:29:10 GMT</pubDate>
    <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
    <dc:date>2019-11-20T06:29:10Z</dc:date>
    <item>
      <title>ViewShed Making it Offline on 2D maps</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/viewshed-making-it-offline-on-2d-maps/m-p/441183#M5335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have Viewshed analysis to be performed offline. As the example provided in the Guide is online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/sample-code/analyze-viewshed-geoprocessing/" title="https://developers.arcgis.com/net/latest/wpf/sample-code/analyze-viewshed-geoprocessing/"&gt;Analyze viewshed (geoprocessing) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link above gives the online interaction and it works fine when i have started using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i have created a geopackage of viewshed and added in place of it, i was facing the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;{"Failed to create service viewsheddata GPServer. Worker process 'viewsheddata_host' exited while attempting to service request (attempt 1 of 1): endpoint='admin' headers={} params={filePath=d:\\viewsheddata.gpkx, jobDir=C:\\Users\\sharansai.g\\AppData\\Local\\Temp\\arcgisruntime_17272\\viewsheddata\\jobs, maxRecords=1000, name=viewsheddata, outputDir=C:\\Users\\sharansai.g\\AppData\\Local\\Temp\\arcgisruntime_17272\\viewsheddata, type=GPServer, virtualDir=http://127.0.0.1:50000/YBVrZ6/outputdir/viewsheddata} res='create' post=0 Crash dump path=C:\\Users\\sharansai.g\\AppData\\Local\\Temp\\ArcGISRuntimeErrorReports\\arcgisruntime_100.5.0.2381_service_20191119_115042.dmp"}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This was the Error. Please solve the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;G N Sharan Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 11:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/viewshed-making-it-offline-on-2d-maps/m-p/441183#M5335</guid>
      <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
      <dc:date>2019-11-19T11:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: ViewShed Making it Offline on 2D maps</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/viewshed-making-it-offline-on-2d-maps/m-p/441184#M5336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the inputs and output types of your ArcGIS Pro Viewshed model or script (that you have packaged to create the .gpkx file) match the online service:&amp;nbsp;&lt;A class="link-titled" href="https://sampleserver6.arcgisonline.com/arcgis/rest/services/Elevation/ESRI_Elevation_World/GPServer/Viewshed" title="https://sampleserver6.arcgisonline.com/arcgis/rest/services/Elevation/ESRI_Elevation_World/GPServer/Viewshed"&gt;Task: Viewshed&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to make some modifications to the code in the sample, depending on how you have implemented the model/script in ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also recommend looking at the&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/sample-code/local-server-geoprocessing/" title="https://developers.arcgis.com/net/latest/wpf/sample-code/local-server-geoprocessing/"&gt;Local server geoprocessing | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;sample. Although that's running the Contour tool, it will provide more guidance on working with Local Geoprocessing Services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 15:51:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/viewshed-making-it-offline-on-2d-maps/m-p/441184#M5336</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-11-19T15:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: ViewShed Making it Offline on 2D maps</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/viewshed-making-it-offline-on-2d-maps/m-p/441185#M5337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just tried Every Possible way and got struck with placing the input parameters&lt;/P&gt;&lt;P&gt;INPUT PARAMETERS&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DEM (RASTER IMAGE)-&amp;gt;Has ELEVATION DATA&lt;/LI&gt;&lt;LI&gt;Points-&amp;gt; AS A FEATURE&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Output&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;MAP IMAGE LAYER&lt;BR /&gt;or&lt;/LI&gt;&lt;LI&gt;Feature Set&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any sample example with software using ArcGIS PRO 2.4 and creating Package for ArcGIS RUNTIME for ViewShed On 2D Maps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;G N Sharan Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 06:29:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/viewshed-making-it-offline-on-2d-maps/m-p/441185#M5337</guid>
      <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
      <dc:date>2019-11-20T06:29:10Z</dc:date>
    </item>
  </channel>
</rss>

