<?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: What is Python equivalent to ArcGIS Pro &amp;quot;Share as Web Map&amp;quot; in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241969#M66292</link>
    <description>&lt;P&gt;The Sharing team has this as an item to be worked on in a future release. There is no specific timeline at this point but if you want to track it you can always create an ArcGIS Idea with the sharing and publishing tag and they can provide updates there.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 14:20:55 GMT</pubDate>
    <dc:creator>Andrew--Johnson</dc:creator>
    <dc:date>2022-12-16T14:20:55Z</dc:date>
    <item>
      <title>What is Python equivalent to ArcGIS Pro "Share as Web Map"</title>
      <link>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241800#M66287</link>
      <description>&lt;P&gt;I have a map in ArcGIS pro that I can upload to ArcGIS online using the "Share as Web Map" dialog, which gives me various options for how I want the data copied (in my case it creates an ArcGIS Online web map and a feature layer).&amp;nbsp; I'd like to automate that in Python but having some trouble figuring out how to do it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This question was asked &lt;A href="https://gis.stackexchange.com/questions/343680/sharing-webmap-through-python" target="_self"&gt;previously&lt;/A&gt; but the answer seems to imply that I have to build the web map from scratch using the ArcGIS Api for Python &lt;A href="https://developers.arcgis.com/python/guide/working-with-web-maps-and-web-scenes/" target="_self"&gt;WebMap&lt;/A&gt; object, then call the save() method. Even if I do that, I suspect that does not handle all of the options available on the ArcGIS Pro Share as Web Map dialog.&lt;/P&gt;&lt;P&gt;I was hoping I could do it with more simply with arcpy objects. Has anybody been able to do this? I'm on ArcGIS Pro 2.9.5&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="DonMorrison1_0-1671145983075.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/58695i97EA2CC81A2A06D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DonMorrison1_0-1671145983075.png" alt="DonMorrison1_0-1671145983075.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 23:13:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241800#M66287</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2022-12-15T23:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is Python equivalent to ArcGIS Pro "Share as Web Map"</title>
      <link>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241808#M66289</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/192850"&gt;@DonMorrison1&lt;/a&gt;, have you seen the following page concerning arcpy.sharing?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/2.9/arcpy/sharing/featuresharingdraft-class.htm#C_GUID-4EAB8A36-C06E-488C-8F0F-AC32014A3716" target="_blank" rel="noopener"&gt;FeatureSharingDraft—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It contains some code samples used to share web layers using this module, might be a good start. I hope that helps!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 23:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241808#M66289</guid>
      <dc:creator>JohnHughson</dc:creator>
      <dc:date>2022-12-15T23:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is Python equivalent to ArcGIS Pro "Share as Web Map"</title>
      <link>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241821#M66290</link>
      <description>&lt;P&gt;Right - I have read through that and have coded it in Python but sharing the web layers is not what I need to do.&amp;nbsp; I need to upload the complete map to ArcGIS online - just like it is done with "Share as Web Map"&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 00:29:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241821#M66290</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2022-12-16T00:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is Python equivalent to ArcGIS Pro "Share as Web Map"</title>
      <link>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241840#M66291</link>
      <description>&lt;P&gt;Those tools don't exist in ArcToolbox, so they won't be available in arcpy but through the various objects and functions in the Sharing portion of the cim as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/487188"&gt;@JohnHughson&lt;/a&gt;&amp;nbsp;pointed out.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 01:07:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241840#M66291</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-12-16T01:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is Python equivalent to ArcGIS Pro "Share as Web Map"</title>
      <link>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241969#M66292</link>
      <description>&lt;P&gt;The Sharing team has this as an item to be worked on in a future release. There is no specific timeline at this point but if you want to track it you can always create an ArcGIS Idea with the sharing and publishing tag and they can provide updates there.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 14:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1241969#M66292</guid>
      <dc:creator>Andrew--Johnson</dc:creator>
      <dc:date>2022-12-16T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is Python equivalent to ArcGIS Pro "Share as Web Map"</title>
      <link>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1242517#M66314</link>
      <description>&lt;P&gt;I just opened an ArcGIS &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/provide-arcpy-equivalent-to-arcgis-pro-quot-share/idc-p/1242516#M22591" target="_self"&gt;idea&lt;/A&gt; on this&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 20:52:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-is-python-equivalent-to-arcgis-pro-quot-share/m-p/1242517#M66314</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2022-12-19T20:52:19Z</dc:date>
    </item>
  </channel>
</rss>

