<?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 Arcpy ClassifyRaster Runs Without Throwing Errors or Crashing IDE in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-classifyraster-runs-without-throwing-errors/m-p/1241389#M66270</link>
    <description>&lt;P&gt;The code chunk at the end of the body runs through IDLE 3.7.9 using edit with ArcGIS Pro. The original code has print to screen lines that if&amp;nbsp; triggered confirm the completion of the ClassifyRaster function. The code chunk was run for two hours without a confirmation of the code lines completion. So, I began to wonder if it was the machine's capabilities butthe same machine completed the task within 1-5mins through ArcGIS Pro desktop. I am wondering if I could get help by posting here. Otherwise, I would like to reach out to tech support to inform them of the potential bug.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anthony Rodriguez&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;from arcpy.sa import *&lt;/P&gt;&lt;P&gt;OutFolder = r"C:\x" +"\\"&lt;/P&gt;&lt;P&gt;ECD =&amp;nbsp;r"C:\x.ecd"&lt;/P&gt;&lt;P&gt;inRaster =&amp;nbsp;r"C:\x.tiff"&lt;/P&gt;&lt;P&gt;outRaster = ClassifyRaster(inRaster, ECD)&lt;/P&gt;&lt;P&gt;outRaster.save(OutputFolder+ inraster)&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2022 22:49:53 GMT</pubDate>
    <dc:creator>arodriguez_hz</dc:creator>
    <dc:date>2022-12-14T22:49:53Z</dc:date>
    <item>
      <title>Arcpy ClassifyRaster Runs Without Throwing Errors or Crashing IDE</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-classifyraster-runs-without-throwing-errors/m-p/1241389#M66270</link>
      <description>&lt;P&gt;The code chunk at the end of the body runs through IDLE 3.7.9 using edit with ArcGIS Pro. The original code has print to screen lines that if&amp;nbsp; triggered confirm the completion of the ClassifyRaster function. The code chunk was run for two hours without a confirmation of the code lines completion. So, I began to wonder if it was the machine's capabilities butthe same machine completed the task within 1-5mins through ArcGIS Pro desktop. I am wondering if I could get help by posting here. Otherwise, I would like to reach out to tech support to inform them of the potential bug.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anthony Rodriguez&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;from arcpy.sa import *&lt;/P&gt;&lt;P&gt;OutFolder = r"C:\x" +"\\"&lt;/P&gt;&lt;P&gt;ECD =&amp;nbsp;r"C:\x.ecd"&lt;/P&gt;&lt;P&gt;inRaster =&amp;nbsp;r"C:\x.tiff"&lt;/P&gt;&lt;P&gt;outRaster = ClassifyRaster(inRaster, ECD)&lt;/P&gt;&lt;P&gt;outRaster.save(OutputFolder+ inraster)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 22:49:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-classifyraster-runs-without-throwing-errors/m-p/1241389#M66270</guid>
      <dc:creator>arodriguez_hz</dc:creator>
      <dc:date>2022-12-14T22:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy ClassifyRaster Runs Without Throwing Errors or Crashing IDE</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-classifyraster-runs-without-throwing-errors/m-p/1241414#M66271</link>
      <description>&lt;P&gt;&lt;SPAN&gt;OutputFolder&amp;nbsp; &amp;nbsp;: you mean OutFolder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;inraster&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : &lt;/STRONG&gt;you mean inRaster&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and even if you corrected those errors, you would get an impossible path&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OutFolder+ inRaster&lt;BR /&gt;'C:\\x\\C:\\x.tiff'&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 23:40:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-classifyraster-runs-without-throwing-errors/m-p/1241414#M66271</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-12-14T23:40:39Z</dc:date>
    </item>
  </channel>
</rss>

