<?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:  geodatabase export to shapefiles in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511599#M40192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was looking to do the TOC export or by geodatabase. I thought they were doing the same task, exporting groups of shape file at one time to a directory. I apologize, I guess I was mixing up the tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for the links. those look great.  I’ll see if I came make some headway with them tonight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Python a paste and run tool?  You don’t need to load a dll or dvb to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2016 17:00:46 GMT</pubDate>
    <dc:creator>johncoon</dc:creator>
    <dc:date>2016-12-14T17:00:46Z</dc:date>
    <item>
      <title>geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511593#M40186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't seem to find a tool in ArcMap 10.2.2 standard that allows you to export all the layers in my TOC&amp;nbsp;to a directory&lt;/P&gt;&lt;P&gt;with each shapefile file name per layer in the TOC. I have a template geodatabase that I loaded shape file data into, then&amp;nbsp;edited that data. Now I need to export some 100 plus layers from the geodatabase as shape files to update the original data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of that, I'm looking for a Python sample that exports all the layers in my TOC&amp;nbsp; to a file location or&amp;nbsp;a function that selects the current geodatabase and exports all the features to shape files. Do you just copy and paste Python code to run it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this&amp;nbsp;something that&amp;nbsp;can be none if I've never used Python before. I didn't see a lot of help for it, but I might of been looking in the wrong location. I looked around for a VBA macro editor as well and could located that. I might have a chance with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 20:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511593#M40186</guid>
      <dc:creator>johncoon</dc:creator>
      <dc:date>2016-12-13T20:36:50Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511594#M40187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will probably want to start with arcpy.mapping&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-mapping/mapdocument-class.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-mapping/mapdocument-class.htm"&gt;MapDocument—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This has some sample scripts of accessing the mxd and components.&amp;nbsp; Basically you will want to access the current .mxd, then the dataframes then the layers.&amp;nbsp; You should be able to loop thru those and export them.&amp;nbsp; Sorry, no code right now....but someone might have some.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 20:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511594#M40187</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-12-13T20:48:25Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511595#M40188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a good start, Thank you. I'm sure I can find samples, its knowing what those sample&amp;nbsp;do is what I'll need after I get started.&lt;/P&gt;&lt;P&gt;Why don't they have built in tools for things like fix broken. If everyone who would move data for whatever reason gets a broken link why not have a tool to re-path to a directory.&lt;/P&gt;&lt;P&gt;quickly with having to write a script.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 21:09:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511595#M40188</guid>
      <dc:creator>johncoon</dc:creator>
      <dc:date>2016-12-13T21:09:03Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511596#M40189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Why don't they have built in tools for things like fix broken&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I would say because there are just too many variables on how people set up their mxds and data. There are several threads on how people fix, and I have an addin &lt;A href="https://community.esri.com/blogs/myAlaskaGIS/2015/08/31/python-addin-for-data-inventory-and-broken-link-repair?sr=search&amp;amp;searchId=a48f7f7c-15d6-4161-b5c3-c99fbabd0b8e&amp;amp;searchIndex=0"&gt;/blogs/myAlaskaGIS/2015/08/31/python-addin-for-data-inventory-and-broken-link-repair?sr=search&amp;amp;searchId=a48f7f7c-15d6-4161-b5c3-c99fbabd0b8e&amp;amp;searchIndex=0&lt;/A&gt;‌ that might help for that (if that is an issue).&amp;nbsp; Even the mxd's we have internally, created over many years and hardware changes are not a simple replace...this helps search out the many paths I had to the same data (sometimes dependent on the user/machine it was created) and can replace to one common path if needed....but that is of the subject of the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you get some code written, if you have issues, you can post, but make sure to us the ... in the toolbar for your comment, use the More-&amp;gt;Syntax Highlighter-&amp;gt;python and post you code there.&amp;nbsp; Python is very picky about spacing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, learn to use the&amp;nbsp;&amp;nbsp; r"c:\mydir\mydubdir"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for paths,....that is&amp;nbsp;&amp;nbsp; r"....path..."&amp;nbsp; otherwise the \ can be interpreted incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This and many other python tips/links can be found &lt;A href="https://community.esri.com/blogs/dan_patterson/2016/05/09/the-links?sr=search&amp;amp;searchId=3b2ea13c-be3b-4e62-b97a-1dc8faeff854&amp;amp;searchIndex=0"&gt;/blogs/dan_patterson/2016/05/09/the-links?sr=search&amp;amp;searchId=3b2ea13c-be3b-4e62-b97a-1dc8faeff854&amp;amp;searchIndex=0&lt;/A&gt;‌&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 21:17:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511596#M40189</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-12-13T21:17:45Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511597#M40190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did have an issue a while ago with links on another project, I moved data and didn’t know the links would be lost. I fixed them manually. Now, I know to be careful when moving support data. I’m a cad guy in a GIS world currently. We normally consume GIS data, so updating features and validating exports, layers and attribute fields for a FAA online portal is a little more&lt;/P&gt;&lt;P&gt;GIS than I’m used to. One of my tasks is to export each feature from a template manual that is two volumes with 500 page each. That’s why I wanted/needed a tool to export multiple features. Thanks for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 12:49:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511597#M40190</guid>
      <dc:creator>johncoon</dc:creator>
      <dc:date>2016-12-14T12:49:11Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511598#M40191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;I have a template geodatabase that I loaded shape file data into, then&amp;nbsp;edited that data. Now I need to export some 100 plus layers from the geodatabase as shape files...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Sorry, I was thinking you wanted the layers in a TOC of a map document, in which case code here &amp;nbsp; &lt;A href="https://community.esri.com/thread/33053"&gt;help exporting map layers&lt;/A&gt;&amp;nbsp; would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are just trying to export layers in a GDB to shapefiles, look at these help pages&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/10.3/tools/conversion-toolbox/feature-class-to-shapefile.htm" title="https://desktop.arcgis.com/en/arcmap/10.3/tools/conversion-toolbox/feature-class-to-shapefile.htm"&gt;Feature Class To Shapefile—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/10.3/tools/conversion-toolbox/feature-class-to-feature-class.htm" title="https://desktop.arcgis.com/en/arcmap/10.3/tools/conversion-toolbox/feature-class-to-feature-class.htm"&gt;Feature Class To Feature Class—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They have code for scripting, but you may just be able to use the tool manually...unless there are too many to "drag-n-drop" in the tool, or if you need to rename output.&amp;nbsp; Keep in mind that shapefiles follow many of the old DBF and windows naming limitations, in which case some filenames or fieldnames may be renamed or truncated, causing potental duplicate names (which could cause the command to crash, etc), so if you can figure out a method to break it up so you can keep track of where you are in processing the 500 layers, that may be helpful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't speak CAD anymore (many moons ago I did a little) so I still may be interpreting your request incorrectly.&amp;nbsp; My apologies if I am, and maybe someone else can jump in.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 16:39:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511598#M40191</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-12-14T16:39:49Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511599#M40192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was looking to do the TOC export or by geodatabase. I thought they were doing the same task, exporting groups of shape file at one time to a directory. I apologize, I guess I was mixing up the tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for the links. those look great.  I’ll see if I came make some headway with them tonight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Python a paste and run tool?  You don’t need to load a dll or dvb to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 17:00:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511599#M40192</guid>
      <dc:creator>johncoon</dc:creator>
      <dc:date>2016-12-14T17:00:46Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511600#M40193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to also look at this thread...maybe model builder will help for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Is Python a paste and run tool?&amp;nbsp; You don’t need to load a dll or dvb to run.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If you are in a python window, in ArcMap or ArcCatalog or some other compatible python environment that sees the Python installed with the ArcGIS software, you can&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;import arcpy&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and pretty much run any of the tools in the ArcGIS toolbox.&amp;nbsp; Running python itself is not what you would drag-n-drop into, but any of the tools with a user interface (which you could create yourself, but might not be worth your time right now), or the model builder can be.&amp;nbsp; If this is something you are doing often, it would be work automating is...if a one time thing, might not be worth it.&amp;nbsp; But if you do get it to run successfully, you can also grab the python snippet for the Geoprocessing- (on the toolbar in ArcMap/Catalog)&amp;gt;Results tab.&amp;nbsp; By the way, the file gdb is a better way to go than shapes, more reliable and more features built in....but maybe you have a specific reason for the shapes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many ways to do the same thing. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 17:42:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511600#M40193</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-12-14T17:42:18Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511601#M40194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may get you started:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

