<?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>idea ArcGIS Pro's Select tool should respect Current Workspace environment setting in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idi-p/929167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcGIS Pro&amp;nbsp;the &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/copy.htm#GUID-5E59033B-560E-447B-B111-DD896FA30840"&gt;Copy tool respects the Current Workspace&lt;/A&gt; environment setting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/select.htm#GUID-AF8D3D17-395E-4793-9C32-C60AA399BDB7"&gt;Buffer documentation says it does too&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/project.htm#GUID-2FC10FAF-2A64-479F-B7CB-3D9ABDD202D5"&gt;Project documentation&amp;nbsp;says it does too&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;However, the &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/select.htm#GUID-AF8D3D17-395E-4793-9C32-C60AA399BDB7"&gt;Select tool does NOT respect the Current Workspace&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I think that it should.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2018 04:34:51 GMT</pubDate>
    <dc:creator>GraemeBrowning</dc:creator>
    <dc:date>2018-03-23T04:34:51Z</dc:date>
    <item>
      <title>ArcGIS Pro's Select tool should respect Current Workspace environment setting</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idi-p/929167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcGIS Pro&amp;nbsp;the &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/copy.htm#GUID-5E59033B-560E-447B-B111-DD896FA30840"&gt;Copy tool respects the Current Workspace&lt;/A&gt; environment setting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/select.htm#GUID-AF8D3D17-395E-4793-9C32-C60AA399BDB7"&gt;Buffer documentation says it does too&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/project.htm#GUID-2FC10FAF-2A64-479F-B7CB-3D9ABDD202D5"&gt;Project documentation&amp;nbsp;says it does too&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;However, the &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/select.htm#GUID-AF8D3D17-395E-4793-9C32-C60AA399BDB7"&gt;Select tool does NOT respect the Current Workspace&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I think that it should.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 04:34:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idi-p/929167</guid>
      <dc:creator>GraemeBrowning</dc:creator>
      <dc:date>2018-03-23T04:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro's Select tool should respect Current Workspace environment setting - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1382535#M28535</link>
      <description>&lt;P&gt;The Select tool does support the current workspace environment. The documentation will be added in an upcoming release.&lt;BR /&gt;&lt;BR /&gt;For example, you can set the workspace to a geodatabase, then use short input and output names that refer to datasets within that geodatabase, and Select works fine.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;import arcpy
arcpy.env.workspace = r"C:\...Data.gdb"
arcpy.analysis.Select(
    in_features="Streets_City",
    out_feature_class=r"Select_Tool",
    where_clause="STREET = 'ACADEMY '"
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 21:37:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1382535#M28535</guid>
      <dc:creator>MargaretCrawford</dc:creator>
      <dc:date>2024-02-14T21:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro's Select tool should respect Current Workspace environment setting</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1383120#M28563</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7828"&gt;@GraemeBrowning&lt;/a&gt;, thanks for your note.&lt;/P&gt;&lt;P&gt;All geoprocessing tools that generate output have always honored the &lt;EM&gt;Current Workspace&lt;/EM&gt;, whether that environment is listed in a tool's doc or not. An exception is when the tool developer coded the tool to behave differently.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To verify that &lt;STRONG&gt;Select&lt;/STRONG&gt; honors the &lt;EM&gt;Current Workspace&lt;/EM&gt;, display its Output's full path [a GP Option] and open the &lt;EM&gt;Environments&lt;/EM&gt; window [from the &lt;EM&gt;Analysis&lt;/EM&gt; tab] and expand &lt;EM&gt;Workspace&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="929167.jpg" style="width: 911px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94965iA257B1EB88940BF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="929167.jpg" alt="929167.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I'm investigating a related, yet separate issue, that your request laid open and needs clarifying -- a good thing.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 21:03:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1383120#M28563</guid>
      <dc:creator>BBicking1</dc:creator>
      <dc:date>2024-02-15T21:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro's Select tool should respect Current Workspace environment setting</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1383510#M28573</link>
      <description>&lt;P&gt;Hello again&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7828"&gt;@GraemeBrowning&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks again for giving us documentation feedback.&lt;BR /&gt;For future submissions of that nature please use the Feedback link on bottom right of the respective documentation page.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelpFeedback2024-02-16_08-52-47.jpg" style="width: 682px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/95052iF411F0FE390BAC07/image-size/large?v=v2&amp;amp;px=999" role="button" title="HelpFeedback2024-02-16_08-52-47.jpg" alt="HelpFeedback2024-02-16_08-52-47.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Prior to submitting an idea, please review the &lt;A href="https://community.esri.com/t5/community-help-documents/arcgis-ideas-submission-guidelines-and-statuses/ta-p/904874" target="_self"&gt;Idea sites guidelines&lt;/A&gt; to ensure you're actually submitting an idea, not posing a question, or giving feedback for which another channel exists.&lt;BR /&gt;Thank you for your understanding and cooperation.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 17:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1383510#M28573</guid>
      <dc:creator>BBicking1</dc:creator>
      <dc:date>2024-02-16T17:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro's Select tool should respect Current Workspace environment setting</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1388267#M28775</link>
      <description>&lt;P&gt;Hi, since the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;Select&lt;/STRONG&gt; tool does support the current workspace environment,&amp;nbsp;&lt;/SPAN&gt;we updated the documentation topic to reflect that. You should see the updated documentation in Pro 3.3&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 20:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1388267#M28775</guid>
      <dc:creator>MargaretCrawford</dc:creator>
      <dc:date>2024-02-28T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro's Select tool should respect Current Workspace environment setting - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1388268#M28776</link>
      <description />
      <pubDate>Wed, 28 Feb 2024 20:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1388268#M28776</guid>
      <dc:creator>MargaretCrawford</dc:creator>
      <dc:date>2024-02-28T20:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro's Select tool should respect Current Workspace environment setting - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1432540#M30092</link>
      <description>&lt;P&gt;This is implemented in ArcGIS Pro 3.3. See &lt;A href="https://community.esri.com/t5/arcgis-ideas-blog/your-ideas-in-arcgis-pro-3-3/bc-p/1431910" target="_blank"&gt;Your Ideas in ArcGIS Pro 3.3&lt;/A&gt; for a full list of all user ideas you can look forward to! And be sure to check out the &lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/announcements/whats-new-in-arcgis-pro-3-3/" target="_blank"&gt;release blog&lt;/A&gt; and what’s new &lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank"&gt;help topic and video&lt;/A&gt; to learn more about all the new features and functionality in the release.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 16:22:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/arcgis-pro-s-select-tool-should-respect-current/idc-p/1432540#M30092</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2024-05-10T16:22:53Z</dc:date>
    </item>
  </channel>
</rss>

