<?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: Model Builder in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552934#M18304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Curtis -- you're absolutely right... my mistake (late night typo).&amp;nbsp; I would never recommend personal geodatabases...&amp;nbsp; File geodatabases all the way! Thanks for catching this!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dale&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2012 22:56:58 GMT</pubDate>
    <dc:creator>DaleHoneycutt</dc:creator>
    <dc:date>2012-10-15T22:56:58Z</dc:date>
    <item>
      <title>Model Builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552930#M18300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am creating a model to run a set of commands based off a data set containing 750k points. Everything works but my first command where I aggregate the points into polygon clusters where it returns an error. I have read that model builder sometimes bombs if there are too many polygon features to work with, but I just wanted to see if there was a way around it other than making my data set smaller. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I have tried minimizing my data set but 200k and it works, but the aggregate points tools returns a different attribute table through model builder than if run natively. This in turn throws off my next command which is a selection based off of the Shape_Area attribute that typical is in the table from aggregate points. I don't want to have to edit the data every time before I run this process because I am planning on setting up an timed automatic run every so often through python. Needless to say the frustration is building....Please help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 16:54:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552930#M18300</guid>
      <dc:creator>BenKeller2</dc:creator>
      <dc:date>2012-10-11T16:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552931#M18301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Scratch that. Just need to know why the Aggregate Points tool outputs a different attribute table when used in Model Builder and when used outside of model builder. I need the Shape_Area attribute field, for selection purposes, in model builder and it is not there, along with Shape_Length. (Only returns ID and Shape).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 18:35:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552931#M18301</guid>
      <dc:creator>BenKeller2</dc:creator>
      <dc:date>2012-10-11T18:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552932#M18302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds like you're writing to a shapefile instead of a geodatabase.&amp;nbsp; The reason is probably because your scratch workspace environment is set to a folder instead of a geodatabase.&amp;nbsp; There are a couple of ways to fix this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- In ModelBuilder, make sure that the output of Aggregate Points is being written to a geodatabase (file or personal--I recommend personal).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Set you Scratch Workspace environment variable to a geodatabase.&amp;nbsp; I suspect it's set to a folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Using_the_current_and_scratch_workspace_environments/002100000037000000/"&gt;Using the current and scratch workspace environments&lt;/A&gt;&lt;SPAN&gt; explains scratch workspace and autogenerate output names (interesting stuff is at the bottom of the topic).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2012 02:25:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552932#M18302</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2012-10-13T02:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552933#M18303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Scratch that. Just need to know why the Aggregate Points tool outputs a different attribute table when used in Model Builder and when used outside of model builder. I need the Shape_Area attribute field, for selection purposes, in model builder and it is not there, along with Shape_Length. (Only returns ID and Shape).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dale wasn't totally clear on that. Geodatabase feature classes automatically create Shape_Area and Shape_Length fields when they are created. Shapefile output doesn't have either of these fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;make sure that the output of Aggregate Points is being written to a geodatabase (file or personal--I recommend personal)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Really Dale - that's the first time i've heard personal geodatabases recommended! Care to elaborate?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 22:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552933#M18303</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-10-15T22:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552934#M18304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Curtis -- you're absolutely right... my mistake (late night typo).&amp;nbsp; I would never recommend personal geodatabases...&amp;nbsp; File geodatabases all the way! Thanks for catching this!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dale&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 22:56:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder/m-p/552934#M18304</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2012-10-15T22:56:58Z</dc:date>
    </item>
  </channel>
</rss>

