<?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: BATCH combining Filedatabases in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630219#M35607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which would you rather learn, Python, C#, or C++?&amp;nbsp; Your only batch options&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;are ArcPy, ArcObjects, and FGDB API (the latter two would require hundreds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to thousands of lines of code, while Python would only require dozens).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would only take a few hours to learn enough ArcPy to start this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't bother with even looking at PGDB (size and compatibility).&amp;nbsp; I would &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;strongly discourage exceeding 20Gb in a a single FGDB table (too many&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;eggs in one basket).&amp;nbsp; It you're targeting ArcSDE, then don't bother merging&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FGDBs; do try to load either across or up/down tiles, to reduce spatial&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fragmentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I started writing a standalone tool to transfer FGDB tables to ArcSDE but&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Microsoft&amp;nbsp; library compatibility issues (static v. dynamic) made for more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; work than I was willing&amp;nbsp; to take on.&amp;nbsp; My fallback plan was to export FGDB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; to ASCII, which then could be quickly bulk-loaded into ArcSDE with 'asc2sde',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; but I haven't have time to&amp;nbsp; mess with that either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2013 17:04:19 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-08-21T17:04:19Z</dc:date>
    <item>
      <title>BATCH combining Filedatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630216#M35604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a script to ftp some 3000 geodatabases.&amp;nbsp; I unzipped them in batch from a DOS Prompt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each Filedatabase contains a tile that contains contours, dems, buildings etc that are built from LIDAR data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am looking for a is a method to combine in bulk the contours from the multiple filedatabases without resorting to using the data loader on each contour set.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 14:32:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630216#M35604</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-08-21T14:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH combining Filedatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630217#M35605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What are you combining these file &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;geo&lt;/SPAN&gt;&lt;SPAN&gt;databases into?&amp;nbsp; Another FGDB?&amp;nbsp; How large&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;are you expecting the resulting table (in rows and Gb)?&amp;nbsp; Are you expecting to join&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the features at tile boundaries?&amp;nbsp; Is there a naming system which will allow you to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;know the tile location without polling the features?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Python can of course be used to append feature classes, but with the volume involved,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you'll probably need a mechanism that will permit interruption and resumption of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;load cascade process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like a TANSTAAFL situation to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 15:05:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630217#M35605</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-21T15:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH combining Filedatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630218#M35606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the Heinlein quote. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tiles each have their own unique name.&amp;nbsp; Each filegeodatabase has a common model structure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately I am not Python savvy. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to load them into either file or personal db which may eventually end up in SDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My recourse in the past for combining multiple sources into one has been the simple copy/paste.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What are you combining these file &lt;SPAN style="font-style:italic;"&gt;geo&lt;/SPAN&gt;databases into?&amp;nbsp; Another FGDB?&amp;nbsp; How large&lt;BR /&gt;are you expecting the resulting table (in rows and Gb)?&amp;nbsp; Are you expecting to join&lt;BR /&gt;the features at tile boundaries?&amp;nbsp; Is there a naming system which will allow you to&lt;BR /&gt;know the tile location without polling the features?&lt;BR /&gt;&lt;BR /&gt;Python can of course be used to append feature classes, but with the volume involved,&lt;BR /&gt;you'll probably need a mechanism that will permit interruption and resumption of the&lt;BR /&gt;load cascade process.&lt;BR /&gt;&lt;BR /&gt;Looks like a TANSTAAFL situation to me.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 15:35:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630218#M35606</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-08-21T15:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH combining Filedatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630219#M35607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which would you rather learn, Python, C#, or C++?&amp;nbsp; Your only batch options&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;are ArcPy, ArcObjects, and FGDB API (the latter two would require hundreds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to thousands of lines of code, while Python would only require dozens).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would only take a few hours to learn enough ArcPy to start this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't bother with even looking at PGDB (size and compatibility).&amp;nbsp; I would &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;strongly discourage exceeding 20Gb in a a single FGDB table (too many&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;eggs in one basket).&amp;nbsp; It you're targeting ArcSDE, then don't bother merging&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FGDBs; do try to load either across or up/down tiles, to reduce spatial&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fragmentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I started writing a standalone tool to transfer FGDB tables to ArcSDE but&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Microsoft&amp;nbsp; library compatibility issues (static v. dynamic) made for more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; work than I was willing&amp;nbsp; to take on.&amp;nbsp; My fallback plan was to export FGDB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; to ASCII, which then could be quickly bulk-loaded into ArcSDE with 'asc2sde',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; but I haven't have time to&amp;nbsp; mess with that either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 17:04:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630219#M35607</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-21T17:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH combining Filedatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630220#M35608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I went with the low budget you just need a computer with grit method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I dos prompt unziped all 2573 filegeodatabases.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They are large because of the DEM's they contained.&amp;nbsp; I then created a new .gdb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I simply selected all the .gdb's in ArcCatalog.&amp;nbsp; right clicked and did an export multiple to geodatabase.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This only exported the points, lines and polygons.&amp;nbsp; The resulting .gdb was surprisingly small. I did a test on 100 .gdb and it was only 70mb before I deleted out the other features I didn't need anymore.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I am doing it 500 at a time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No code, no dozens of hours trying to write something fancy.&amp;nbsp; Just simple creative use of the existing out of the box tools. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Which would you rather learn, Python, C#, or C++?&amp;nbsp; Your only batch options&lt;BR /&gt;are ArcPy, ArcObjects, and FGDB API (the latter two would require hundreds&lt;BR /&gt;to thousands of lines of code, while Python would only require dozens).&lt;BR /&gt;It would only take a few hours to learn enough ArcPy to start this.&lt;BR /&gt;&lt;BR /&gt;Don't bother with even looking at PGDB (size and compatibility).&amp;nbsp; I would &lt;BR /&gt;strongly discourage exceeding 20Gb in a a single FGDB table (too many&lt;BR /&gt;eggs in one basket).&amp;nbsp; It you're targeting ArcSDE, then don't bother merging&lt;BR /&gt;FGDBs; do try to load either across or up/down tiles, to reduce spatial&lt;BR /&gt;fragmentation.&lt;BR /&gt;&lt;BR /&gt;I started writing a standalone tool to transfer FGDB tables to ArcSDE but&lt;BR /&gt; Microsoft&amp;nbsp; library compatibility issues (static v. dynamic) made for more&lt;BR /&gt; work than I was willing&amp;nbsp; to take on.&amp;nbsp; My fallback plan was to export FGDB&lt;BR /&gt; to ASCII, which then could be quickly bulk-loaded into ArcSDE with 'asc2sde',&lt;BR /&gt; but I haven't have time to&amp;nbsp; mess with that either.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 19:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630220#M35608</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-08-21T19:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: BATCH combining Filedatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630221#M35609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As a side note I was pretty good writing code in mapbasic in my MapInfo days.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am going to start looking at learning Python.&amp;nbsp; Just seems to me to many times when it is handy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Which would you rather learn, Python, C#, or C++?&amp;nbsp; Your only batch options&lt;BR /&gt;are ArcPy, ArcObjects, and FGDB API (the latter two would require hundreds&lt;BR /&gt;to thousands of lines of code, while Python would only require dozens).&lt;BR /&gt;It would only take a few hours to learn enough ArcPy to start this.&lt;BR /&gt;&lt;BR /&gt;Don't bother with even looking at PGDB (size and compatibility).&amp;nbsp; I would &lt;BR /&gt;strongly discourage exceeding 20Gb in a a single FGDB table (too many&lt;BR /&gt;eggs in one basket).&amp;nbsp; It you're targeting ArcSDE, then don't bother merging&lt;BR /&gt;FGDBs; do try to load either across or up/down tiles, to reduce spatial&lt;BR /&gt;fragmentation.&lt;BR /&gt;&lt;BR /&gt;I started writing a standalone tool to transfer FGDB tables to ArcSDE but&lt;BR /&gt; Microsoft&amp;nbsp; library compatibility issues (static v. dynamic) made for more&lt;BR /&gt; work than I was willing&amp;nbsp; to take on.&amp;nbsp; My fallback plan was to export FGDB&lt;BR /&gt; to ASCII, which then could be quickly bulk-loaded into ArcSDE with 'asc2sde',&lt;BR /&gt; but I haven't have time to&amp;nbsp; mess with that either.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 19:19:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/batch-combining-filedatabases/m-p/630221#M35609</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-08-21T19:19:51Z</dc:date>
    </item>
  </channel>
</rss>

