<?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: Fully automate manual ArcGIS Pro [Share -&amp;gt; Web Map] workflow in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/fully-automate-manual-arcgis-pro-share-gt-web-map/m-p/392229#M31011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I am aware of the Python API's functionality.&lt;/P&gt;&lt;P&gt;However my starting point is an ArcGIS Pro project (aprx) template. The Python API does not support interaction with this template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the only way to create the Web Map with the Python API would be to build it up from scratch and try to replicate the Pro configuration This won't be a problem for simple maps, but for complex maps with many layers this will take quite some customizing.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2018 08:01:45 GMT</pubDate>
    <dc:creator>deleted-user-59NIbCq7H8Ve</dc:creator>
    <dc:date>2018-11-12T08:01:45Z</dc:date>
    <item>
      <title>Fully automate manual ArcGIS Pro [Share -&gt; Web Map] workflow</title>
      <link>https://community.esri.com/t5/python-questions/fully-automate-manual-arcgis-pro-share-gt-web-map/m-p/392227#M31009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to accomplish is automate the entire publication process from a map inside an ArcGIS Pro aprx project to a Portal web map including all other dependent items. Python is my preferred implementation language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using ArcGIS Pro 2.2.3 and ArcGIS Enterprise 10.6.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have been able to publish the underlying web (feature or image) layers by creating a SDDraft and a Service Definition (SD) by leveraging arcpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the missing part is automatically converting my &lt;STRONG&gt;Pro Map into an ArcGIS Portal web map&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;When I look at the Staging folder on my local machine during manual publising I can see that a web map JSON document is being created (it can be done ..).&lt;/P&gt;&lt;P&gt;From this I conclude that ArcGIS Pro generates the Web Map configuration behind the scenes and publishes this to the Portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to implement this part as well so my entire workflow is automated. Unfortunately I have not been able to find any arcpy or Python API functionality to achieve this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;STRONG&gt;Pro Map into an ArcGIS Portal web map&amp;nbsp;&lt;/STRONG&gt;conversion process could be implemented by listing all properties from the Pro map configuration. This is not my preferred approach and I am looking for a more straight forward approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help working this out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2018 08:54:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/fully-automate-manual-arcgis-pro-share-gt-web-map/m-p/392227#M31009</guid>
      <dc:creator>deleted-user-59NIbCq7H8Ve</dc:creator>
      <dc:date>2018-10-21T08:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fully automate manual ArcGIS Pro [Share -&gt; Web Map] workflow</title>
      <link>https://community.esri.com/t5/python-questions/fully-automate-manual-arcgis-pro-share-gt-web-map/m-p/392228#M31010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the 'arcgis' module?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#arcgis.mapping.WebMap" title="https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#arcgis.mapping.WebMap"&gt;arcgi.mapping.WebMap (arcgis 1.5.0)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or some other reference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2018 09:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/fully-automate-manual-arcgis-pro-share-gt-web-map/m-p/392228#M31010</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-10-21T09:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fully automate manual ArcGIS Pro [Share -&gt; Web Map] workflow</title>
      <link>https://community.esri.com/t5/python-questions/fully-automate-manual-arcgis-pro-share-gt-web-map/m-p/392229#M31011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I am aware of the Python API's functionality.&lt;/P&gt;&lt;P&gt;However my starting point is an ArcGIS Pro project (aprx) template. The Python API does not support interaction with this template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the only way to create the Web Map with the Python API would be to build it up from scratch and try to replicate the Pro configuration This won't be a problem for simple maps, but for complex maps with many layers this will take quite some customizing.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2018 08:01:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/fully-automate-manual-arcgis-pro-share-gt-web-map/m-p/392229#M31011</guid>
      <dc:creator>deleted-user-59NIbCq7H8Ve</dc:creator>
      <dc:date>2018-11-12T08:01:45Z</dc:date>
    </item>
  </channel>
</rss>

