<?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 ExportBug_CE2017.0 in ArcGIS CityEngine Videos</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-videos/exportbug-ce2017-0/m-p/976514#M4</link>
    <description>&lt;IFRAME class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FQGPxgQKy-mQ%3Ffeature%3Doembed&amp;amp;url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQGPxgQKy-mQ&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FQGPxgQKy-mQ%2Fhqdefault.jpg&amp;amp;key=3b4b3cb34e044cb590554f889078322d&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="854" height="480" scrolling="no" frameborder="0" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;BR /&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to narrow down an export bug I encountered a week ago. I would like to know if anybody else has spotted this bug. Basically, the export GDB drops all attributes for models that consistently report geometry.area and other strings. If I export one model, it works fine, but when I export 2k to 3k models then the attributes of ALL models get corrupted and report as either NaNs or NULLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2018 17:07:36 GMT</pubDate>
    <dc:creator>VivacityPlatform</dc:creator>
    <dc:date>2018-01-12T17:07:36Z</dc:date>
    <item>
      <title>ExportBug_CE2017.0</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-videos/exportbug-ce2017-0/m-p/976514#M4</link>
      <description>&lt;IFRAME class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FQGPxgQKy-mQ%3Ffeature%3Doembed&amp;amp;url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQGPxgQKy-mQ&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FQGPxgQKy-mQ%2Fhqdefault.jpg&amp;amp;key=3b4b3cb34e044cb590554f889078322d&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="854" height="480" scrolling="no" frameborder="0" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;BR /&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to narrow down an export bug I encountered a week ago. I would like to know if anybody else has spotted this bug. Basically, the export GDB drops all attributes for models that consistently report geometry.area and other strings. If I export one model, it works fine, but when I export 2k to 3k models then the attributes of ALL models get corrupted and report as either NaNs or NULLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 17:07:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-videos/exportbug-ce2017-0/m-p/976514#M4</guid>
      <dc:creator>VivacityPlatform</dc:creator>
      <dc:date>2018-01-12T17:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: ExportBug_CE2017.0</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-videos/exportbug-ce2017-0/m-p/976515#M5</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an issue with reporting &lt;EM&gt;NaN&lt;/EM&gt; values to FileGDB.&lt;BR /&gt;As a workaround, please add a value validation to you CGA code.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;validate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;value&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class="keyword token"&gt;case&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;isnan&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;value&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; value

&lt;SPAN class="token function"&gt;report&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"FAR"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;validate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;FAR&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-videos/exportbug-ce2017-0/m-p/976515#M5</guid>
      <dc:creator>ThomasFuchs</dc:creator>
      <dc:date>2021-12-12T11:54:54Z</dc:date>
    </item>
  </channel>
</rss>

