<?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: Parking stall calculation based on Use - extracted from zone tool in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243292#M31417</link>
    <description>The above will accomplish your scheme --except I separated the use and factor options. In fact, the usage and factor fields could be combined, since the factors are fixed. If you use only one field for both usage and capacity factor the data would have to be extracted for either usage or parking spaces.&lt;BR /&gt;
&lt;BR /&gt;
Assuming a combined usage field of: Commercial - 100, for example. Extract the two variables (usage &amp;amp; factor) using the SPLIT command.&lt;BR /&gt;
&lt;BR /&gt;
The total of parking spaces can only be done within the schedule. There are a number of ways to approach this But not as complicated as it sounds.</description>
    <pubDate>Fri, 14 Sep 2018 14:32:30 GMT</pubDate>
    <dc:creator>poco2013</dc:creator>
    <dc:date>2018-09-14T14:32:30Z</dc:date>
    <item>
      <title>Parking stall calculation based on Use - extracted from zone tool</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243287#M31412</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Greetings.  Is there a way to assign a 'Use' and related parking ratio to zones so as to extract the required number of parking stalls for a project?  As an example, in certain jurisdictions for retail use the parking ratio is 1 stall to 250 SF and office use the ratio is 1:500.  1,000 sf of retail combined with 1,000 sf of office would result in 6 required parking stalls.  It would be great if there is a way to automatically calculate this based on entering a 'Use' and ratio for the various uses.  Could there be a dropdown list of Uses with their associated ratios already entered?  Thank you, Scott&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Sep 2018 00:03:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243287#M31412</guid>
      <dc:creator>Scott Bulmer</dc:creator>
      <dc:date>2018-09-14T00:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Parking stall calculation based on Use - extracted from zone tool</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243288#M31413</link>
      <description>A application for which expressions were created for -- if you have ver 22. Normally, you would create a property for each zone capacity factor. then create a expression with a series of chained 'IFs' by matching a classification to its capacity factor and performing the multiplication. You could also create a single dropdown capacity list and select from that. Classifications are manually set only -- other than the API.&lt;BR /&gt;
&lt;BR /&gt;
As a alternate to creating separate properties, you could use a single delimited string for the capacity factors but for a small number, that would overly complicate things.&lt;BR /&gt;
&lt;BR /&gt;
EDIT:&lt;BR /&gt;
if you did not want to use the classification system, you could create two option properties, one for the usage and one for the capacity factor. In this event, the user would have to match the two dropdowns against each other. The resulting expression calculation, could then be used in a attached Label, schedules or in a graphic override.</description>
      <pubDate>Fri, 14 Sep 2018 00:50:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243288#M31413</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2018-09-14T00:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Parking stall calculation based on Use - extracted from zone tool</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243289#M31414</link>
      <description>Hey Gerry, thank you so much for your explanation.  Although I have a rudimentary knowledge of Properties I am not skilled enough to create this.  Is there a template that you could suggest?  It seems that this would be a popular property for many to use.  I appreciate any suggestions.  Scott&lt;BR /&gt;
&lt;BR /&gt;
Edit: so there should be a drop down option set column for 'Use', with retail, warehouse, office, etc. and another column (Required Parking Stalls) that automatically returns the number of parking stalls required based on an assigned ratio for that use.  So the Parking Stalls column automatically calculates the number of stalls based on the Use column.</description>
      <pubDate>Fri, 14 Sep 2018 03:43:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243289#M31414</guid>
      <dc:creator>Scott Bulmer</dc:creator>
      <dc:date>2018-09-14T03:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Parking stall calculation based on Use - extracted from zone tool</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243290#M31415</link>
      <description>There's no template that i know of --- YET ---  Some may incorporate into theirs.&lt;BR /&gt;
&lt;BR /&gt;
BUT&lt;BR /&gt;
If you can create two option properties -- one (usage) to select the application and one (Space Ratio) to select the factor.&lt;BR /&gt;
Then create a expression with the following code:&lt;BR /&gt;
&lt;BR /&gt;
ROUNDUP ( IF ( {Property:Parking Cals/Usage} = "Retail", ( {Property:Zone/Calculated Area} / 1 ft2 ) * STRTONUM ( {Property:Parking Cals/Space Ratio} ), IF ( {Property:Parking Cals/Usage} = "Office", ( {Property:Zone/Calculated Area} / 1 ft2 ) * STRTONUM ( {Property:Parking Cals/Space Ratio} ), 0 ) ), 0 )&lt;BR /&gt;
&lt;BR /&gt;
Set all classifications to the same value -- i.e. space&lt;BR /&gt;
&lt;BR /&gt;
if your still confused - I'll offer a 'goto' web meeting if you send me your e-mail?&lt;BR /&gt;
&lt;BR /&gt;
Note: Zones can not use labels - use the zone stamp or schedules.</description>
      <pubDate>Fri, 14 Sep 2018 05:43:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243290#M31415</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2018-09-14T05:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parking stall calculation based on Use - extracted from zone tool</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243291#M31416</link>
      <description>Thanks Gerry.  I will try this but hope to confirm the concept.  This information will appear in a schedule.  The calculated parking is solely based on the Use, so Use will be a Field with the records Retail, Warehouse etc.  The records will be used to lookup the ratio, then in a calculation column will automatically multiply the measured area of the zone by the looked up ratio for that use yielding the parking stalls required.  Once setup, only 'Use' selections are entered from dropdown menu, the associated stalls are automatically calculated.  Please see the attached screenshots.  I appreciate your help with this.  Scott&lt;BR /&gt;
