<?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 ArcMap 10.6 shutting down - Topo to Raster (Arcpy)  in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393061#M5523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm quite new in using ArcPy and have been struggling with it. I was trying to run a python script that has a loop containing the Topo to Raster tool. The code runs smoothly just until this tool is executed, and at this moment ArcMap suddenly shuts down without any message.&amp;nbsp;After a couple of tests I discovered that the script runs smoothly with the background processing option activated, and the shutting down just occurs when it's deactivated. I just can't let the background processing&amp;nbsp; option activated since the computational time would be too large for the purpouse of the script.&amp;nbsp;&lt;BR /&gt;Anyone has already experienced this type of problem? Any tips of how to fix it?&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&amp;nbsp;&lt;BR /&gt;Felipe.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Oct 2019 02:49:00 GMT</pubDate>
    <dc:creator>FelipeLeite_Nisiyama</dc:creator>
    <dc:date>2019-10-07T02:49:00Z</dc:date>
    <item>
      <title>ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393061#M5523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm quite new in using ArcPy and have been struggling with it. I was trying to run a python script that has a loop containing the Topo to Raster tool. The code runs smoothly just until this tool is executed, and at this moment ArcMap suddenly shuts down without any message.&amp;nbsp;After a couple of tests I discovered that the script runs smoothly with the background processing option activated, and the shutting down just occurs when it's deactivated. I just can't let the background processing&amp;nbsp; option activated since the computational time would be too large for the purpouse of the script.&amp;nbsp;&lt;BR /&gt;Anyone has already experienced this type of problem? Any tips of how to fix it?&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&amp;nbsp;&lt;BR /&gt;Felipe.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 02:49:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393061#M5523</guid>
      <dc:creator>FelipeLeite_Nisiyama</dc:creator>
      <dc:date>2019-10-07T02:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393062#M5524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What parameters are you using?&lt;/P&gt;&lt;P&gt;Properties of the raster?&lt;/P&gt;&lt;P&gt;Did you see the section in the help on the Margin parameter?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/topo-to-raster.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/topo-to-raster.htm"&gt;Topo to Raster—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-topo-to-raster-works.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-topo-to-raster-works.htm"&gt;How Topo to Raster works—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The trouble shooting section in the last link has suggestions.&lt;/P&gt;&lt;P&gt;Memory resources is a big issue and you may need to tile the original or use a larger cell size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 08:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393062#M5524</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-10-07T08:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393063#M5525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply. Actually, I have a felling that the problem is not parameter related.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran a test using a simple shapefile of elevation points (leaving the optional parameters as default) and, again, it runs perfectly with background processing option activated, but not with foreground processing. I also ran the code snippet of a sucessful manual topo to raster interpolation, but had the same problem. Just repaired ArcGIS installation, but the problem persists.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you think of anything else that could be causing the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 11:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393063#M5525</guid>
      <dc:creator>FelipeLeite_Nisiyama</dc:creator>
      <dc:date>2019-10-07T11:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393064#M5526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When it succeeds, what is the size of the output raster? (Right click on the raster layer and have a look at the number of columns and rows)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you install Background 64 bit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does IDW succeed in foreground?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you running the geoprocessing tool from the UI or are you running it in the Python window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 12:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393064#M5526</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2019-10-07T12:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393065#M5527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. When it succeeds I get a raster of 19200 cells (192 x 100) which is the result of interpolating a simple shapefile of 30 points with a cellsize of 30 m.&amp;nbsp;&lt;BR /&gt;2. Checking in ArcGIS admnistrator I can't locate it.&lt;BR /&gt;3. Yep, I just got it to run sucessfully with the same inputs mentioned in 1.&amp;nbsp;&lt;BR /&gt;4. When running topo to raster from the UI it always succeds, while in the Python window I am able to run it just with in foreground.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 23:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393065#M5527</guid>
      <dc:creator>FelipeLeite_Nisiyama</dc:creator>
      <dc:date>2019-10-07T23:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393066#M5528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felipe, you mean the builtin python window I presume&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #fefefe; color: #4d4d4d; font-family: 'Lucida Grande','Segoe UI','Arial',sans-serif; font-size: 0.87rem; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 1.71em; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Any script or script tools you run while inside Desktop honors the background processing setting. If background processing is turned on, the scripts will execute in the 64-bit space.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/executing-tools/64bit-background.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/executing-tools/64bit-background.htm"&gt;Background Geoprocessing (64-bit)—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is external then you need to ensure that the correct python is executing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import sys&lt;/P&gt;&lt;P&gt;sys.executable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to ensure that&amp;nbsp;&lt;SPAN style="color: #4d4d4d; font-family: &amp;amp;quot; consolas&amp;amp;quot;,&amp;amp;quot;andale mono&amp;amp;quot;,&amp;amp;quot;lucida console&amp;amp;quot;,&amp;amp;quot;monaco&amp;amp;quot;,&amp;amp;quot;courier new&amp;amp;quot;,courier,monospace; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;c:\Python27\ArcGISx6410.2\python.exe&lt;/SPAN&gt; is the running version.&lt;/P&gt;&lt;P&gt;Alternately... use Pro, it is 64 bit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 23:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393066#M5528</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-10-07T23:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393067#M5529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correctly, I&amp;nbsp;refer myself to the builtin python window&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2019 00:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393067#M5529</guid>
      <dc:creator>FelipeLeite_Nisiyama</dc:creator>
      <dc:date>2019-10-08T00:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393068#M5530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Background geoprocessing is by default = 32 bit, to get the 64 bit version requires an additional install.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe,&lt;/P&gt;&lt;P&gt;- from the UI it succeeds in background and in foreground, correct?&lt;/P&gt;&lt;P&gt;- try sending the output raster to Esri grid or .tif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2019 12:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393068#M5530</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2019-10-08T12:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393069#M5531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Yes, from the UI it succeds in both.&amp;nbsp;&lt;BR /&gt;- I've just done it to both ESRI grid and .tif with no errors.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I noticed that when I run the script ArcGIS crashes when executing the "Computing min-max ranges", as this appears at the bottom left corner of ArcMap UI.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2019 20:39:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393069#M5531</guid>
      <dc:creator>FelipeLeite_Nisiyama</dc:creator>
      <dc:date>2019-10-12T20:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393070#M5532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You had better post your code and...&lt;/P&gt;&lt;P&gt;do this in your command line to see what version of python is running&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; sys
