<?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 How can I import a geodatabase into a python script as a parameter? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-can-i-import-a-geodatabase-into-a-python/m-p/479210#M37478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have the script to list all feature datasets, feature classes and field properties within a geodatabase, but I would like to make the input gdb a parameter(argument). I am more familiar with model builder, but python seems more favorable of a code for this circumstance. I would like the output to simply be through IDLE, I just want to make the gdb a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new to python script,but working at it, any advice is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2016 23:07:02 GMT</pubDate>
    <dc:creator>TiffanyRoberts2</dc:creator>
    <dc:date>2016-07-29T23:07:02Z</dc:date>
    <item>
      <title>How can I import a geodatabase into a python script as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-import-a-geodatabase-into-a-python/m-p/479210#M37478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have the script to list all feature datasets, feature classes and field properties within a geodatabase, but I would like to make the input gdb a parameter(argument). I am more familiar with model builder, but python seems more favorable of a code for this circumstance. I would like the output to simply be through IDLE, I just want to make the gdb a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new to python script,but working at it, any advice is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 23:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-import-a-geodatabase-into-a-python/m-p/479210#M37478</guid>
      <dc:creator>TiffanyRoberts2</dc:creator>
      <dc:date>2016-07-29T23:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a geodatabase into a python script as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-import-a-geodatabase-into-a-python/m-p/479211#M37479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is a workspace &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/listworkspaces.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/listworkspaces.htm"&gt;ListWorkspaces—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;So you can use it to list file geodatabases within a folder for instance, just select the limiter that you wish to show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 20:30:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-import-a-geodatabase-into-a-python/m-p/479211#M37479</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-30T20:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import a geodatabase into a python script as a parameter?</title>
      <link>https://community.esri.com/t5/python-questions/how-can-i-import-a-geodatabase-into-a-python/m-p/479212#M37480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create you own script tool and set it up to accept parameters, you should be able to load the custom Python module/tool and run it at the command prompt.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/a-quick-tour-of-creating-script-tools.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/a-quick-tour-of-creating-script-tools.htm"&gt;What is a script tool?—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/understanding-script-tool-parameters.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/understanding-script-tool-parameters.htm"&gt;Understanding script tool parameters—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/executing-tools/executing-tools-at-the-python-window.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/executing-tools/executing-tools-at-the-python-window.htm"&gt;Executing tools in the Python window—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/a-quick-tour-of-creating-tools.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/a-quick-tour-of-creating-tools.htm"&gt;A quick tour of creating custom tools—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/a-quick-tour-of-creating-tools.htm#ESRI_SECTION1_0A73C3510E9C481BB28B5D22225633DA" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/a-quick-tour-of-creating-tools.htm#ESRI_SECTION1_0A73C3510E9C481BB28B5D22225633DA"&gt;A quick tour of creating custom tools—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/running-custom-tools-in-background-2.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/running-custom-tools-in-background-2.htm"&gt;Running custom (model or script) tools in the background—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is is a list of some of the topics that may help you.&amp;nbsp; Most have Python script samples.&amp;nbsp; If you are looking for some more specific suggestions on how to get it to work with your script, try, &lt;A href="https://community.esri.com/migration-blogpost/1070"&gt;Posting Code blocks in Esri GeoNet&lt;/A&gt;​ for additional feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2016 13:16:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-can-i-import-a-geodatabase-into-a-python/m-p/479212#M37480</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-07-31T13:16:33Z</dc:date>
    </item>
  </channel>
</rss>

