<?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 Read Compact Cache V2 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/read-compact-cache-v2/m-p/1214214#M11344</link>
    <description>&lt;P&gt;I have created An Tile Cache with all my Elevation Data.&lt;/P&gt;&lt;P&gt;The Problem is the Size of this Cache &amp;gt; 50GB&lt;/P&gt;&lt;P&gt;Now i would like to read the bundle Files within this Tile Cache.&lt;/P&gt;&lt;P&gt;The Reading of the Bundle Files is not the Problem.&lt;/P&gt;&lt;P&gt;The Problem is to know within which bundle File can find the Elevavtion Data of my specific Coordinate.&lt;/P&gt;&lt;P&gt;Can anybody tell me how to calculate the right bundle file within the different LODs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not described in the&amp;nbsp; &amp;nbsp;&lt;A href="https://github.com/Esri/raster-tiles-compactcache/blob/master/CompactCacheV2.md" target="_blank" rel="noopener"&gt;ESRI Imagery Compact Cache V2 Technical Description&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 15:08:11 GMT</pubDate>
    <dc:creator>FlorianKowalsky</dc:creator>
    <dc:date>2022-09-20T15:08:11Z</dc:date>
    <item>
      <title>Read Compact Cache V2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-compact-cache-v2/m-p/1214214#M11344</link>
      <description>&lt;P&gt;I have created An Tile Cache with all my Elevation Data.&lt;/P&gt;&lt;P&gt;The Problem is the Size of this Cache &amp;gt; 50GB&lt;/P&gt;&lt;P&gt;Now i would like to read the bundle Files within this Tile Cache.&lt;/P&gt;&lt;P&gt;The Reading of the Bundle Files is not the Problem.&lt;/P&gt;&lt;P&gt;The Problem is to know within which bundle File can find the Elevavtion Data of my specific Coordinate.&lt;/P&gt;&lt;P&gt;Can anybody tell me how to calculate the right bundle file within the different LODs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not described in the&amp;nbsp; &amp;nbsp;&lt;A href="https://github.com/Esri/raster-tiles-compactcache/blob/master/CompactCacheV2.md" target="_blank" rel="noopener"&gt;ESRI Imagery Compact Cache V2 Technical Description&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 15:08:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-compact-cache-v2/m-p/1214214#M11344</guid>
      <dc:creator>FlorianKowalsky</dc:creator>
      <dc:date>2022-09-20T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Read Compact Cache V2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-compact-cache-v2/m-p/1215793#M11355</link>
      <description>&lt;P&gt;Can you provide more context about your scenario? (typically it's not necessary to read bundle files directly, instead you would access the Tile Cache via the&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.TileCache.html" target="_blank"&gt;Class TileCache (arcgis.com)&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.ArcGISTiledLayer.html" target="_blank"&gt;Class ArcGISTiledLayer&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 23:54:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-compact-cache-v2/m-p/1215793#M11355</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2022-09-23T23:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Read Compact Cache V2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-compact-cache-v2/m-p/1215947#M11358</link>
      <description>&lt;P&gt;I want to read parts of the ElevationData.&lt;/P&gt;&lt;P&gt;Not only for a single Coordinate, also for Multiple Coordinates, and this with a very good performance.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 06:54:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-compact-cache-v2/m-p/1215947#M11358</guid>
      <dc:creator>FlorianKowalsky</dc:creator>
      <dc:date>2022-09-26T06:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Read Compact Cache V2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/read-compact-cache-v2/m-p/1216438#M11360</link>
      <description>&lt;P&gt;Yes I Can Access the TileCache.&lt;/P&gt;&lt;P&gt;But&amp;nbsp; How do i know which TileData i have to load for a specific Coordinate?&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;tileCache.GetTileData(level,col,row)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i calculate the row and col for a specific level, dependent on the Coordinate?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 10:34:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/read-compact-cache-v2/m-p/1216438#M11360</guid>
      <dc:creator>FlorianKowalsky</dc:creator>
      <dc:date>2022-09-27T10:34:27Z</dc:date>
    </item>
  </channel>
</rss>

