<?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: Combining geodatabases in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688695#M38994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should be able to do this with python scripting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to have python create a new file geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then use ListFeatureClasses from your first file geodatabase to copy this data into your new file geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then use ListListFeatureClasses from your second file geodatabase to append this data into your new file geodatabase onto the feature classes that were created when the data from the first file geodatabase was copied into the new file geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might consider posting this thread in the python subforum.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2012 15:33:31 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2012-12-10T15:33:31Z</dc:date>
    <item>
      <title>Combining geodatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688694#M38993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to combine two geodatabases into one. The geodatabases are being built from separate sources, but contain identical features classes, and are spatially different. I can combine the gdbs by a cumbersome solution, layer by layer, but I wonder if there is a more elegant way to do this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My cumbersome method is to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create a new gdb&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;copy in all the feature datasets from one gdb (using copy / paste in ArcCatalog)...so far, so good. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Combine data from the second gdb using the Append command from ArcToolBox...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But...when I append data from the second gdb...the command only works at the feature class level, and cannot append an entire feature dataset. This means I have to wade through each feature class layer by layer, appending them to the new gdb. Surely there must be a more elegant way to combine the two gdb's with a simpler command?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 14:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688694#M38993</guid>
      <dc:creator>PeterHopkin1</dc:creator>
      <dc:date>2012-12-10T14:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Combining geodatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688695#M38994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should be able to do this with python scripting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to have python create a new file geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then use ListFeatureClasses from your first file geodatabase to copy this data into your new file geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then use ListListFeatureClasses from your second file geodatabase to append this data into your new file geodatabase onto the feature classes that were created when the data from the first file geodatabase was copied into the new file geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might consider posting this thread in the python subforum.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 15:33:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688695#M38994</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2012-12-10T15:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Combining geodatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688696#M38995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You should be able to do this with python scripting.&lt;BR /&gt;&lt;BR /&gt;You should be able to have python create a new file geodatabase.&lt;BR /&gt;&lt;BR /&gt;Then use ListFeatureClasses from your first file geodatabase to copy this data into your new file geodatabase.&lt;BR /&gt;&lt;BR /&gt;Then use ListListFeatureClasses from your second file geodatabase to append this data into your new file geodatabase onto the feature classes that were created when the data from the first file geodatabase was copied into the new file geodatabase.&lt;BR /&gt;&lt;BR /&gt;You might consider posting this thread in the python subforum.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you...but first I have to learn python...could be a slippery subject?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 16:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688696#M38995</guid>
      <dc:creator>PeterHopkin1</dc:creator>
      <dc:date>2012-12-10T16:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Combining geodatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688697#M38996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kind of, you can adapt it to your particular case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;arcpy.env.overwriteOutput = True&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;try:&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;ws = arcpy.env.workspace = "your workspace"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;a = arcpy.ListWorkspaces("", "Access")&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;print a&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;for x in a:&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;b = arcpy.env.workspace = x&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;c = arcpy.ListTables()&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for y in c:&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;out = "destination folder"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;arcpy.TableToDBASE_conversion(y, out)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;except:&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;print "Se ha producido un error"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;print(arcpy.GetMessages(2))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 18:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688697#M38996</guid>
      <dc:creator>deleted-user-RL41aR80ctiL</dc:creator>
      <dc:date>2017-03-21T18:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Combining geodatabases</title>
      <link>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688698#M38997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also do this kind of thing with &lt;A href="https://community.esri.com/group/1218"&gt;Model Builder&lt;/A&gt;‌. In fact it's awfully handy for simple but cumbersome once-off tasks like this. &amp;nbsp;Advanced iteration in Model Builder can get complicated&amp;nbsp;and takes some skill,&amp;nbsp;but you don't have to write code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 00:55:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/combining-geodatabases/m-p/688698#M38997</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-03-27T00:55:27Z</dc:date>
    </item>
  </channel>
</rss>

