<?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 Best Practise for Basemap/Cache with different LODs in different AOIs ? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/best-practise-for-basemap-cache-with-different/m-p/1400958#M39071</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a basemap problem/question where I'm not quite sure where to put or how to solve it properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Our organization wants to provide a nice, performant satellite-image basemap. So far, we have our area of interest (AOI) covered in high-resolution imagery (0.08m cell size) where we provide a basemap with a cached image service behind it&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;— cached down to approximately scale 1:140. This will come with some cache size, but images are of good quality and still performant.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now, requirements have grown&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;— we need the surrounding area covered with the basemap as well. However, it's more for "orientation" purposes since it's not our actual AOI. Caching to scale 1:1000 for that "surrounding" area would be sufficient. Caching the whole area to 1:140 would make the file size explode. Caching everything at 1:1000 would lead to bad image quality for our AOI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What would be a good approach?&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Is it possible to achieve that with ONE cache? (e.g., cache one mosaic dataset in different AOIs to different LODs)?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What we've done so far:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Cached a second service (MapService) based on "lower-resolution but bigger area" imagery.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Overlayed the AOI with a white polygon. Cache format = "mixed" so white tiles will result in transparent PNG tiles&lt;/SPAN&gt;&lt;SPAN&gt;—a Cache with a hole of transparent PNGs so we don't cover the AOI.&lt;BR /&gt;&lt;EM&gt;(Follow-up question: would it make a difference if we don't overlay a white polygon but actually clip the AOI in the lower-resolution imagery?)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Combined/overlayed both services in the web map/basemap.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;It works; you can even zoom in the surrounding area to 1:140 (overzoom on the base of the 1:1000 tile); the AOI will still deliver high-res tiles till 1:140. But I have a feeling there could be better options. Right now, we always request 2 services and load 2 tiles where actually only 1 is needed (1 transparent white tile and one image-service tile).&lt;BR /&gt;&lt;BR /&gt;Any thoughts, inputs, suggestions welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2024 15:33:40 GMT</pubDate>
    <dc:creator>AndreasEugster</dc:creator>
    <dc:date>2024-03-26T15:33:40Z</dc:date>
    <item>
      <title>Best Practise for Basemap/Cache with different LODs in different AOIs ?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/best-practise-for-basemap-cache-with-different/m-p/1400958#M39071</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a basemap problem/question where I'm not quite sure where to put or how to solve it properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Our organization wants to provide a nice, performant satellite-image basemap. So far, we have our area of interest (AOI) covered in high-resolution imagery (0.08m cell size) where we provide a basemap with a cached image service behind it&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;— cached down to approximately scale 1:140. This will come with some cache size, but images are of good quality and still performant.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now, requirements have grown&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;— we need the surrounding area covered with the basemap as well. However, it's more for "orientation" purposes since it's not our actual AOI. Caching to scale 1:1000 for that "surrounding" area would be sufficient. Caching the whole area to 1:140 would make the file size explode. Caching everything at 1:1000 would lead to bad image quality for our AOI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What would be a good approach?&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Is it possible to achieve that with ONE cache? (e.g., cache one mosaic dataset in different AOIs to different LODs)?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What we've done so far:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Cached a second service (MapService) based on "lower-resolution but bigger area" imagery.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Overlayed the AOI with a white polygon. Cache format = "mixed" so white tiles will result in transparent PNG tiles&lt;/SPAN&gt;&lt;SPAN&gt;—a Cache with a hole of transparent PNGs so we don't cover the AOI.&lt;BR /&gt;&lt;EM&gt;(Follow-up question: would it make a difference if we don't overlay a white polygon but actually clip the AOI in the lower-resolution imagery?)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Combined/overlayed both services in the web map/basemap.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;It works; you can even zoom in the surrounding area to 1:140 (overzoom on the base of the 1:1000 tile); the AOI will still deliver high-res tiles till 1:140. But I have a feeling there could be better options. Right now, we always request 2 services and load 2 tiles where actually only 1 is needed (1 transparent white tile and one image-service tile).&lt;BR /&gt;&lt;BR /&gt;Any thoughts, inputs, suggestions welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 15:33:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/best-practise-for-basemap-cache-with-different/m-p/1400958#M39071</guid>
      <dc:creator>AndreasEugster</dc:creator>
      <dc:date>2024-03-26T15:33:40Z</dc:date>
    </item>
  </channel>
</rss>

