<?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: Issues with weighted sum and weighted overlay tools in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249748#M3545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not so great at python...but like this? If so, it still failed. It fails when I run the stand alone tools, too. And thank you for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... &lt;SPAN style="color: #0063b7;"&gt;import&lt;/SPAN&gt; arcpy&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.env.cellSize = "50"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Local variables:&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... PolytoPointCensus = "PolytoPointCensus"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... ZCrimeCalls = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZCrimeCalls"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... PolytoPointCensus__3_ = "PolytoPointCensus"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... ZPoverty_Rate = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPovertyRate"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... PolytoPointCensus__2_ = "PolytoPointCensus"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... ZPublic_Housing = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPublicHousing"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... Weighte_ZCri1 = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\Weighte_ZCri1"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Crime calls Kernel Density&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.KernelDensity_sa(PolytoPointCensus, "ZCrimeCalls", ZCrimeCalls, "50", "5280", "SQUARE_MAP_UNITS", "DENSITIES", "PLANAR")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Poverty Kernel Density&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.KernelDensity_sa(PolytoPointCensus__3_, "ZPovRate", ZPoverty_Rate, "50", "5280", "SQUARE_MAP_UNITS", "DENSITIES", "PLANAR")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Public Housing Kernel Density&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.KernelDensity_sa(PolytoPointCensus__2_, "ZPublicHousing", ZPublic_Housing, "50", "5280", "SQUARE_MAP_UNITS", "DENSITIES", "PLANAR")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Weighted Sum&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# tempEnvironment0 = arcpy.env.cellSize&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... tempEnvironment1 = arcpy.env.mask&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.env.mask = "Little Rock Municipal Boundary"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.WeightedSum_sa("C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZCrimeCalls VALUE 0.33;C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPovertyRate VALUE 0.33;C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPublicHousing VALUE 0.33", Weighte_ZCri1)&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# arcpy.env.cellSize = tempEnvironment0&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.env.mask = tempEnvironment1&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #ee2200; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;Runtime error&amp;nbsp; Traceback (most recent call last): &amp;nbsp; File "&amp;lt;string&amp;gt;", line 35, in &amp;lt;module&amp;gt; &amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.4\arcpy\arcpy\geoprocessing\_base.py", line 506, in &amp;lt;lambda&amp;gt; &amp;nbsp; &amp;nbsp; return lambda *args: val(*gp_fixargs(args, True)) ExecuteError: ERROR 010050: Cell size is not set. Failed to execute (WeightedSum).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Apr 2017 02:42:58 GMT</pubDate>
    <dc:creator>JenniferWheeler</dc:creator>
    <dc:date>2017-04-09T02:42:58Z</dc:date>
    <item>
      <title>Issues with weighted sum and weighted overlay tools</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249746#M3543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot run a weighted sum or overlay because I get the message that I don't have the cell size set--but I do in fact have it set. Here's the python for my entire process (copied from a model)--and you can see that I set it. Anyone else having this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Import arcpy module&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... &lt;SPAN style="color: #0063b7;"&gt;import&lt;/SPAN&gt; arcpy&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Local variables:&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... PolytoPointCensus = "PolytoPointCensus"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... ZCrimeCalls = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZCrimeCalls"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... PolytoPointCensus__3_ = "PolytoPointCensus"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... ZPoverty_Rate = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPovertyRate"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... PolytoPointCensus__2_ = "PolytoPointCensus"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... ZPublic_Housing = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPublicHousing"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... Weighte_ZCri1 = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\Weighte_ZCri1"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Crime calls Kernel Density&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.KernelDensity_sa(PolytoPointCensus, "ZCrimeCalls", ZCrimeCalls, "50", "5280", "SQUARE_MAP_UNITS", "DENSITIES", "PLANAR")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Poverty Kernel Density&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.KernelDensity_sa(PolytoPointCensus__3_, "ZPovRate", ZPoverty_Rate, "50", "5280", "SQUARE_MAP_UNITS", "DENSITIES", "PLANAR")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Public Housing Kernel Density&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.KernelDensity_sa(PolytoPointCensus__2_, "ZPublicHousing", ZPublic_Housing, "50", "5280", "SQUARE_MAP_UNITS", "DENSITIES", "PLANAR")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Weighted Sum&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... tempEnvironment0 = arcpy.env.cellSize&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.env.cellSize = "50"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... tempEnvironment1 = arcpy.env.mask&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.env.mask = "Little Rock Municipal Boundary"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.WeightedSum_sa("C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZCrimeCalls VALUE 0.33;C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPovertyRate VALUE 0.33;C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPublicHousing VALUE 0.33", Weighte_ZCri1)&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.env.cellSize = tempEnvironment0&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.env.mask = tempEnvironment1&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #ee2200; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;Runtime error&amp;nbsp; Traceback (most recent call last): &amp;nbsp; File "&amp;lt;string&amp;gt;", line 36, in &amp;lt;module&amp;gt; &amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.4\arcpy\arcpy\geoprocessing\_base.py", line 506, in &amp;lt;lambda&amp;gt; &amp;nbsp; &amp;nbsp; return lambda *args: val(*gp_fixargs(args, True)) ExecuteError: ERROR 010050: Cell size is not set. Failed to execute (WeightedSum).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 23:55:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249746#M3543</guid>
      <dc:creator>JenniferWheeler</dc:creator>
      <dc:date>2017-04-08T23:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with weighted sum and weighted overlay tools</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249747#M3544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The model is a tad out of order, which happens when you export a model to a script without rearranging the parameters and functions.&amp;nbsp; I think that the problem resides towards the bottom of the script.&amp;nbsp; I would comment out these lines near the bottom&lt;/P&gt;&lt;P&gt;&amp;nbsp; tempEnvironment0 = arcpy.env.cellSize&lt;/P&gt;&lt;P&gt;&amp;nbsp; arcpy.env.cellSize = tempEnvironment0&lt;/P&gt;&lt;P&gt;and move this&amp;nbsp;near the top under ... import arcpy ...&amp;nbsp;&amp;nbsp; &amp;nbsp;arcpy.env.cellSize = "50"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 00:17:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249747#M3544</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-04-09T00:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with weighted sum and weighted overlay tools</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249748#M3545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not so great at python...but like this? If so, it still failed. It fails when I run the stand alone tools, too. And thank you for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... &lt;SPAN style="color: #0063b7;"&gt;import&lt;/SPAN&gt; arcpy&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.env.cellSize = "50"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Local variables:&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... PolytoPointCensus = "PolytoPointCensus"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... ZCrimeCalls = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZCrimeCalls"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... PolytoPointCensus__3_ = "PolytoPointCensus"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... ZPoverty_Rate = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPovertyRate"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... PolytoPointCensus__2_ = "PolytoPointCensus"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... ZPublic_Housing = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPublicHousing"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... Weighte_ZCri1 = "C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\Weighte_ZCri1"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Crime calls Kernel Density&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.KernelDensity_sa(PolytoPointCensus, "ZCrimeCalls", ZCrimeCalls, "50", "5280", "SQUARE_MAP_UNITS", "DENSITIES", "PLANAR")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Poverty Kernel Density&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.KernelDensity_sa(PolytoPointCensus__3_, "ZPovRate", ZPoverty_Rate, "50", "5280", "SQUARE_MAP_UNITS", "DENSITIES", "PLANAR")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Public Housing Kernel Density&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.KernelDensity_sa(PolytoPointCensus__2_, "ZPublicHousing", ZPublic_Housing, "50", "5280", "SQUARE_MAP_UNITS", "DENSITIES", "PLANAR")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Process: Weighted Sum&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# tempEnvironment0 = arcpy.env.cellSize&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... tempEnvironment1 = arcpy.env.mask&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.env.mask = "Little Rock Municipal Boundary"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.gp.WeightedSum_sa("C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZCrimeCalls VALUE 0.33;C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPovertyRate VALUE 0.33;C:\\SpatialAnalysisClassProject\\LR911Calls.gdb\\ZPublicHousing VALUE 0.33", Weighte_ZCri1)&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# arcpy.env.cellSize = tempEnvironment0&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.env.mask = tempEnvironment1&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #ee2200; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;Runtime error&amp;nbsp; Traceback (most recent call last): &amp;nbsp; File "&amp;lt;string&amp;gt;", line 35, in &amp;lt;module&amp;gt; &amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.4\arcpy\arcpy\geoprocessing\_base.py", line 506, in &amp;lt;lambda&amp;gt; &amp;nbsp; &amp;nbsp; return lambda *args: val(*gp_fixargs(args, True)) ExecuteError: ERROR 010050: Cell size is not set. Failed to execute (WeightedSum).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 02:42:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249748#M3545</guid>
      <dc:creator>JenniferWheeler</dc:creator>
      <dc:date>2017-04-09T02:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with weighted sum and weighted overlay tools</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249749#M3546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/kernel-density.htm"&gt;kernel density&lt;/A&gt; needs&amp;nbsp; numbers&amp;nbsp;&amp;nbsp; ie&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;KernelDensity&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"rec_sites.shp"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;"NONE"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;45&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;1200&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;"SQUARE_KILOMETERS"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/weighted-sum.htm"&gt;weighted sum syntax&lt;/A&gt;&amp;nbsp;seems off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of arcmap?&amp;nbsp; compare your syntax with that of the help file.&amp;nbsp; I would start with your arcpy syntax found in the help files and skip the model output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 06:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249749#M3546</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-04-09T06:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with weighted sum and weighted overlay tools</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249750#M3547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the syntax from the help file and pretty much got the same thing. I wonder if anyone else is having problems running the weighted sum tool. Can you try? I am using 10.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;# Import system modules&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... &lt;SPAN style="color: #0063b7;"&gt;import&lt;/SPAN&gt; arcpy&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... &lt;SPAN style="color: #0063b7;"&gt;from&lt;/SPAN&gt; arcpy &lt;SPAN style="color: #0063b7;"&gt;import&lt;/SPAN&gt; env&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... &lt;SPAN style="color: #0063b7;"&gt;from&lt;/SPAN&gt; arcpy.sa &lt;SPAN style="color: #0063b7;"&gt;import&lt;/SPAN&gt; *&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Set environment settings&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... env.workspace = "C:/SpatialAnalysisClassProject/LR911Calls.gdb"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Set local variables&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... inRaster1 = "ZPublicHousing"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... inRaster2 = "ZCrimeCalls"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... inRaster3 = "ZPovertyRate"&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... WSumTableObj = WSTable([[inRaster1, "VALUE", 0.33], [inRaster2, "VALUE", 0.33],&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [inRaster3, "VALUE", 0.33]])&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Check out the ArcGIS Spatial Analyst extension license&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... arcpy.CheckOutExtension("Spatial")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Execute WeightedSum&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... outWeightedSum = WeightedSum(WSumTableObj)&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #929292; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;&lt;SPAN style="color: #000000;"&gt;... &lt;/SPAN&gt;# Save the output&amp;nbsp;&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;... outWeightedSum.save("C:/SpatialAnalysisClassProject/LR911Calls.gdb/weightsumout")&lt;/P&gt;&lt;P style="text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;...&amp;nbsp;&lt;/P&gt;&lt;P style="color: #ee2200; text-indent: -5px; font-size: 12px; margin-left: 5px;"&gt;Runtime error&amp;nbsp; Traceback (most recent call last): &amp;nbsp; File "&amp;lt;string&amp;gt;", line 20, in &amp;lt;module&amp;gt; &amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.4\arcpy\arcpy\sa\Functions.py", line 6787, in WeightedSum &amp;nbsp; &amp;nbsp; in_weighted_sum_table) &amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.4\arcpy\arcpy\sa\Utils.py", line 53, in swapper &amp;nbsp; &amp;nbsp; result = wrapper(*args, **kwargs) &amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.4\arcpy\arcpy\sa\Functions.py", line 6784, in Wrapper &amp;nbsp; &amp;nbsp; out_raster) &amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.4\arcpy\arcpy\geoprocessing\_base.py", line 506, in &amp;lt;lambda&amp;gt; &amp;nbsp; &amp;nbsp; return lambda *args: val(*gp_fixargs(args, True)) ExecuteError: ERROR 010050: Cell size is not set. Failed to execute (WeightedSum).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 16:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249750#M3547</guid>
      <dc:creator>JenniferWheeler</dc:creator>
      <dc:date>2017-04-09T16:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with weighted sum and weighted overlay tools</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249751#M3548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it to work by changing the workspace environments to the default gdb. I ran the tool and didn't select any options for cell size and it ran using MAXOF which I guess is the default. Oddly enough, when I ran it again, I selected a cell size of 50 and it failed with the error that I didn't set the size. I'm pretty sure something is up with it and I think it may be related to this thread.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://gis.stackexchange.com/questions/87608/multiprocessing-issues-with-arcpy" title="http://gis.stackexchange.com/questions/87608/multiprocessing-issues-with-arcpy"&gt;python - Multiprocessing issues with ArcPy - Geographic Information Systems Stack Exchange&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 17:13:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249751#M3548</guid>
      <dc:creator>JenniferWheeler</dc:creator>
      <dc:date>2017-04-09T17:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with weighted sum and weighted overlay tools</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249752#M3549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another reason that it may have failed is that you were using data in a geographic coordinate system and specifying a cell size in planar units... 50 may be interpreted as 50 degrees in that case .. and there would be no reason to set background or multiprocessing in any event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 18:03:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/issues-with-weighted-sum-and-weighted-overlay/m-p/249752#M3549</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-04-09T18:03:05Z</dc:date>
    </item>
  </channel>
</rss>

