<?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 Is there any way to restore my default 'geoprocessing environment' settings?  in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645605#M1458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am intending to restore my default 'geoprocessing&amp;gt;environment' settings automatically, how would I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2016 06:48:28 GMT</pubDate>
    <dc:creator>NasirHameed</dc:creator>
    <dc:date>2016-05-02T06:48:28Z</dc:date>
    <item>
      <title>Is there any way to restore my default 'geoprocessing environment' settings?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645605#M1458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am intending to restore my default 'geoprocessing&amp;gt;environment' settings automatically, how would I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 06:48:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645605#M1458</guid>
      <dc:creator>NasirHameed</dc:creator>
      <dc:date>2016-05-02T06:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to restore my default 'geoprocessing environment' settings?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645606#M1459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resetting Environment using ArcPy&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt;The &lt;/SPAN&gt;&lt;SPAN class="usertext" style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-weight: bold; color: #4d4d4d; font-size: 14px; background-color: #fefefe;"&gt;&lt;A class="xref" href="http://pro.arcgis.com/en/pro-app/arcpy/functions/resetenvironments.htm" style="color: #007ac2;" rel="nofollow noopener noreferrer" target="_blank"&gt;ResetEnvironments&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt; function can be used to restore the default environment values, or the &lt;/SPAN&gt;&lt;SPAN class="usertext" style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-weight: bold; color: #4d4d4d; font-size: 14px; background-color: #fefefe;"&gt;&lt;A class="xref" href="http://pro.arcgis.com/en/pro-app/arcpy/functions/clearenvironment.htm" style="color: #007ac2;" rel="nofollow noopener noreferrer" target="_blank"&gt;ClearEnvironment&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt;function can be used to reset a specific environment.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy
# Reset geoprocessing environment settings
arcpy.ResetEnvironments()
# Reset a specific environment setting
arcpy.ClearEnvironment("workspace")&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/using-environment-settings.htm#GUID-370A13E2-3A90-4D81-9F82-D8B8CD95CFB3" title="http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/using-environment-settings.htm#GUID-370A13E2-3A90-4D81-9F82-D8B8CD95CFB3" rel="nofollow noopener noreferrer" target="_blank"&gt;Using environment settings in Python—Geoprocessing and Python | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:24:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645606#M1459</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-12-12T03:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to restore my default 'geoprocessing environment' settings?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645607#M1460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/62883"&gt;Jayanta Poddar&lt;/A&gt;​ Thank you for the help, I had paste this function in Python Window and rechecked my Environment settings, it didn't seems to be working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 09:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645607#M1460</guid>
      <dc:creator>NasirHameed</dc:creator>
      <dc:date>2016-05-02T09:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to restore my default 'geoprocessing environment' settings?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645608#M1461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open a New MXD (New Map Document).&lt;/P&gt;&lt;P&gt;the environment' settings restore automatically in new mxd.&lt;/P&gt;&lt;P&gt;you can copy your layers and paste it in new mxd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 12:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645608#M1461</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2016-05-02T12:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to restore my default 'geoprocessing environment' settings?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645609#M1462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a python script. &lt;/P&gt;&lt;P&gt;Right-click the file &amp;gt; Edit with IDLE&lt;/P&gt;&lt;P&gt;Run &amp;gt; Run Module (F5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/197916_pastedImage_10.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/197917_pastedImage_11.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 13:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645609#M1462</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-05-02T13:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to restore my default 'geoprocessing environment' settings?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645610#M1463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, applying these tools in the Python window apply there and do not necessarily propagate to the entire ArcMap session. I've always found this frustrating. Starting a new map document is the only "automated" way I know how to do this. Perhaps a Python add-in would do the trick, but I have not tried this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 02:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645610#M1463</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-05-03T02:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to restore my default 'geoprocessing environment' settings?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645611#M1464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/62883"&gt;Jayanta Poddar&lt;/A&gt;​, I have strictly followed the instructions to execute the expression you have provided but It didn't changed the settings automatically. I am not sure what went wrong. I am using ArcGIS 10.3 installed on C:\Program Files (x86)\ArcGIS. However, I am thankful for the anticipation and your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 04:27:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-there-any-way-to-restore-my-default/m-p/645611#M1464</guid>
      <dc:creator>NasirHameed</dc:creator>
      <dc:date>2016-05-03T04:27:27Z</dc:date>
    </item>
  </channel>
</rss>

