<?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: ArcGIS Pro - Python Toolbox in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1685819#M11855</link>
    <description>&lt;P&gt;Thank you so much for your response. I was occupied with some other tasks and now have some time to look back into this issue. May I know how can i change or edit the path?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Feb 2026 05:19:22 GMT</pubDate>
    <dc:creator>Nur_Efarina_JaliJali</dc:creator>
    <dc:date>2026-02-23T05:19:22Z</dc:date>
    <item>
      <title>ArcGIS Pro - Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1637175#M11527</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Hi, I'm Nur from Malaysia. I'm a beginner in Python and currently experimenting with building a Python toolbox to automatically calculate yearly forest cover changes in my region. I created the script with help from ChatGPT.&lt;/P&gt;&lt;P&gt;When I run the tool, the analysis starts but I get the following error message:&lt;/P&gt;&lt;P&gt;"Workspace is invalid output workspace"&lt;/P&gt;&lt;P&gt;Can anyone help me understand and fix this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;BIG THANKS in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-07-29 101328.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137427i255770FDC67885C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-07-29 101328.png" alt="Screenshot 2025-07-29 101328.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 02:25:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1637175#M11527</guid>
      <dc:creator>Nur_Efarina_JaliJali</dc:creator>
      <dc:date>2025-07-29T02:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1637185#M11528</link>
      <description>&lt;P&gt;The error reads as...&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The specified catalog path for the output does not exist, or you may not have permissions to write.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So assuming the path exists and it is your computer and hence you have permission to write to your own folder, I would suggest navigating to a local folder on your computer with a much shorter path and filename and try again (eg c:\output\myoutput.tif)&amp;nbsp; Also, spaces and punctuation are often the source of breaking tool functionality&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 03:35:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1637185#M11528</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-07-29T03:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1638676#M11540</link>
      <description>&lt;P&gt;Thanks, I've tried to put a shorter part for output, but the same error occurred. Just a heads-up, I’ve updated my ArcGIS Pro to the latest version, if that influences the process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help ya.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 01:50:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1638676#M11540</guid>
      <dc:creator>Nur_Efarina_JaliJali</dc:creator>
      <dc:date>2025-08-04T01:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1638725#M11541</link>
      <description>&lt;P&gt;If you can run the process manually and it works, that leaves the script.&amp;nbsp; It isn't clear what tool(s) you are using/calling in your script.&amp;nbsp; The error suggests a permissions issue if a short local filepath didn't help&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 08:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1638725#M11541</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-08-04T08:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1640441#M11556</link>
      <description>&lt;P&gt;How did you write your path?&amp;nbsp; If you did&amp;nbsp;C:\Users\my.tif, change it to&amp;nbsp;C:/Users/my.tif.&amp;nbsp; &amp;nbsp;Or better yet use r"C:\Users\my.tif", the quotes help because of the spaces in your path.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 17:58:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1640441#M11556</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2025-08-08T17:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1685819#M11855</link>
      <description>&lt;P&gt;Thank you so much for your response. I was occupied with some other tasks and now have some time to look back into this issue. May I know how can i change or edit the path?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 05:19:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1685819#M11855</guid>
      <dc:creator>Nur_Efarina_JaliJali</dc:creator>
      <dc:date>2026-02-23T05:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - Python Toolbox</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1685845#M11856</link>
      <description>&lt;P&gt;The folder icons beside the input and output parameters allow you to navigate to an appropriate workspace (eg a folder or a geodatabase within a folder), then select the input or provide a name for the output where appropriate&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 11:03:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-pro-python-toolbox/m-p/1685845#M11856</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2026-02-23T11:03:43Z</dc:date>
    </item>
  </channel>
</rss>

