<?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: Where to make a 3D zoning application? in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/where-to-make-a-3d-zoning-application/m-p/218968#M2886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the exact type of application that procedural as a service would benefit from, but as far as I know our only options for procedural rules are static model displays. I am not even sure how to make sliders for example be exposed in either the CityEngine web scene or ArcGIS Pro scene environment. As far as I know, procedural outputs must be "baked" before being shared. I was hoping for something like this for a temporal visualization and had to settle for "binning" the data into hourly segments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Theoretically you could emulate this type of behavior if all the model combinations were made before hand. I think for example you could create a range of zoning parameters in a jython script, and then use the itertools.product() function to product every feasible combination of those rule parameters, and then call those models based on a match from a users edits to that parcel...this however is not efficient and I don't even want to think about how many SPKs that would require. There are really no great solutions for interactive procedural editing over the web with&amp;nbsp;a pure CityEngine/Esri stack yet. This might change or my understanding is out of date, and some one else could provide more input.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What is the company out of curiosity?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2016 05:56:31 GMT</pubDate>
    <dc:creator>DavidWasserman</dc:creator>
    <dc:date>2016-11-21T05:56:31Z</dc:date>
    <item>
      <title>Where to make a 3D zoning application?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/where-to-make-a-3d-zoning-application/m-p/218967#M2885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know of a way I can make an application where the user can input basic zoning parameters to a zone type...and generate a simple massing on a map using parcel data.&amp;nbsp; This would be similar to CityEngine functionality but less detailed and consumable by an end user.&amp;nbsp; For example...&lt;/P&gt;&lt;P&gt;User inputs front setback, rear setback, height limit, and use...and a simple 3D building massing generates on the 3D map (perhaps generated onto an ArcGIS online Scene that is being used in the app)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I ask is because a company has pitched an application that does this very thing at my job.&amp;nbsp; I think it is a useful app, but I feel like I should be able to build this myself with parcel data, CGA rules, and ArcGIS online Scenes.&amp;nbsp; Is there a 3D Api that lets me generate models within an existing scene?&amp;nbsp; or do the models have to be completely built inside of CE or ArcPro and then exported as static (non-editable) models every time a change is made?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking of something that works like a site-suitability GIS web application, but with geometry changes instead of raster changes.&lt;A href="https://community.esri.com/space/2048"&gt;3D&lt;/A&gt;&lt;A href="https://community.esri.com/space/2055"&gt;Web GIS&lt;/A&gt;&lt;A href="https://community.esri.com/groups/3d-mapping?sr=search&amp;amp;searchId=d856ca4b-ee5b-4fb1-af10-7bdeb96e4b13&amp;amp;searchIndex=2"&gt;https://community.esri.com/groups/3d-mapping?sr=search&amp;amp;searchId=d856ca4b-ee5b-4fb1-af10-7bdeb96e4b13&amp;amp;searchIndex=2&lt;/A&gt; &lt;A href="https://community.esri.com/groups/planning-and-design?sr=search&amp;amp;searchId=7e732a5e-6a91-4eb1-9a7f-d68278f54a70&amp;amp;searchIndex=0"&gt;https://community.esri.com/groups/planning-and-design?sr=search&amp;amp;searchId=7e732a5e-6a91-4eb1-9a7f-d68278f54a70&amp;amp;searchIndex=0&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your suggestions, thoughts, or comments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 22:25:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/where-to-make-a-3d-zoning-application/m-p/218967#M2885</guid>
      <dc:creator>MicahTaylor</dc:creator>
      <dc:date>2016-11-14T22:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where to make a 3D zoning application?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/where-to-make-a-3d-zoning-application/m-p/218968#M2886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the exact type of application that procedural as a service would benefit from, but as far as I know our only options for procedural rules are static model displays. I am not even sure how to make sliders for example be exposed in either the CityEngine web scene or ArcGIS Pro scene environment. As far as I know, procedural outputs must be "baked" before being shared. I was hoping for something like this for a temporal visualization and had to settle for "binning" the data into hourly segments.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Theoretically you could emulate this type of behavior if all the model combinations were made before hand. I think for example you could create a range of zoning parameters in a jython script, and then use the itertools.product() function to product every feasible combination of those rule parameters, and then call those models based on a match from a users edits to that parcel...this however is not efficient and I don't even want to think about how many SPKs that would require. There are really no great solutions for interactive procedural editing over the web with&amp;nbsp;a pure CityEngine/Esri stack yet. This might change or my understanding is out of date, and some one else could provide more input.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What is the company out of curiosity?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 05:56:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/where-to-make-a-3d-zoning-application/m-p/218968#M2886</guid>
      <dc:creator>DavidWasserman</dc:creator>
      <dc:date>2016-11-21T05:56:31Z</dc:date>
    </item>
  </channel>
</rss>

