<?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: how to know if a raster dataset has or not has pyramid? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126629#M63250</link>
    <description>&lt;P&gt;Oh.....&lt;/P&gt;&lt;P&gt;I mean by python, arcpy or gdal or other libraries, actually, there are thousands of raster datasets.....&lt;/P&gt;</description>
    <pubDate>Thu, 16 Dec 2021 11:52:11 GMT</pubDate>
    <dc:creator>pyfans</dc:creator>
    <dc:date>2021-12-16T11:52:11Z</dc:date>
    <item>
      <title>how to know if a raster dataset has or not has pyramid?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126593#M63248</link>
      <description>&lt;P&gt;is there any idea for know if the raster dataset has pyramid inside its own file or outside as with .rrd or .ovr ?&lt;/P&gt;&lt;P&gt;the buildpyramid tools supply as option for skip existing, but I don't want to build pyramid for which not has, just want to know.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 08:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126593#M63248</guid>
      <dc:creator>pyfans</dc:creator>
      <dc:date>2021-12-16T08:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to know if a raster dataset has or not has pyramid?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126613#M63249</link>
      <description>&lt;P&gt;you can examine the layer's properties to see if pyramids exist (right-click on the layer)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/auxiliary-files.htm" target="_blank" rel="noopener"&gt;Auxiliary files—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;auxilary files (rrd, ovr) can be found using Windows file explorer in the path where the raster resides... if they exist&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 10:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126613#M63249</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-16T10:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to know if a raster dataset has or not has pyramid?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126629#M63250</link>
      <description>&lt;P&gt;Oh.....&lt;/P&gt;&lt;P&gt;I mean by python, arcpy or gdal or other libraries, actually, there are thousands of raster datasets.....&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 11:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126629#M63250</guid>
      <dc:creator>pyfans</dc:creator>
      <dc:date>2021-12-16T11:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to know if a raster dataset has or not has pyramid?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126670#M63251</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/batch-build-pyramids.htm" target="_blank"&gt;Batch Build Pyramids (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;is all that is in arcpy.&amp;nbsp; gdal has similar functionality&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 14:32:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126670#M63251</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-16T14:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to know if a raster dataset has or not has pyramid?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126758#M63254</link>
      <description>&lt;P&gt;This may not be what you are looking for, but one way to get information on a hosted map service's tiles is using the REST apis - specifically this &lt;A href="https://developers.arcgis.com/rest/services-reference/online/hosted-map-service.htm" target="_self"&gt;one.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you look at the response JSON's "lodInfos" section you can see which sets of tiles have been built. I've never worked with .rrd or .ovr files.&lt;/P&gt;&lt;P&gt;Maybe there is a way to do this via a python API, but I'm not sure.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 16:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-know-if-a-raster-dataset-has-or-not-has/m-p/1126758#M63254</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2021-12-16T16:34:00Z</dc:date>
    </item>
  </channel>
</rss>