&lt;A href="https://drive.google.com/open?id=1JtW1fsZH44C2xI4sLhGabtI0TU_omSyZ" target="_blank"&gt;&lt;LINK_TEXT text="https://drive.google.com/open?id=1JtW1f ... I0TU_omSyZ"&gt;https://drive.google.com/open?id=1JtW1fsZH44C2xI4sLhGabtI0TU_omSyZ&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Fri, 14 Sep 2018 12:46:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243291#M31416</guid>
      <dc:creator>Scott Bulmer</dc:creator>
      <dc:date>2018-09-14T12:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Parking stall calculation based on Use - extracted from zone tool</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243292#M31417</link>
      <description>The above will accomplish your scheme --except I separated the use and factor options. In fact, the usage and factor fields could be combined, since the factors are fixed. If you use only one field for both usage and capacity factor the data would have to be extracted for either usage or parking spaces.&lt;BR /&gt;
&lt;BR /&gt;
Assuming a combined usage field of: Commercial - 100, for example. Extract the two variables (usage &amp;amp; factor) using the SPLIT command.&lt;BR /&gt;
&lt;BR /&gt;
The total of parking spaces can only be done within the schedule. There are a number of ways to approach this But not as complicated as it sounds.</description>
      <pubDate>Fri, 14 Sep 2018 14:32:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243292#M31417</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2018-09-14T14:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Parking stall calculation based on Use - extracted from zone tool</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243293#M31418</link>
      <description>Hi Gerry, thank you for the vote of confidence but this type of work is a little beyond my capabilities.  I will try.  In the attached link I successfully made the Option Set Use within Properties.  That property was used in a schedule to sort and total areas by Use, but I could not automatically create the calculation.  I had to export to a spreadsheet and manually create it.  The link shows side by side screenshots of schedules, where I input the Use categories in the Occupancy Schedule and sorted in the Parking Analysis Schedule.  Anyway, this is what is basically needed.  Thanks!  Scott&lt;BR /&gt;
&lt;A href="https://drive.google.com/open?id=1PtkKNROykmcZWkMaLTdZnQxvsQAp2cQv" target="_blank"&gt;&lt;LINK_TEXT text="https://drive.google.com/open?id=1PtkKN ... xvsQAp2cQv"&gt;https://drive.google.com/open?id=1PtkKNROykmcZWkMaLTdZnQxvsQAp2cQv&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Fri, 14 Sep 2018 16:41:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243293#M31418</guid>
      <dc:creator>Scott Bulmer</dc:creator>
      <dc:date>2018-09-14T16:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parking stall calculation based on Use - extracted from zone tool</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243294#M31419</link>
      <description>OK -- Made very,very quick and crude video to demo same&lt;BR /&gt;
&lt;A href="https://youtu.be/VeHmBXAyjTc" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="https://youtu.be/VeHmBXAyjTc" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;https://youtu.be/VeHmBXAyjTc&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;https://youtu.be/VeHmBXAyjTc&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
If you have any more question - still open to a 'goto' meeting --Other than that look at the Archicad help on expressions or contact TS.&lt;BR /&gt;
&lt;BR /&gt;
of course -- Spreadsheets work too?</description>
      <pubDate>Fri, 14 Sep 2018 19:37:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243294#M31419</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2018-09-14T19:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parking stall calculation based on Use - extracted from zone tool</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243295#M31420</link>
      <description>Gerry, incredible video that s very helpful and gets right to the point.  Well done and thank you so much.  I believe this is something which the entire community will benefit from.  Scott   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 14 Sep 2018 20:46:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243295#M31420</guid>
      <dc:creator>Scott Bulmer</dc:creator>
      <dc:date>2018-09-14T20:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parking stall calculation based on Use - extracted from zone tool</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243296#M31421</link>
      <description>Hi Gerry, I executed your work which worked with the exception that the rounding up should occur in the last step.  Each room should yield a fractional space.  Your calculation rounds up each space causing too many parking spaces to be counted.  For instance, .5 stall + .5 stall + .5 stall should total 1.5 stalls rounded up to 2 stalls in the grand total.  Yours totals 3 stalls.  Can you please advise what adjustment is required?  Really appreciate your time.  Thank you, Scott</description>
      <pubDate>Sun, 16 Sep 2018 03:24:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Parking-stall-calculation-based-on-Use-extracted-from-zone-tool/m-p/243296#M31421</guid>
      <dc:creator>Scott Bulmer</dc:creator>
      <dc:date>2018-09-16T03:24:05Z</dc:date>
    </item>
  </channel>
</rss>

