<?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 Model for sumarizing polygon stats near a facility in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154860#M5185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to modelbuilder and wondering how to build a model that will:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a. take an input a layer of points&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b. for each point in layer, select by location or buffer 1 mile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c. select polygons with centroid in buffer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;d. create summary table of specific fields from those selected polygons&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e. calculate the facility ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;f. join summary table back to the point feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Not sure if my model structure makes sense&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I can't figure out how to capture the Facility ID so the summary table can be joined back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any good examples out there? Is someone willing to share a model? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know conceptually it can be done but I'm so lost in understanding how to setup the parameters and have the model do one facility at a time. Any articles, guides, or anything would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jan 2011 04:10:50 GMT</pubDate>
    <dc:creator>MōnoSimeone</dc:creator>
    <dc:date>2011-01-24T04:10:50Z</dc:date>
    <item>
      <title>Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154860#M5185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to modelbuilder and wondering how to build a model that will:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a. take an input a layer of points&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b. for each point in layer, select by location or buffer 1 mile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c. select polygons with centroid in buffer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;d. create summary table of specific fields from those selected polygons&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e. calculate the facility ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;f. join summary table back to the point feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Not sure if my model structure makes sense&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I can't figure out how to capture the Facility ID so the summary table can be joined back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any good examples out there? Is someone willing to share a model? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know conceptually it can be done but I'm so lost in understanding how to setup the parameters and have the model do one facility at a time. Any articles, guides, or anything would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 04:10:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154860#M5185</guid>
      <dc:creator>MōnoSimeone</dc:creator>
      <dc:date>2011-01-24T04:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154861#M5186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mono,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You do not say which version of ArcGIS you are using. You need to tell us this so we can help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using ArcGIS 10 then there is the new and very useful &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Feature Selection&lt;/SPAN&gt;&lt;SPAN&gt; iterator, this will help with you model logic. Information about this can be found &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Iterate_Feature_Selection/00400000000s000000/"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154861#M5186</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2011-01-24T08:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154862#M5187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Doh! ArcGIS 10 - ArcInfo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Duncan, I read up on these "iterators". I kind of understand from the example what the&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt; Feature Selection&lt;/SPAN&gt;&lt;SPAN&gt; iterator is doing. However, are the facilities the input or the buffer? The Facilities right? And Ill have to create the buffer as a second model and use that as the precondition to the Feature Selection?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Besides, I still don't understand how the FAC ID will be added to the summary table to enable a join back to the Facility features. I'm not sure it helps but I decided to make the Buffer Dissolve type = List and expose the Dissolve field parameter which I can pass on the FAC ID to the buffer layer input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume, the output summary table will include the Feature Selection Group value for each row. Yes? If so, then using the FAC ID as the group from the buffer layer will be in the output summary table which will become a precondition to the join of the original facilities layer and the output. Yes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And do I need to do anything with the Feature Selection Value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached my latest attempt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 03:54:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154862#M5187</guid>
      <dc:creator>MōnoSimeone</dc:creator>
      <dc:date>2011-01-25T03:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154863#M5188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mono,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not understanding your logic.&amp;nbsp; Are you saying you have a point layer (the facilities) then for each point you want to create a 1Km buffer then use that buffer to select polygons that have their centroids in the buffer? If so then the model needs rearranging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start with the iterator, it's input is the point layer. This iterator then cycles through all the points 1 at time. That individual point feeds into a buffer tool the output being a single buffer, this then feeds into your select by location tool and the selected polygons feed into your summary tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 09:16:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154863#M5188</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2011-01-25T09:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154864#M5189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Duncan -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hm, so an iterator will go through the entire model for each feature of the input layer? OK, two things:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I think what I'm truly not understanding is how the FAC ID will be included as a field in the Summary table - this is what was driving my logic previously. Without the FAC ID I won't be able to join the summary table back to Facility layer. Is there some type of iteration field passed on by the tool that could be used as a join field?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Should I be expecting a summary table for each Facility point? Or one Summary table with each row being an iteration of the input facility?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is an update based on your directions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 18:15:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154864#M5189</guid>
      <dc:creator>MōnoSimeone</dc:creator>
      <dc:date>2011-01-25T18:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154865#M5190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are almost there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The iterator creates an output variable in your model called value, you would have set that to your ID. You can use that in an inline substitution. Read help if you don't know what that is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway I would then do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Add an ID field to summary table&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Use calculate to pass point id to this new field using inline substitution&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Append summary table to an existing empty table with exact same schema (same fields)&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Let the model run then join table to original point layer, et voia!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 19:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154865#M5190</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2011-01-25T19:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154866#M5191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know! I can feel how close it is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I ran the model before reading your post and the changes I used were:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. in the Feature Selection I added the FAC ID as a group&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Added the %Value% to the output summary table&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I ran the model it output a .dbf for each facility. I was expecting one table with all the values. I see what you mean with the Append, but it requires the user to input a predefined table. Instead, collect values. Et voila!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks. I might publish this and will include you in the credits if you like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 20:07:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154866#M5191</guid>
      <dc:creator>MōnoSimeone</dc:creator>
      <dc:date>2011-01-25T20:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154867#M5192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Duncan -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have one more issue. I'm not sure how to setup the model so it can be used on different workstations with different output paths. I keep receiving the 000735 error and can't seem to get past it. I've tried modifying the output tables directory; clicking the managed setting...any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 14:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154867#M5192</guid>
      <dc:creator>MōnoSimeone</dc:creator>
      <dc:date>2011-01-31T14:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154868#M5193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mono,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to the Help file the 00735 error means you don't have all the parameters set for a tool to run. You could try to validate your model (set any parameters first) and see where it goes white and then drill down to the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 15:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154868#M5193</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2011-01-31T15:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154869#M5194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, I been playing around and got it almost back to working. Now the Add Field is throwing a generic error with the message the field is not nullable - no idea why.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, do I need to set a Workspace for models? How do I ensure the model will run in different environments?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 15:24:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154869#M5194</guid>
      <dc:creator>MōnoSimeone</dc:creator>
      <dc:date>2011-01-31T15:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154870#M5195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think Shapefile format does not support nullable values?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 16:39:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154870#M5195</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2011-01-31T16:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154871#M5196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I get one thing working and then another thing breaks. The model seems to be working but it's outputing a blank table now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Update: I seem to have some consistency with one of my test models. Though, I'm completely unsure why one of my test models works and the others don't - I built them the same but they just don't react the the same. Is there any way to overwrite data? I have to expose the summary output otherwise I run into a duplication error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for you hanging with me on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;m.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 17:10:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154871#M5196</guid>
      <dc:creator>MōnoSimeone</dc:creator>
      <dc:date>2011-01-31T17:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Model for sumarizing polygon stats near a facility</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154872#M5197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For me it sounds like using an iterator is unnecessary complicated. This is how I would solve the problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Buffer on the point feature class&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Feature to point on the polygon feature class&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Identity between the buffers and the new points&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I'd see what I get and if its what I need I go on from there, if not I rethink the problem. Iterators are powerful, but often there are other less complicated and more efficient way to accomplish the same thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use iterators when needed, but not when there are built in tools that do the same thing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 04:36:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-for-sumarizing-polygon-stats-near-a-facility/m-p/154872#M5197</guid>
      <dc:creator>NiklasNorrthon</dc:creator>
      <dc:date>2011-02-01T04:36:42Z</dc:date>
    </item>
  </channel>
</rss>

