<?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: Drainage line processing with arcpy in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041452#M39050</link>
    <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00201-00225-000210.htm" target="_blank"&gt;000210: Cannot create output &amp;lt;value&amp;gt;.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From there&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Confirm that the data is not locked by another user or application and that you have full rights to the workspace being used. Check to make sure that the path to the data is correct (check for typos in the folder path). &lt;STRONG&gt;Try creating the output in a new location&lt;/STRONG&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Especially the last one.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Mar 2021 09:24:41 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-03-29T09:24:41Z</dc:date>
    <item>
      <title>Drainage line processing with arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041434#M39047</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I am trying to perform the function drainage line processing (ArcHydroTools) within PyCharm, but the script cannot create the feature.&lt;/P&gt;&lt;P&gt;But what I have remarked: When I need to use it in ArcMap, the project should be saved, and the feature is created as a layer in the geodatabase file.&lt;/P&gt;&lt;P&gt;Any idea how to fix this problem with Pycharm (python).&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 06:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041434#M39047</guid>
      <dc:creator>MohamadAchour</dc:creator>
      <dc:date>2021-03-29T06:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Drainage line processing with arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041436#M39048</link>
      <description>&lt;P&gt;Beside that, a have this error:&lt;/P&gt;&lt;P&gt;C:\Python27\ArcGIS10.8\python.exe "C:/Users/achour/Desktop/Automatisation/Pycharm script/Invarient/Invarient.py"&lt;BR /&gt;Available&lt;BR /&gt;Using threshold = 100 cells.&lt;BR /&gt;ERROR 000210: Cannot create output C:\Users\achour\AppData\Local\Temp\scratch\scratch.gdb\temptable&lt;BR /&gt;Failed to execute (TableSelect).&lt;/P&gt;&lt;P&gt;Cleaning up...&lt;/P&gt;&lt;P&gt;Process finished with exit code 0&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 07:17:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041436#M39048</guid>
      <dc:creator>MohamadAchour</dc:creator>
      <dc:date>2021-03-29T07:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Drainage line processing with arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041452#M39050</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00201-00225-000210.htm" target="_blank"&gt;000210: Cannot create output &amp;lt;value&amp;gt;.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From there&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Confirm that the data is not locked by another user or application and that you have full rights to the workspace being used. Check to make sure that the path to the data is correct (check for typos in the folder path). &lt;STRONG&gt;Try creating the output in a new location&lt;/STRONG&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Especially the last one.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 09:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041452#M39050</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-03-29T09:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Drainage line processing with arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041455#M39052</link>
      <description>&lt;P&gt;In fact, I just found the solution:&lt;/P&gt;&lt;P&gt;The&amp;nbsp;“AppData\Local\Temp” was full, and we should clean it regularly. It seem that this function need to create some temporary data in the scratch file.&lt;/P&gt;&lt;P&gt;Thank you anyway for your reply.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 09:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041455#M39052</guid>
      <dc:creator>MohamadAchour</dc:creator>
      <dc:date>2021-03-29T09:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Drainage line processing with arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041457#M39053</link>
      <description>&lt;P&gt;which is probably why they suggest creating the output in a new location... might be a common problem with hydro&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 09:40:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/drainage-line-processing-with-arcpy/m-p/1041457#M39053</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-03-29T09:40:55Z</dc:date>
    </item>
  </channel>
</rss>

