<?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 How to Build Tiles after publishing a Tile SD file in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-build-tiles-after-publishing-a-tile-sd-file/m-p/1056476#M6039</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I followed the tutorial&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/sample-notebooks/publishing-packages-as-web-layers/" target="_blank"&gt;https://developers.arcgis.com/python/sample-notebooks/publishing-packages-as-web-layers/&lt;/A&gt;&amp;nbsp; to automate hosted Tile layer publishing&lt;/P&gt;&lt;P&gt;What I want to automate is the below step done in the settings of a hosted Tile layer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brianlin_0-1620686125048.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/13001i1425AA60B127E077/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brianlin_0-1620686125048.png" alt="brianlin_0-1620686125048.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use the API for Python to build Tiles after publishing a Tile SD file?&lt;/P&gt;</description>
    <pubDate>Mon, 10 May 2021 22:45:04 GMT</pubDate>
    <dc:creator>brianlin</dc:creator>
    <dc:date>2021-05-10T22:45:04Z</dc:date>
    <item>
      <title>How to Build Tiles after publishing a Tile SD file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-build-tiles-after-publishing-a-tile-sd-file/m-p/1056476#M6039</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I followed the tutorial&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/sample-notebooks/publishing-packages-as-web-layers/" target="_blank"&gt;https://developers.arcgis.com/python/sample-notebooks/publishing-packages-as-web-layers/&lt;/A&gt;&amp;nbsp; to automate hosted Tile layer publishing&lt;/P&gt;&lt;P&gt;What I want to automate is the below step done in the settings of a hosted Tile layer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brianlin_0-1620686125048.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/13001i1425AA60B127E077/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brianlin_0-1620686125048.png" alt="brianlin_0-1620686125048.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use the API for Python to build Tiles after publishing a Tile SD file?&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 22:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-build-tiles-after-publishing-a-tile-sd-file/m-p/1056476#M6039</guid>
      <dc:creator>brianlin</dc:creator>
      <dc:date>2021-05-10T22:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Build Tiles after publishing a Tile SD file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-build-tiles-after-publishing-a-tile-sd-file/m-p/1057575#M6056</link>
      <description>&lt;P&gt;Not sure if this is the same but I use the arcpy tool to manage my tile cache. Can you check for a similar tool that will suit your needs in the arcgis pro toolbox?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/server/manage-map-server-cache-tiles.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/server/manage-map-server-cache-tiles.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/manage-tile-cache.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/manage-tile-cache.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 12:55:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-build-tiles-after-publishing-a-tile-sd-file/m-p/1057575#M6056</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2021-05-13T12:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Build Tiles after publishing a Tile SD file</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-build-tiles-after-publishing-a-tile-sd-file/m-p/1113619#M6786</link>
      <description>&lt;P&gt;I have been able to accomplish this by using Manage Map Server Cache Tiles via arcpy along with the url property of the item that is returned when using publish(). My code ending up looking like:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;tileLayer = sd_item.publish()
arcpy.server.ManageMapServerCacheTiles(tileLayer.url, [591657527.591555, 
                                                       295828763.795777,
                                                       147914381.897889,
                                                       73957190.948944,
                                                       36978595.474472,
                                                       18489297.737236,
                                                       9244648.868618,
                                                       4622324.434309,
                                                       2311162.217155,
                                                       1155581.108577,
                                                       577790.554289,
                                                       288895.277144,
                                                       144447.638572],
                                       'RECREATE_ALL_TILES')&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 03 Nov 2021 14:59:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-build-tiles-after-publishing-a-tile-sd-file/m-p/1113619#M6786</guid>
      <dc:creator>MattChomicky1</dc:creator>
      <dc:date>2021-11-03T14:59:40Z</dc:date>
    </item>
  </channel>
</rss>

