<?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: Optimal Path As Line - issues with memory leak and Python environment in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356155#M12059</link>
    <description>&lt;P&gt;Thank you for the link. I read the raster statistics can be calculated ad-hoc by pressing the button in the tool (which is what I did), but I do not understand potential issues caused by this tool. To exclude it as a potential root cause, I tested re-scaling the values using Raster Calculator and recreating an affected accumulated cost raster and back direction raster from it (manually in ArcGIS Pro).&lt;/P&gt;&lt;P&gt;But still, specific combinations of inputs lead to the endless cell tracing and memory leak. For example, acc.cost surface 2013 + back dir. raster 2013 + destination points 2014. If I swap the back dir. raster with the one from 2016 (but e.g. 2011 will not work neither) or swap the destination points with the ones from 2015, the tool runs successfully.&lt;/P&gt;</description>
    <pubDate>Sun, 03 Dec 2023 20:59:48 GMT</pubDate>
    <dc:creator>ChristaRohrbach</dc:creator>
    <dc:date>2023-12-03T20:59:48Z</dc:date>
    <item>
      <title>Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356136#M12055</link>
      <description>&lt;P&gt;I am having issues with the OptimalPathAsLine tool in ArcPy as well as in ArcGIS Pro. My ArcPy workflow, which I run in a cloned environment in PyCharm Community Edition, takes point features and a cost surface as input and runs DistanceAccumulation and OptimalPathAsLine iteratively for the annual timesteps 2008 - 2023.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue 1: &lt;FONT color="#339966"&gt;[SOLVED by bugfix in ArcGIS Pro v3.2.2]&lt;/FONT&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It all worked well, until I decided to transform the scale of the cost surface input &lt;/STRONG&gt;from a range of ~33.8 - ~930.2 to 1 - 100 using the Rescale by Function tool (linear function)&lt;FONT color="#FF0000"&gt; (EDIT: Raster Calculator also tested with same result)&lt;/FONT&gt;. After I had changed the cost surface input to my script, OptimalPathAsLine stopped working for two specific timesteps (two specific combinations of input rasters and destination features): It threw no error, but the calculation would never end and memory consumption kept increasing until I stopped the script.&lt;/P&gt;&lt;P&gt;The behaviour is reproducible by manually running the tool with the same inputs in ArcGIS Pro &lt;FONT color="#FF0000"&gt;(EDIT: see screenshots)&lt;/FONT&gt;. I did not find any difference between the old and new accumulated cost rasters (both showing 32 bit float as pixel type).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issue 2: &lt;FONT color="#339966"&gt;[SOLVED by avoiding int64 field type in the input feature class]&lt;/FONT&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Then I updated ArcGIS Pro from 3.1 (or any 3.x, not sure) to 3.2 &lt;/STRONG&gt;in an attempt to fix issue 1. Since then, OptimalPathAsLine in my script does not work anymore. It always throws the following error:&lt;/P&gt;&lt;P&gt;arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.&lt;BR /&gt;ERROR 010778: Big Integer field type is currently not supported.&lt;BR /&gt;Failed to execute (OptimalPathAsLine).&lt;/P&gt;&lt;P&gt;I have no idea why I get this error message and to which data and field it refers to.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;EDIT: I found out that issue 2 has nothing to do with the rasters, but is caused by the destination feature class: The destination field is a Big Integer. My script imports this feature class from a GeoPackage into a FileGDB using CopyFeatures_management. All integers in the GeoPackage are saved as int64. Since the update to ArcGIS Pro 3.2, these fields are, not surprisingly, imported as Big Integer. I am not sure why the script worked earlier - if CopyFeatures converted int64 to something supported by ArcGIS, or if the GeoPackage changed. Anyway, issue 2 is solved by saving int32 to the GeoPackage.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 20:13:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356136#M12055</guid>
      <dc:creator>ChristaRohrbach</dc:creator>
      <dc:date>2024-02-18T20:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356137#M12056</link>
      <description>&lt;P&gt;Could it just be a field type change from when you rescaled by function?&amp;nbsp; Have you checked the field types and precision/scale of your inputs?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2023 12:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356137#M12056</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-12-03T12:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356141#M12057</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/rescale-by-function.htm" target="_blank"&gt;Rescale by Function (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;has a number of warnings regarding raster statistics and potential environment settings that should/could be set.&amp;nbsp; I would examine those regarding the reclass by function, which may also lead to the invalid field type&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2023 13:50:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356141#M12057</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-12-03T13:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356153#M12058</link>
      <description>&lt;P&gt;I compared the pixel type in the properties, all inputs (cost surfaces and accumulated cost surfaces) have 32bit float, and I ran Get Raster Properties to check "cell value type", which also returned "floating point" for all inputs. Is there anything else I can check?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2023 20:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356153#M12058</guid>
      <dc:creator>ChristaRohrbach</dc:creator>
      <dc:date>2023-12-03T20:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356155#M12059</link>
      <description>&lt;P&gt;Thank you for the link. I read the raster statistics can be calculated ad-hoc by pressing the button in the tool (which is what I did), but I do not understand potential issues caused by this tool. To exclude it as a potential root cause, I tested re-scaling the values using Raster Calculator and recreating an affected accumulated cost raster and back direction raster from it (manually in ArcGIS Pro).&lt;/P&gt;&lt;P&gt;But still, specific combinations of inputs lead to the endless cell tracing and memory leak. For example, acc.cost surface 2013 + back dir. raster 2013 + destination points 2014. If I swap the back dir. raster with the one from 2016 (but e.g. 2011 will not work neither) or swap the destination points with the ones from 2015, the tool runs successfully.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2023 20:59:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356155#M12059</guid>
      <dc:creator>ChristaRohrbach</dc:creator>
      <dc:date>2023-12-03T20:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356158#M12060</link>
      <description>&lt;P&gt;It is these comments in the link&lt;/P&gt;&lt;P&gt;You may not have valid statistics for the following conditions:&lt;/P&gt;&lt;P&gt;The environment processing extent, cell size, or snap raster is set prior to launching the tool dialog box.&lt;BR /&gt;The input raster does not have statistics.&lt;/P&gt;&lt;P&gt;It would be prudent to ensure that you have these set in the Environments tab for the tool.&lt;/P&gt;&lt;P&gt;I would expect that the extent, cell size would be the same for the inputs and that the snap raster would be common about them to avoid the unnecessary work of aligning cells.&lt;/P&gt;&lt;P&gt;Various topics related to these concerns can be found on the left of the help pane beginning with&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/environment-settings/cell-alignment.htm" target="_blank"&gt;Cell Alignment (Environment setting)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2023 21:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356158#M12060</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-12-03T21:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356166#M12061</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for posting this issue.&amp;nbsp; I am a Product Engineer on the Spatial Analyst team and would like to help investigate the problem. Please email me directly, hopefully, you can share a reproducible case and at least a subset of your data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Liz Graham (&lt;A href="mailto:egraham@esri.com" target="_blank"&gt;egraham@esri.com&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2023 23:46:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356166#M12061</guid>
      <dc:creator>ElizabethGraham</dc:creator>
      <dc:date>2023-12-03T23:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356169#M12062</link>
      <description>&lt;P&gt;Hi Christa:&lt;/P&gt;&lt;P&gt;Regarding your first issue: I interpret your situation to mean that you are &lt;EM&gt;rescaling&lt;/EM&gt; the accumulated distance raster generated by DistanceAccumulation, then using that rescaled version as input to Optimal Path As Line, along with the back direction raster generated from the same Distance Accumulation execution? Theoretically, this might be legal but this has never been tested and I doubt the SA team would want to support this. The back direction and accumulated distance raster are assumed to be generated by the exact same numerical method, so I suspect that the 'aspect' information stored in the back direction raster is now inconsistent with the 'elevation'&amp;nbsp; information stored in the rescaled accumulation raster and this is causing an infinite loop. Can you rescale everything &lt;EM&gt;after&lt;/EM&gt; running optimal path as line?&lt;/P&gt;&lt;P&gt;I recommend submitting a tech support ticket for the second problem.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jim TenBrink (retired)&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 00:00:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356169#M12062</guid>
      <dc:creator>JamesTenbrink</dc:creator>
      <dc:date>2023-12-04T00:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356920#M12063</link>
      <description>&lt;P&gt;hi Christa. I think I misread your post. Are you transforming the input friction raster or the output accumulation raster? Doing the former should not cause a problem, but note that any friction raster (transformed or not) should &lt;STRONG&gt;not&lt;/STRONG&gt; have negative or zero values in it.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;-jt&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 16:56:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1356920#M12063</guid>
      <dc:creator>JamesTenbrink</dc:creator>
      <dc:date>2023-12-05T16:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1358652#M12065</link>
      <description>&lt;P&gt;Hi Liz,&lt;/P&gt;&lt;P&gt;I just sent you an e-mail with some data, thanks!&lt;/P&gt;&lt;P&gt;Christa&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 17:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1358652#M12065</guid>
      <dc:creator>ChristaRohrbach</dc:creator>
      <dc:date>2023-12-08T17:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1358738#M12066</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;Correct, I rescaled the cost/friction raster, not the outputs of Distance Accumulation. I rescaled to a range of 1-100. Then I re-ran a standalone script to run Distance Accumulation and Optimal Path as Line for all timesteps of my data, and Optimal Path as Line ran into the "endless tracing and memory leak" issue with certain timesteps (input combinations).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christa&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 20:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1358738#M12066</guid>
      <dc:creator>ChristaRohrbach</dc:creator>
      <dc:date>2023-12-08T20:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1358792#M12068</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;I just found the cause for the &lt;EM&gt;second&lt;/EM&gt; issue with the Big Integer error message:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;The destination field of the destination feature class is a Big Integer. My script imports this feature class from a GeoPackage into a FileGDB using CopyFeatures_management. All integers in the GeoPackage are saved as int64. Since the update to ArcGIS Pro 3.2, these fields are, not surprisingly, imported as Big Integer. I am not sure why the script worked earlier - if CopyFeatures converted int64 to something supported by ArcGIS, or if the GeoPackage changed. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Anyway, issue 2 is solved by saving int32 to the GeoPackage. The script now runs through - until it hits the original, still unresolved issue with the endless tracing and memory leak as in 3.1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Christa&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2023 19:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1358792#M12068</guid>
      <dc:creator>ChristaRohrbach</dc:creator>
      <dc:date>2023-12-09T19:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1374820#M12098</link>
      <description>&lt;P&gt;I am also experiencing computational inefficiencies with both the new "Distance Accumulation" function and "Optimal path". One distance accumulation calculation on a 3300x3000 raster took 12 1/2 hours to complete using one single-point origin. The optimal path function is soaking 29 GB of my 32 RAM memory and is also taking forever to compute. Something is not right with these new functions. A request: could you convey to your team to NOT DEPRECATE the former cost accumulation function based on the regular Dijkstra algorithm? We should have the option to choose which accumulation algorithm to use.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:04:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1374820#M12098</guid>
      <dc:creator>EugenioArima</dc:creator>
      <dc:date>2024-01-26T14:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1374838#M12099</link>
      <description>&lt;P&gt;Update: the optimal path failed to compute. Returned an error "Unable to allocate memory" It seems that the function is trying to trace paths from all cells to the origin instead of focusing only on the destination point back to the origin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1374838#M12099</guid>
      <dc:creator>EugenioArima</dc:creator>
      <dc:date>2024-01-26T14:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1379996#M12116</link>
      <description>&lt;P&gt;Some updates on the tool&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/the-optimal-path-as-line-tool-can-get-stuck-in-an-infin-bug-000164136" target="_blank"&gt;BUG-000164136 for ArcGIS Pro (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The Optimal Path As Line tool can get stuck in an infinite loop&lt;/P&gt;&lt;P&gt;fixed in 3.2.2&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 20:27:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1379996#M12116</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-08T20:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1381287#M12118</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2521"&gt;@ElizabethGraham&lt;/a&gt;&amp;nbsp;my research assistants reported that the 3.2.2 patch did not fully correct the errors described in this blog. The function continues to run out of memory or produce incomplete paths in certain cases.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 20:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1381287#M12118</guid>
      <dc:creator>EugenioArima</dc:creator>
      <dc:date>2024-02-12T20:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1383892#M12126</link>
      <description>&lt;P&gt;Hi Dan, thanks for letting me know! After updating to 3.2.2, I just re-ran my script with the same data which caused the tool to run into a memory leak, and can confirm the bugfix works for me.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/33324"&gt;@EugenioArima&lt;/a&gt;I suggest you open a new thread, as the memory leak issue appears to be fixed, at least the specific bug I was facing.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 20:08:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1383892#M12126</guid>
      <dc:creator>ChristaRohrbach</dc:creator>
      <dc:date>2024-02-18T20:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1404877#M12184</link>
      <description>&lt;P&gt;Hi Eugenio,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please email me directly, hopefully, you can share a reproducible case and at least a subset of your data.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Liz Graham (&lt;A href="mailto:egraham@esri.com" target="_blank" rel="nofollow noopener noreferrer"&gt;egraham@esri.com&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 21:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1404877#M12184</guid>
      <dc:creator>ElizabethGraham</dc:creator>
      <dc:date>2024-04-02T21:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1586551#M12285</link>
      <description>&lt;P&gt;I believe I am experiencing this error in 3.4.2.&lt;BR /&gt;I have python script that runs the OptimalPathAsLine tool for many OD pairs. It works in some cases, and is stuck for hours and I have to kill the program for others.&lt;BR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2521"&gt;@ElizabethGraham&lt;/a&gt;Can I get some support on this?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 19:00:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1586551#M12285</guid>
      <dc:creator>JoannaMerson2</dc:creator>
      <dc:date>2025-02-18T19:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Optimal Path As Line - issues with memory leak and Python environment</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1586990#M12286</link>
      <description>&lt;P&gt;I have not used this method in a while. I would suggest verifying that you do not have any points over "NODATA values" of your cost (friction) raster.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 15:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/optimal-path-as-line-issues-with-memory-leak-and/m-p/1586990#M12286</guid>
      <dc:creator>EugenioArima</dc:creator>
      <dc:date>2025-02-19T15:34:00Z</dc:date>
    </item>
  </channel>
</rss>

