<?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 Reporting on leaf shapes in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1035921#M10120</link>
    <description>&lt;P&gt;Hi, I would like to ask if the following could be possible somehow.&lt;/P&gt;&lt;P&gt;In a lot I split the area into a building 2D shape a garden 2D shape and scattered points for trees. I actually create the entire 3D content, with windows, trees roofs and such report on all the geometries, and then removes the 3D content again.&lt;/P&gt;&lt;P&gt;I want it exported into leaf shapes, individual tree points with the correct reporting for that shape (tree height) or the subdivided building area with the different count of levels.&lt;/P&gt;&lt;P&gt;So exporting as leaf shape don’t seem to include reports, so I was wondering if could be possible to get the reports added to the leaf shapes somehow, and if anyone has an idea to do so?&lt;/P&gt;</description>
    <pubDate>Fri, 12 Mar 2021 14:18:43 GMT</pubDate>
    <dc:creator>KennethLindhardt1</dc:creator>
    <dc:date>2021-03-12T14:18:43Z</dc:date>
    <item>
      <title>Reporting on leaf shapes</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1035921#M10120</link>
      <description>&lt;P&gt;Hi, I would like to ask if the following could be possible somehow.&lt;/P&gt;&lt;P&gt;In a lot I split the area into a building 2D shape a garden 2D shape and scattered points for trees. I actually create the entire 3D content, with windows, trees roofs and such report on all the geometries, and then removes the 3D content again.&lt;/P&gt;&lt;P&gt;I want it exported into leaf shapes, individual tree points with the correct reporting for that shape (tree height) or the subdivided building area with the different count of levels.&lt;/P&gt;&lt;P&gt;So exporting as leaf shape don’t seem to include reports, so I was wondering if could be possible to get the reports added to the leaf shapes somehow, and if anyone has an idea to do so?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 14:18:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1035921#M10120</guid>
      <dc:creator>KennethLindhardt1</dc:creator>
      <dc:date>2021-03-12T14:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting on leaf shapes</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1035930#M10121</link>
      <description>&lt;P&gt;This might help me to think about your workflow... How are you exporting it?&amp;nbsp; To which format and end program?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 14:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1035930#M10121</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-12T14:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting on leaf shapes</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1036103#M10122</link>
      <description>&lt;P&gt;Thanks, yes you are right.&lt;/P&gt;&lt;P&gt;I'm using esri file geodatabase as export (but it could be any export that holds attributes, and added into Arcgis pro, if I can get that far, I would be happy.&lt;/P&gt;&lt;P&gt;The end is grasshopper in rhino, but that would be some steps further.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 19:51:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1036103#M10122</guid>
      <dc:creator>KennethLindhardt1</dc:creator>
      <dc:date>2021-03-12T19:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting on leaf shapes</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1038864#M10145</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/243827"&gt;@KennethLindhardt1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understand your question properly, you want to run a rule that generates new data about your site in 3D, but reverts to a 2D state, and then use that data to write to new attributes in the "leaf shape", from which you could export to a geodatabase format for downstream work?&lt;/P&gt;&lt;P&gt;I'm just diving into Python myself, hopefully someone with more experience in Python responds to you.&amp;nbsp; But I think what you are looking for is python script based reporting.&amp;nbsp; You can add instanced reporting on the "leaf shapes" rule attributes of your interest, write a python script to capture this data, run a python script based report, and then connect the resultant report back to an object/rule attribute.&lt;/P&gt;&lt;P&gt;Found this older thread with a lot of info on how to do this:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-cityengine-questions/joined-reporting-for-features-from-different-layers/td-p/228120/page/3" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-cityengine-questions/joined-reporting-for-features-from-different-layers/td-p/228120/page/3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There's a draft python script in this thread, which I think needs a few modifications based on the comments to meet its initial goal, and a lot more changes to adjust to your desired goal, but this can get you closer to your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any case, I hope to learn more about this too, so I hope to follow and see if you get better answer from someone.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt;&amp;nbsp; I think the linked thread was about&amp;nbsp; modifying an attribute of a single shape's data to react to a selection of aggregated shape's data, done post-model-generation.&amp;nbsp; So not exactly the same...&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 21:33:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1038864#M10145</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-19T21:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting on leaf shapes</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1061774#M10158</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/243827"&gt;@KennethLindhardt1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Using the SLPK(Esri Scene Layer Package) exporter it should be possible to get leaf shapes including reports. In the exporter dialog set the following settings under "General Settings":&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Emit Reports&lt;/EM&gt; to &lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Feature Granularity &lt;/EM&gt;to &lt;STRONG&gt;One Feature Per Leaf Shape&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Also, we will soon release a Rhino plugin for Rule Packages (RPK), this might be interesting for your workflow.&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Jonas&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 13:30:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/reporting-on-leaf-shapes/m-p/1061774#M10158</guid>
      <dc:creator>JonasObertuefer</dc:creator>
      <dc:date>2021-05-26T13:30:53Z</dc:date>
    </item>
  </channel>
</rss>

