<?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: arcgis.gis equivalent for publishing feature (web) layer as scene layer button in GUI AGOL ? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-gis-equivalent-for-publishing-feature-web/m-p/803564#M2161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonah,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for those links but i already know them well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that doing in arcpy publish of slpk you end up with a scene (web) layer only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is quite different result in comparison of click the publish button to Scene layer in GUI of AGOL you get a more powerful Scene (web) layer with Associated Feature Web layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i'm now sweeping through ArcGIS API for Python documentation to see if that's possible, and it looks like it is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conclusion (unless further information is added&amp;nbsp;by folks here): Currently is not very viable to automate the creation of scene (web) layer with associated feature (web) layer, so in the workflow going to publish the slpk to simple scene (web) layer and then try to make it work in my ArcGIS API for JavaScript application which has a lot of dynamic filters, queries and also dashboards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2020 10:27:24 GMT</pubDate>
    <dc:creator>FranciscoCosta1</dc:creator>
    <dc:date>2020-07-29T10:27:24Z</dc:date>
    <item>
      <title>arcgis.gis equivalent for publishing feature (web) layer as scene layer button in GUI AGOL ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-gis-equivalent-for-publishing-feature-web/m-p/803562#M2159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Title says it all, how can be created with code a Scene (web) Layer from associated feature (web) layer in AGOL.&lt;/P&gt;&lt;P&gt;It can be done manually in AGOL with the GUI.&lt;/P&gt;&lt;P&gt;So the best bet would be&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html?highlight=publish#item" title="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html?highlight=publish#item"&gt;arcgis.gis module — arcgis 1.8.1 documentation&lt;/A&gt;&amp;nbsp;&amp;nbsp;although there is nowhere in documentation explaining how this can be accomplished, and why is that important to have a scene layer with associated feature layer check here:&amp;nbsp;&lt;A class="jivelink2" href="http://140.207.158.228/latest/guide/working-with-scene-layers/" title="http://140.207.158.228/latest/guide/working-with-scene-layers/"&gt;http://140.207.158.228/latest/guide/working-with-scene-layers/&lt;/A&gt;&lt;IMG __jive_id="500896" alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/500896_Untitleds.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2020 16:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-gis-equivalent-for-publishing-feature-web/m-p/803562#M2159</guid>
      <dc:creator>FranciscoCosta1</dc:creator>
      <dc:date>2020-07-21T16:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis.gis equivalent for publishing feature (web) layer as scene layer button in GUI AGOL ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-gis-equivalent-for-publishing-feature-web/m-p/803563#M2160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to share a web scene layer using ArcPy, but currently, it must be done through a scene layer package. You can incorporate the GP tool appropriate for your data. To begin, see&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-scene-layer-package.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-scene-layer-package.htm"&gt;Create Scene Layer Package&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you have the scene layer package,&amp;nbsp;incorporate the&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/share-package.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/share-package.htm"&gt;Share Package&amp;nbsp;&lt;/A&gt;GP tool in your script with "&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;publish_web_layer" set to "TRUE".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;Regarding your question about the benefits of associated feature layers, please see the following:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/what-is-a-scene-layer-with-associated-feature-layer-.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/layer-properties/what-is-a-scene-layer-with-associated-feature-layer-.htm"&gt;Scene layer with an associated feature layer&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;Hope it helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;Jonah&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 16:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-gis-equivalent-for-publishing-feature-web/m-p/803563#M2160</guid>
      <dc:creator>JonahLay</dc:creator>
      <dc:date>2020-07-28T16:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis.gis equivalent for publishing feature (web) layer as scene layer button in GUI AGOL ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-gis-equivalent-for-publishing-feature-web/m-p/803564#M2161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonah,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for those links but i already know them well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that doing in arcpy publish of slpk you end up with a scene (web) layer only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is quite different result in comparison of click the publish button to Scene layer in GUI of AGOL you get a more powerful Scene (web) layer with Associated Feature Web layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i'm now sweeping through ArcGIS API for Python documentation to see if that's possible, and it looks like it is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conclusion (unless further information is added&amp;nbsp;by folks here): Currently is not very viable to automate the creation of scene (web) layer with associated feature (web) layer, so in the workflow going to publish the slpk to simple scene (web) layer and then try to make it work in my ArcGIS API for JavaScript application which has a lot of dynamic filters, queries and also dashboards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 10:27:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-gis-equivalent-for-publishing-feature-web/m-p/803564#M2161</guid>
      <dc:creator>FranciscoCosta1</dc:creator>
      <dc:date>2020-07-29T10:27:24Z</dc:date>
    </item>
  </channel>
</rss>

