<?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>idea Just improve model builder performance in ModelBuilder Ideas</title>
    <link>https://community.esri.com/t5/modelbuilder-ideas/just-improve-model-builder-performance/idi-p/931031</link>
    <description>&lt;P&gt;I am constantly disappointed with model builders performance and often abandon model builder in preference to another language or application. &lt;EM&gt;I think ESRI should concentrate hard to improve model builder performance&lt;/EM&gt;.&lt;BR /&gt;&lt;BR /&gt;Recently I had the simple task of creating a model using an iterator to loop through a folder of ascii files add a projection, and convert to a shapefile. We had many ascii files to process. Sounds a perfect job for model builder! Yet it took over a minute to run through each iteration (the longest times spent on the raster to polygon tool).&lt;BR /&gt;&lt;BR /&gt;A colleague of mine fired up gdal, wrote a script that did exactly the same and the whole process of ascii to shapefile takes about 10 seconds!&lt;BR /&gt;&lt;BR /&gt;Why is model builder so slow, it's your data format in your premier desktop product? This must be embarrassing for you guys? I can get gdal free and it runs considerably faster that your most advance application.&lt;BR /&gt;&lt;BR /&gt;Stop worrying about the "cloud" just make your core desktop application run better...&lt;/P&gt;&lt;!--  content transformation source ID: 08730000000by2o  --&gt;</description>
    <pubDate>Tue, 09 Jul 2024 23:37:37 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2024-07-09T23:37:37Z</dc:date>
    <item>
      <title>Just improve model builder performance</title>
      <link>https://community.esri.com/t5/modelbuilder-ideas/just-improve-model-builder-performance/idi-p/931031</link>
      <description>&lt;P&gt;I am constantly disappointed with model builders performance and often abandon model builder in preference to another language or application. &lt;EM&gt;I think ESRI should concentrate hard to improve model builder performance&lt;/EM&gt;.&lt;BR /&gt;&lt;BR /&gt;Recently I had the simple task of creating a model using an iterator to loop through a folder of ascii files add a projection, and convert to a shapefile. We had many ascii files to process. Sounds a perfect job for model builder! Yet it took over a minute to run through each iteration (the longest times spent on the raster to polygon tool).&lt;BR /&gt;&lt;BR /&gt;A colleague of mine fired up gdal, wrote a script that did exactly the same and the whole process of ascii to shapefile takes about 10 seconds!&lt;BR /&gt;&lt;BR /&gt;Why is model builder so slow, it's your data format in your premier desktop product? This must be embarrassing for you guys? I can get gdal free and it runs considerably faster that your most advance application.&lt;BR /&gt;&lt;BR /&gt;Stop worrying about the "cloud" just make your core desktop application run better...&lt;/P&gt;&lt;!--  content transformation source ID: 08730000000by2o  --&gt;</description>
      <pubDate>Tue, 09 Jul 2024 23:37:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-ideas/just-improve-model-builder-performance/idi-p/931031</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2024-07-09T23:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Just improve model builder performance</title>
      <link>https://community.esri.com/t5/modelbuilder-ideas/just-improve-model-builder-performance/idc-p/931032#M327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I'm not sure how RasterToPolygon comes into the equation?&lt;BR /&gt;

&lt;!-- content transformation source ID: 00a3000000FXf3y --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 18:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-ideas/just-improve-model-builder-performance/idc-p/931032#M327</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2012-04-20T18:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Just improve model builder performance</title>
      <link>https://community.esri.com/t5/modelbuilder-ideas/just-improve-model-builder-performance/idc-p/931033#M328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Your friend fired up gdal and wrote a script. &amp;nbsp;You could have just as easily fired up a script and written some python. &amp;nbsp;I think its clear given the development goals for 10.1 that, at least in terms of python, there has been a great deal of focus on performance.

&lt;!-- content transformation source ID: 00a3000000GBZOd --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 22:54:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-ideas/just-improve-model-builder-performance/idc-p/931033#M328</guid>
      <dc:creator>NathanWarmerdam</dc:creator>
      <dc:date>2012-05-03T22:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Just improve model builder performance</title>
      <link>https://community.esri.com/t5/modelbuilder-ideas/just-improve-model-builder-performance/idc-p/931034#M329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;@nbw, in all likelihood if Hornbydd had fired up his own python script to do the same it still would have been markedly slower than gdal.&amp;nbsp; This isn't a modeller limitation, gdal is just faster than arcgis, especially for conversion. It's library of functions, relative to arcgis, is just not that big. It also helps that it doesn't have to do a license checkout.&lt;BR /&gt;&lt;BR /&gt;Compare the performance of these two scripts:&lt;BR /&gt;&lt;BR /&gt;import gdal&lt;BR /&gt;print "Hello World"&lt;BR /&gt;&lt;BR /&gt;import arcpy&lt;BR /&gt;print "Hello World"

&lt;!-- content transformation source ID: 00aE0000000UsFW --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 20:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-ideas/just-improve-model-builder-performance/idc-p/931034#M329</guid>
      <dc:creator>mattwilkie</dc:creator>
      <dc:date>2012-05-31T20:34:57Z</dc:date>
    </item>
  </channel>
</rss>

