Parking alert (Panel): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
(Created page with "{{learned|what the parking alert is|how the parking alert is used|how to configure the parking alert}} {{stub}} ==General== The parking alert warns users when the amount of p...")
 
mNo edit summary
Line 8: Line 8:


The alert will appear when the amount of parking facilities required exceed the amount of parking facilities provided. The resulting panel will display the availability, demand, compliance rate, and remaining demand.
The alert will appear when the amount of parking facilities required exceed the amount of parking facilities provided. The resulting panel will display the availability, demand, compliance rate, and remaining demand.
==Panel==
[[File:parking alert panel.jpg|thumb|The parking alert.|300px|right]]
The alert shows the following information:
* The amount of parking facilities available.
* The amount of parking facilities demanded.
* The current compliance rate.
* The mandated compliance rate.
* The amount of parking facilities which need to be added to meet the mandated compliance rate.
{{clear}}
==Calculation==
<math>C_{c} = P_{c} / P_{d}</math>
The panels appears when <math>C_{c} < C_{d}</math>
where
* <math>P_{c}</math> is the current amount of parking lots
* <math>P_{d}</math> is the amount of parking lots demanded
* <math>C_{c}</math> is the current compliance rate
* <math>C_{d}</math> is the mandated compliance rate
The mandated compliance rate is set by the neighborhood's REQUIRED_PARKING_COMPLIANCE_RATE attribute. If the neighborhood does not have that attribute, the mandated compliance rate is equal to the compliance target of the [[Parking (Indicator)|Parking Indicator]]. If there is no such indicator in the project, the mandated compliance rate is 1.
==Configuration==
The Parking alert will work out-of-the-box. It should be loaded into the project as a [[Template Panel]], and templated on Neighborhoods.
For additional configuration, a neighborhood can be provided with a REQUIRED_PARKING_COMPLIANCE__RATE attribute.
==See also==
[[How to add an attribute]]


[[Category:Index]]
[[Category:Index]]

Revision as of 09:01, 18 February 2020

Template:Learned

This article is a stub.

General

The parking alert warns users when the amount of parking facilities in a given neighborhood is insufficient to comply with general demand or legislative requirements. The alert appears in the 3D world, indicating that the neighborhood the alert is over does not have enough parking spots. This alert is useful for:

  • Urban development project with broad relevant aspects, but where parking should not affect overall score
  • Environments with varying rates of required parking compliance

The alert will appear when the amount of parking facilities required exceed the amount of parking facilities provided. The resulting panel will display the availability, demand, compliance rate, and remaining demand.

Panel

The parking alert.

The alert shows the following information:

  • The amount of parking facilities available.
  • The amount of parking facilities demanded.
  • The current compliance rate.
  • The mandated compliance rate.
  • The amount of parking facilities which need to be added to meet the mandated compliance rate.

Calculation

The panels appears when

where

  • is the current amount of parking lots
  • is the amount of parking lots demanded
  • is the current compliance rate
  • is the mandated compliance rate

The mandated compliance rate is set by the neighborhood's REQUIRED_PARKING_COMPLIANCE_RATE attribute. If the neighborhood does not have that attribute, the mandated compliance rate is equal to the compliance target of the Parking Indicator. If there is no such indicator in the project, the mandated compliance rate is 1.

Configuration

The Parking alert will work out-of-the-box. It should be loaded into the project as a Template Panel, and templated on Neighborhoods.

For additional configuration, a neighborhood can be provided with a REQUIRED_PARKING_COMPLIANCE__RATE attribute.

See also

How to add an attribute