<?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 ArcGIS Model Builder - Collect and Store Model Results in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/arcgis-model-builder-collect-and-store-model/m-p/93572#M3200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to model builder in ArcGIS, I have 2 shapefiles, emittors and receptors (both are points).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to create a tool that finds the closest receptor to any emittor, the average minimum distance, receptors within 1000m, 2000m etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done this using the near tool, summary statistics and select by location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'd like to export the values into a nice looking table, ideally excel, that summarizes the results for this tool so the end user does not have to dig for these values. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been able to ouput the results into separate dbfs (several green circles), I just need to compile them somehow and incorporate this compilation step into the tool itself.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much in advance &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>Thu, 03 Jan 2013 14:08:48 GMT</pubDate>
    <dc:creator>ShinoRah</dc:creator>
    <dc:date>2013-01-03T14:08:48Z</dc:date>
    <item>
      <title>ArcGIS Model Builder - Collect and Store Model Results</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcgis-model-builder-collect-and-store-model/m-p/93572#M3200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to model builder in ArcGIS, I have 2 shapefiles, emittors and receptors (both are points).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to create a tool that finds the closest receptor to any emittor, the average minimum distance, receptors within 1000m, 2000m etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done this using the near tool, summary statistics and select by location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'd like to export the values into a nice looking table, ideally excel, that summarizes the results for this tool so the end user does not have to dig for these values. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been able to ouput the results into separate dbfs (several green circles), I just need to compile them somehow and incorporate this compilation step into the tool itself.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much in advance &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>Thu, 03 Jan 2013 14:08:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcgis-model-builder-collect-and-store-model/m-p/93572#M3200</guid>
      <dc:creator>ShinoRah</dc:creator>
      <dc:date>2013-01-03T14:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Model Builder - Collect and Store Model Results</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcgis-model-builder-collect-and-store-model/m-p/93573#M3201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like you definitely want to use an &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Examples_of_using_iterators_in_ModelBuilder/00400000001n000000/" rel="nofollow" target="_blank"&gt;iterator&lt;/A&gt;&lt;SPAN&gt;, (look at the first option For).&amp;nbsp; I'd play around with the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/For/00400000000p000000/" rel="nofollow" target="_blank"&gt;For&lt;/A&gt;&lt;SPAN&gt; iterator, or entering all of your distances you want to run your analysis on in a table, then use the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Iterate_Field_Values/00400000000t000000/" rel="nofollow" target="_blank"&gt;Iterate Field Values&lt;/A&gt;&lt;SPAN&gt; tool to run through the distances.&amp;nbsp; Plug the outputs into the operations within your model using &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002w0000005w000000#ESRI_SECTION1_A14CFB3986C34E508345927C3D8584FD" rel="nofollow" target="_blank"&gt;inline variables&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; What it should do is go through each distance until it's finished processing each value.&amp;nbsp; At the end of the model, add a process to export the results to a table using the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Table_to_Table/001200000027000000/" rel="nofollow" target="_blank"&gt;Table to Table&lt;/A&gt;&lt;SPAN&gt;, then use the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//004000000005000000" rel="nofollow" target="_blank"&gt;Collect Values&lt;/A&gt;&lt;SPAN&gt; model builder tool to collect all of the tables that were processed.&amp;nbsp; Make the output of the Collect Values a parameter, then add this whole model to a &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Integrating_a_model_within_a_model/002w0000007p000000/" rel="nofollow" target="_blank"&gt;new model&lt;/A&gt;&lt;SPAN&gt;, and use an &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Append/001700000050000000/" rel="nofollow" target="_blank"&gt;Append&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Merge/001700000055000000/" rel="nofollow" target="_blank"&gt;Merge&lt;/A&gt;&lt;SPAN&gt; to merge all of the tables into a full table.&amp;nbsp; This is a conceptual workflow, so may not work, but it's where I'd start.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 16:54:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcgis-model-builder-collect-and-store-model/m-p/93573#M3201</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2013-01-03T16:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Model Builder - Collect and Store Model Results</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcgis-model-builder-collect-and-store-model/m-p/93574#M3202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It sounds like you definitely want to use an &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Examples_of_using_iterators_in_ModelBuilder/00400000001n000000/"&gt;iterator&lt;/A&gt;, (look at the first option For).&amp;nbsp; I'd play around with the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/For/00400000000p000000/"&gt;For&lt;/A&gt; iterator, or entering all of your distances you want to run your analysis on in a table, then use the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Iterate_Field_Values/00400000000t000000/"&gt;Iterate Field Values&lt;/A&gt; tool to run through the distances.&amp;nbsp; Plug the outputs into the operations within your model using &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002w0000005w000000#ESRI_SECTION1_A14CFB3986C34E508345927C3D8584FD"&gt;inline variables&lt;/A&gt;.&amp;nbsp; What it should do is go through each distance until it's finished processing each value.&amp;nbsp; At the end of the model, add a process to export the results to a table using the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Table_to_Table/001200000027000000/"&gt;Table to Table&lt;/A&gt;, then use the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//004000000005000000"&gt;Collect Values&lt;/A&gt; model builder tool to collect all of the tables that were processed.&amp;nbsp; Make the output of the Collect Values a parameter, then add this whole model to a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Integrating_a_model_within_a_model/002w0000007p000000/"&gt;new model&lt;/A&gt;, and use an &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Append/001700000050000000/"&gt;Append&lt;/A&gt; or &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Merge/001700000055000000/"&gt;Merge&lt;/A&gt; to merge all of the tables into a full table.&amp;nbsp; This is a conceptual workflow, so may not work, but it's where I'd start.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Jonathan for your quick response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm really only concerned about finding a tool take my already collected values and stick them together in a table. Its frustrating because the task sounds so simple.&amp;nbsp; I'm starting to think I might have to learn a bit of code and move this whole thing into python.&amp;nbsp; I tried the append but Its not working out and I think this is because the tables do not share one similar field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 17:58:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcgis-model-builder-collect-and-store-model/m-p/93574#M3202</guid>
      <dc:creator>ShinoRah</dc:creator>
      <dc:date>2013-01-03T17:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Model Builder - Collect and Store Model Results</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arcgis-model-builder-collect-and-store-model/m-p/93575#M3203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Merge worked.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 20:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arcgis-model-builder-collect-and-store-model/m-p/93575#M3203</guid>
      <dc:creator>ShinoRah</dc:creator>
      <dc:date>2013-01-04T20:14:03Z</dc:date>
    </item>
  </channel>
</rss>

