<?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: Rest Service Tiled Raster Basemap in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/rest-service-tiled-raster-basemap/m-p/1546950#M61875</link>
    <description>&lt;P&gt;Is it possible that your export request would exceed the 150,000 tile limit on the World Imagery (for export) service?&lt;/P&gt;&lt;P&gt;You can use the REST API to estimate the number of tiles your request would require:&lt;/P&gt;&lt;P&gt;&lt;A href="https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/estimateExportTilesSize" target="_blank" rel="noopener"&gt;https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/estimateExportTilesSize&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If the number of tiles would exceed the limit, then a possible workaround is to use tessellation to break up your extent into chunks that would individually stay below the limit. Export those chunks one-a-time, with a sleep in between to play well with others and avoid overloading the service, put all of the exports into a single tile cache, and export the tile cache into a tile package. (You can also do the same thing with the World imagery for export layer using arcpy, i.e., GenerateTessellation, CopyRaster with a pause in between each, add the copied rasters to a mosaic, and create your tile package from the mosaic.)&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 13:24:43 GMT</pubDate>
    <dc:creator>PeterKnoop</dc:creator>
    <dc:date>2024-10-09T13:24:43Z</dc:date>
    <item>
      <title>Rest Service Tiled Raster Basemap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/rest-service-tiled-raster-basemap/m-p/1546239#M61838</link>
      <description>&lt;P&gt;I have been trying to export a tile package from ESRI's Rest Service using the ExportTile tool at the bottom of the World Imagery for export page here: &lt;A href="https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/exportTiles" target="_blank"&gt;https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/exportTiles&lt;/A&gt;. The export extent is supposed to be defined as "exportExtent = xmin, ymin, xmax, ymax" as defined here: &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/export-tiles-map-service/" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/export-tiles-map-service/&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to export county sized files at high resolution (house level) and every time I try to define the export extent it creates a completely empty tile package. I am using Web Mercator coordinates as defined by the exportExtent. I am not sure what I am doing wrong and if anyone has gotten this process to work or has any input, I would greatly appreciate it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 17:39:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/rest-service-tiled-raster-basemap/m-p/1546239#M61838</guid>
      <dc:creator>EmmaTom</dc:creator>
      <dc:date>2024-10-07T17:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Service Tiled Raster Basemap</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/rest-service-tiled-raster-basemap/m-p/1546950#M61875</link>
      <description>&lt;P&gt;Is it possible that your export request would exceed the 150,000 tile limit on the World Imagery (for export) service?&lt;/P&gt;&lt;P&gt;You can use the REST API to estimate the number of tiles your request would require:&lt;/P&gt;&lt;P&gt;&lt;A href="https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/estimateExportTilesSize" target="_blank" rel="noopener"&gt;https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/estimateExportTilesSize&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If the number of tiles would exceed the limit, then a possible workaround is to use tessellation to break up your extent into chunks that would individually stay below the limit. Export those chunks one-a-time, with a sleep in between to play well with others and avoid overloading the service, put all of the exports into a single tile cache, and export the tile cache into a tile package. (You can also do the same thing with the World imagery for export layer using arcpy, i.e., GenerateTessellation, CopyRaster with a pause in between each, add the copied rasters to a mosaic, and create your tile package from the mosaic.)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/rest-service-tiled-raster-basemap/m-p/1546950#M61875</guid>
      <dc:creator>PeterKnoop</dc:creator>
      <dc:date>2024-10-09T13:24:43Z</dc:date>
    </item>
  </channel>
</rss>