mxd &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MapDocument&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CURRENT"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

outputDir &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'path to output folder location to store .shp'&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; x &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapping&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ListLayers&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;mxd&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; desc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Describe&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;x&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; path &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; desc&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;catalogPath
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;FeatureClassToShapefile_conversion &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; outputDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511601#M40194</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2021-12-11T22:23:39Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511602#M40195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have watched a few you tube videos on the model builder, I did one for an online course I took a couple of years ago. I wish they had something like that for a civil cad environment.&lt;/P&gt;&lt;P&gt;I been writing vb apps for years to do stuff a lot less complicated that the model builder samples I’ve seen. Super powerful &amp;amp; clean, after you get the process down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’ll take a look. Again, thanks for the help. I’ll take a stab at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:00:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511602#M40195</guid>
      <dc:creator>johncoon</dc:creator>
      <dc:date>2016-12-14T18:00:46Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511603#M40196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mitch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. I’ll see if I can get this to work. Still want to know what it’s doing, that might take longer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511603#M40196</guid>
      <dc:creator>johncoon</dc:creator>
      <dc:date>2016-12-14T18:02:34Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511604#M40197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Python is even easier than VB, in my opinion. I personally don't use Model Builder and prefer to just write it (or grab someone else's code and modify....isn't that the programmer's motto?).&amp;nbsp; I think you will like python once you get a handle on it.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511604#M40197</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-12-14T18:24:19Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511605#M40198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mitch's script is pretty straight forward and reading it should give you an idea of what it is doing.&amp;nbsp; This is meant to run in the python window if you are in the map document (.mxd).&amp;nbsp; This is not a standalone python script.&amp;nbsp; just fyi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511605#M40198</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-12-14T18:26:19Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511606#M40199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is like the old days modifying LISP routine. Just try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:32:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511606#M40199</guid>
      <dc:creator>johncoon</dc:creator>
      <dc:date>2016-12-14T18:32:34Z</dc:date>
    </item>
    <item>
      <title>Re:  geodatabase export to shapefiles</title>
      <link>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511607#M40200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or for those of us that are long time ArcINFO workstation users... AML.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:42:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/geodatabase-export-to-shapefiles/m-p/511607#M40200</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-12-14T18:42:33Z</dc:date>
    </item>
  </channel>
</rss>

