<?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 Drive Times Model in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/drive-times-model/m-p/312532#M10822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new to model builder and I am attempting to create a drive time model to create drive times around our branch locations. The model is functioning when using small drive times. I am attempting to do 1 and 2 hour drive times around our 43 branch locations and I am getting unexpected errors. I am wondering if there is a was to streamline the model to make it more effecient. Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2011 18:37:34 GMT</pubDate>
    <dc:creator>BrianLeroux</dc:creator>
    <dc:date>2011-09-15T18:37:34Z</dc:date>
    <item>
      <title>Drive Times Model</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/drive-times-model/m-p/312532#M10822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new to model builder and I am attempting to create a drive time model to create drive times around our branch locations. The model is functioning when using small drive times. I am attempting to do 1 and 2 hour drive times around our 43 branch locations and I am getting unexpected errors. I am wondering if there is a was to streamline the model to make it more effecient. Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 18:37:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/drive-times-model/m-p/312532#M10822</guid>
      <dc:creator>BrianLeroux</dc:creator>
      <dc:date>2011-09-15T18:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Times Model</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/drive-times-model/m-p/312533#M10823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Brian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Your model looks correct. The issues that you are seeing are because you are trying to solve a large problem and the ArcGIS process is running out of memory.&amp;nbsp; It might help if you run this with ArcGIS 10 on a 64 Bit OS. That way the model can consume upto 3 GB of RAM if availabe. Other options are to solve smaller problems. For example instead of solving 43 branch locations at once try solving with only 5 branch locations at one time and repeat. You can eventually combine the output polygons from multiple runs into a single feature class using the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Merge/001700000055000000/"&gt;Merge&lt;/A&gt;&lt;SPAN&gt; tool. You can use the new Iterators that Model Builder supports at ArcGIS 10 such as &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; to repeat the same model. As you will running the same model multiple times, in your model you should also delete the Network Analyst Layer that is output from the Solve tool using &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Delete/001700000052000000/"&gt;Delete&lt;/A&gt;&lt;SPAN&gt; tool. The layer should be deleted only after you have executed copy features. This can be achieved using &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/A_quick_tour_of_using_preconditions/002w0000007r000000/"&gt;precondition&lt;/A&gt;&lt;SPAN&gt; in your model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Deelesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 17:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/drive-times-model/m-p/312533#M10823</guid>
      <dc:creator>DeeleshMandloi</dc:creator>
      <dc:date>2011-09-16T17:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Times Model</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/drive-times-model/m-p/312534#M10824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That first thought was that the problem was a large one to analyze. I hope to upgrade the computer we are running on soon. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running a few locations at a time. That is the reason for the Expression Parameter on the select function. I have not played around with Iterations yet. I will have to research them and give it a try. For now I am just running manually and using the merge tool manually to combine all my outputs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One last question. Why is my parameter window appearing as a table? (see attachment)&amp;nbsp; I am not used to seeing it this way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 17:54:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/drive-times-model/m-p/312534#M10824</guid>
      <dc:creator>BrianLeroux</dc:creator>
      <dc:date>2011-09-16T17:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Drive Times Model</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/drive-times-model/m-p/312535#M10825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Parameters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 17:57:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/drive-times-model/m-p/312535#M10825</guid>
      <dc:creator>BrianLeroux</dc:creator>
      <dc:date>2011-09-16T17:57:00Z</dc:date>
    </item>
  </channel>
</rss>

