<?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 Python to import FGDB in CityEngine: is it possible to select the layer to import? in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/python-to-import-fgdb-in-cityengine-is-it-possible/m-p/709259#M9326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying &amp;nbsp;to automate a workflow where I import data from different file geodatabase in CityEngine and export the generated models. For that I am writing some python scripts, exploiting the CE() functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The geodatabases have various feature classes in them, and I would like to select which one(s) to import as one can do in the GUI but with python, e.g. with some parameter in the FGDBImportSettings. However, in the available commands I can't find the appropriate parameter to set the names of the feature classes to import. How can it be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Natan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2017 13:12:57 GMT</pubDate>
    <dc:creator>NatanMicheletti1</dc:creator>
    <dc:date>2017-02-02T13:12:57Z</dc:date>
    <item>
      <title>Python to import FGDB in CityEngine: is it possible to select the layer to import?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/python-to-import-fgdb-in-cityengine-is-it-possible/m-p/709259#M9326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying &amp;nbsp;to automate a workflow where I import data from different file geodatabase in CityEngine and export the generated models. For that I am writing some python scripts, exploiting the CE() functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The geodatabases have various feature classes in them, and I would like to select which one(s) to import as one can do in the GUI but with python, e.g. with some parameter in the FGDBImportSettings. However, in the available commands I can't find the appropriate parameter to set the names of the feature classes to import. How can it be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Natan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 13:12:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/python-to-import-fgdb-in-cityengine-is-it-possible/m-p/709259#M9326</guid>
      <dc:creator>NatanMicheletti1</dc:creator>
      <dc:date>2017-02-02T13:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Python to import FGDB in CityEngine: is it possible to select the layer to import?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/python-to-import-fgdb-in-cityengine-is-it-possible/m-p/709260#M9327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the &lt;A href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/python/jscripting/jscripting.FGDBImportSettings.html#FGDBImportSettings-"&gt;FGDBImportSettings &lt;/A&gt;you find the option:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;DL&gt;&lt;DT&gt;&lt;STRONG&gt;setDatasetFilter&lt;/STRONG&gt;(self, datasetPaths)&lt;/DT&gt;&lt;DD&gt;&lt;TT&gt;Set&amp;nbsp;a&amp;nbsp;list&amp;nbsp;of&amp;nbsp;dataset&amp;nbsp;paths&amp;nbsp;to&amp;nbsp;include&amp;nbsp;in&amp;nbsp;the&amp;nbsp;import.&amp;nbsp;&lt;BR /&gt;If&amp;nbsp;empty&amp;nbsp;(=&amp;nbsp;default),&amp;nbsp;all&amp;nbsp;valid&amp;nbsp;datasets&amp;nbsp;will&amp;nbsp;be&amp;nbsp;imported.&lt;BR /&gt; &amp;nbsp;&lt;BR /&gt; datasetPaths:&amp;nbsp;List&amp;nbsp;of&amp;nbsp;case-sensitive&amp;nbsp;dataset&amp;nbsp;paths&amp;nbsp;(using&amp;nbsp;forward&amp;nbsp;slash&amp;nbsp;as&amp;nbsp;delimiter),&amp;nbsp;&lt;BR /&gt;e.g.&amp;nbsp;['/MyFeatureDatataset/Parcels']&amp;nbsp;.&lt;/TT&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This allows to filter for specific layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 16:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/python-to-import-fgdb-in-cityengine-is-it-possible/m-p/709260#M9327</guid>
      <dc:creator>ThomasFuchs</dc:creator>
      <dc:date>2017-02-03T16:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Python to import FGDB in CityEngine: is it possible to select the layer to import?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/python-to-import-fgdb-in-cityengine-is-it-possible/m-p/709261#M9328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was working on CE 2015.1, which apparently does not have this option. I checked in an instance of CE 2016.1 and I found it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help and best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Natan&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 07:49:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/python-to-import-fgdb-in-cityengine-is-it-possible/m-p/709261#M9328</guid>
      <dc:creator>NatanMicheletti1</dc:creator>
      <dc:date>2017-02-06T07:49:19Z</dc:date>
    </item>
  </channel>
</rss>

