<?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: splitting up large shapefile in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416025#M14065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah thanks for your help! I don't have access to model builder or split, no arcinfo license. However, it's a pain but I've been using the clip tool, and making assigned polygons, then running the tool on the smaller clumps of points in those polygons, then I'll merge them back together. Thanks for the help again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sara&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2012 16:40:14 GMT</pubDate>
    <dc:creator>SaraThompson2</dc:creator>
    <dc:date>2012-10-11T16:40:14Z</dc:date>
    <item>
      <title>splitting up large shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416022#M14062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a large point shape file (112,000 points) that I need to temporarily split up. I need to split it up in to small sections so I can run this tool that will not process the lump sum of points, and I am thinking if i give the tool less points to process, it will actually function. I can't write script or code, and am wondering if there is a simple way to do this without ruining my shapefile forever. Thanks, help greatly appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 17:16:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416022#M14062</guid>
      <dc:creator>SaraThompson2</dc:creator>
      <dc:date>2012-10-10T17:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: splitting up large shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416023#M14063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have any values within within the attributes of the points that can be grouped?&amp;nbsp; If so, you can use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000000s000000.htm"&gt;Iterate Feature Selection&lt;/A&gt;&lt;SPAN&gt; tool within Modelbuilder to iterate through each group, make the selection, run any other tools.&amp;nbsp; If you don't have a field to group values on, you can create a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000002q000000"&gt;fishnet&lt;/A&gt;&lt;SPAN&gt; that will cover the extent of your data and then use the Iterate Feature Selection tool again to select each grid, use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000072000000"&gt;Select by Location&lt;/A&gt;&lt;SPAN&gt; to select points that fall within the grid, process the data, then use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//004000000005000000.htm"&gt;Collect Values&lt;/A&gt;&lt;SPAN&gt; tool to collect the output.&amp;nbsp; Finally, use the this model in a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Integrating_a_model_within_a_model/002w0000007p000000/"&gt;separate model&lt;/A&gt;&lt;SPAN&gt; and use the output of the collect values tool as the input to a Merge tool to merge the data back together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a image of a sample workflow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]18338[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The larger model was just dragged into a new model from ArcCatalog.&amp;nbsp; The last output of the submodel is a parameter so it can exposed within the main model.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 18:36:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416023#M14063</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2012-10-10T18:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: splitting up large shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416024#M14064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Split/000800000006000000/"&gt;Split&lt;/A&gt;&lt;SPAN&gt; tool -- it might be just what you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, there's a sample tool in the &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/group.html?owner=ArcGISTeamAnalysis&amp;amp;title=Analysis%20and%20Geoprocessing%20Tool%20Gallery&amp;amp;content=all&amp;amp;start=51"&gt;Analysis and Geoprocessing Gallery&lt;/A&gt;&lt;SPAN&gt; on arcgis.com: &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=db1e328dce6948d08ee42a2b52a17daa"&gt;http://www.arcgis.com/home/item.html?id=db1e328dce6948d08ee42a2b52a17daa&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 15:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416024#M14064</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2012-10-11T15:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: splitting up large shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416025#M14065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah thanks for your help! I don't have access to model builder or split, no arcinfo license. However, it's a pain but I've been using the clip tool, and making assigned polygons, then running the tool on the smaller clumps of points in those polygons, then I'll merge them back together. Thanks for the help again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sara&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 16:40:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416025#M14065</guid>
      <dc:creator>SaraThompson2</dc:creator>
      <dc:date>2012-10-11T16:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: splitting up large shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416026#M14066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should have access to ModelBuilder -- it's available at every license level&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 16:46:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416026#M14066</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2012-10-11T16:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: splitting up large shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416027#M14067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sara,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What tool is having a problem with 112,000 points? I routinely work with tens of millions of points, sometimes billions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 17:45:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416027#M14067</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2012-10-11T17:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: splitting up large shapefile</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416028#M14068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was using the multiple minimum distance tool (an esri addin) because I can't access the analysis near tool without an arcinfo license, but it turns out i just had to use another computer, and the tool worked flawlessly on this computer! So this whole effort was not even necessary I just needed a better computer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hurray for success!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sara&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 15:42:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/splitting-up-large-shapefile/m-p/416028#M14068</guid>
      <dc:creator>SaraThompson2</dc:creator>
      <dc:date>2012-10-12T15:42:27Z</dc:date>
    </item>
  </channel>
</rss>