sys&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;executable&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:00:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393070#M5532</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T18:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393071#M5533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-indent: -5.0pt; margin: 0cm 0cm .0001pt 5.0pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;The code I'm running is:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: #004da8;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt; arcpy&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: -5.0pt; margin: 0cm 0cm .0001pt 5.0pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;... &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: #004da8;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt; arcpy &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: #004da8;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt; env&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: -5.0pt; margin: 0cm 0cm .0001pt 5.0pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;... &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: #004da8;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt; arcpy.sa &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: #004da8;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: -5.0pt; margin: 0cm 0cm .0001pt 5.0pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;... env.workspace = "C:/nova"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: -5.0pt; margin: 0cm 0cm .0001pt 5.0pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;... inPoints = TopoPointElevation([['rand_1.shp', 'Elev_m']])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: -5.0pt; margin: 0cm 0cm .0001pt 5.0pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;... outTTR = TopoToRaster(inPoints,30,"","20","","","ENFORCE","SPOT")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: -5.0pt; margin: 0cm 0cm .0001pt 5.0pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;... outTTR.save("C:/nova/test")&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: -5.0pt; margin: 0cm 0cm .0001pt 5.0pt;"&gt;And the information regarding Python is given by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; import sys&lt;BR /&gt;... import matplotlib&lt;BR /&gt;... import numpy&lt;BR /&gt;... import scipy&lt;BR /&gt;... print(sys.version)&lt;BR /&gt;... print(matplotlib.__version__)&lt;BR /&gt;... print(numpy.__version__)&lt;BR /&gt;... print(scipy.__version__)&lt;BR /&gt;... &lt;BR /&gt;2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)]&lt;BR /&gt;1.5.2&lt;BR /&gt;1.9.3&lt;BR /&gt;0.17.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2019 21:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393071#M5533</guid>
      <dc:creator>FelipeLeite_Nisiyama</dc:creator>
      <dc:date>2019-10-12T21:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMap 10.6 shutting down - Topo to Raster (Arcpy)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393072#M5534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sys.executable &amp;nbsp; ... will tell you the location of the python that is running and it should be the version of python that is installed for the 64 bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't test for you since I don't use arcmap and haven't used python 2.7 in years (switch to Pro... python 3.6.8 is used and 3.9 is out in first version...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Oct 2019 23:27:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/arcmap-10-6-shutting-down-topo-to-raster-arcpy/m-p/393072#M5534</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-10-12T23:27:13Z</dc:date>
    </item>
  </channel>
</rss>

