<?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: Arcmap 10.2.2 crashes when I perform a spatial join in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648310#M21683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A multipart feature is one that has two or more separated geometry pieces but share a single record in a table as shown here &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/multipart-to-singlepart.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/multipart-to-singlepart.htm"&gt;Multipart To Singlepart—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;that tool converts those to a different representation of the data.​ You don't indicate whether the join works on a subset of the data.&amp;nbsp; This could be investigated by either tiling your data and&amp;nbsp; running the test on the pieces or subsetting by query or selection to reduce the number of inputs and hence memory consumption.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a final check&amp;nbsp; I assume that the data passes the check geometry &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/check-geometry.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/check-geometry.htm"&gt;Check Geometry—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp; and repair geometry conditions (if needed) &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/repair-geometry.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/repair-geometry.htm"&gt;Repair Geometry—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 04:57:53 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2015-10-12T04:57:53Z</dc:date>
    <item>
      <title>Arcmap 10.2.2 crashes when I perform a spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648307#M21680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to perform a spatial join between a polygon shapefile of about 27 records representing weather stations area cover (created from a buffer of a point shapefile) and a polygon shapefile representing farm areas with a field (of type double) having the area of each record for a total of 92302 records (created from raster conversion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just interested in the total area of farms contained inside each of the buffer polygons of the weather stations, so I used a spatial join with buffered weather stations as the "target layer" and the other farm area polygon shapefile as the "join layer" through a "JOIN_ONE_TO_ONE" procedure, I just included the area field from the farm areas polygon with a "merge rule of sum" and removed the other fields of this join layer from the "Field Map of Join Features window". I chose the "completely contains" as the match option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried putting all the input layers inside a geodatabase and saved the output inside the same geodatabase but it was the same problem, &lt;/P&gt;&lt;P&gt;I get an error If I keep the background geoprocessing option enabled, and ArcMap crashes if I disable background geoprocessing.&lt;/P&gt;&lt;P&gt;When disabling the background geoprocessing it always crash when it is performing "Final selection step".&lt;/P&gt;&lt;P&gt;I should mention that the buffer polygon shapefile for the weather stations have some overlapping/intersecting records. I am not sure but this isn't supposed to be the cause of this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think the problem was a result of too many records to process problem, because I created two small shapefiles to mimic the process and test it but got the same error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a zipped file for the geodatabase containing the files I used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My operating system is windows 8.1, 64-bit, have 6gb rams, intel core i5 -4200m @ 2.5ghz, using a student version ArcMap 10.2.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 17:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648307#M21680</guid>
      <dc:creator>YousefAbdalAal1</dc:creator>
      <dc:date>2015-10-08T17:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Arcmap 10.2.2 crashes when I perform a spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648308#M21681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to check and report your coordinate systems to ensure they are the same.&amp;nbsp; Also, make sure you try with singlepart shapes just in case that is a problem&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 22:41:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648308#M21681</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-08T22:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Arcmap 10.2.2 crashes when I perform a spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648309#M21682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Both of the shapefiles have the same coordinate system.&lt;/P&gt;&lt;P&gt;I am not sure what do you mean by single part shapes, do you refer to "the one to one" or "one to many" option in spatial join tool interface?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I Still cant perform this analysis, always crashes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 02:54:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648309#M21682</guid>
      <dc:creator>YousefAbdalAal1</dc:creator>
      <dc:date>2015-10-12T02:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Arcmap 10.2.2 crashes when I perform a spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648310#M21683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A multipart feature is one that has two or more separated geometry pieces but share a single record in a table as shown here &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/multipart-to-singlepart.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/multipart-to-singlepart.htm"&gt;Multipart To Singlepart—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;that tool converts those to a different representation of the data.​ You don't indicate whether the join works on a subset of the data.&amp;nbsp; This could be investigated by either tiling your data and&amp;nbsp; running the test on the pieces or subsetting by query or selection to reduce the number of inputs and hence memory consumption.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a final check&amp;nbsp; I assume that the data passes the check geometry &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/check-geometry.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/check-geometry.htm"&gt;Check Geometry—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp; and repair geometry conditions (if needed) &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/repair-geometry.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/repair-geometry.htm"&gt;Repair Geometry—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 04:57:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648310#M21683</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-12T04:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Arcmap 10.2.2 crashes when I perform a spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648311#M21684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Had a look at your data and spatially joined poly_area to buff_15 with the sum option.&lt;/P&gt;&lt;P&gt;Took about 2mins. My version 10.3.1 on Win7 64bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 07:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648311#M21684</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-12T07:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Arcmap 10.2.2 crashes when I perform a spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648312#M21685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, better do some tests here on how the spatial join handles the overlapping bits.&lt;/P&gt;&lt;P&gt;Not sure if it will "count twice" these farms / fields in the overlapping portions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 08:11:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648312#M21685</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-12T08:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Arcmap 10.2.2 crashes when I perform a spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648313#M21686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just did a quick test.&lt;/P&gt;&lt;P&gt;Yes, the spatial join does correctly handle the underlying features. It counts them twice when summing into the larger overlapping polygons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 08:41:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648313#M21686</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-12T08:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Arcmap 10.2.2 crashes when I perform a spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648314#M21687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all Thanks a lot for giving time to try working things out.&lt;/P&gt;&lt;P&gt;I will try to operate the function from another PC and see if I have the issue was from my labtop or OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by counting twice you mean if there is a field that exists in 2 different buffer zones such that it is taken into account for the final area computed at each of the buffer zone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 14:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648314#M21687</guid>
      <dc:creator>YousefAbdalAal1</dc:creator>
      <dc:date>2015-10-12T14:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Arcmap 10.2.2 crashes when I perform a spatial join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648315#M21688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;the underlying small polygon is summed into both of the larger overlapping areas. Which is just what you want in this analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 18:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcmap-10-2-2-crashes-when-i-perform-a-spatial/m-p/648315#M21688</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-12T18:18:50Z</dc:date>
    </item>
  </channel>
</rss>

