Parking alert (Panel): Difference between revisions
(→Panel) |
No edit summary |
||
Line 12: | Line 12: | ||
[[File:parking alert panel.jpg|thumb|The parking alert.|300px|right]] | [[File:parking alert panel.jpg|thumb|The parking alert.|300px|right]] | ||
The alert panel shows the following information: | The alert panel shows the following information: | ||
* The amount of parking | * The amount of parking lots available. | ||
* The amount of parking | * The amount of parking lots demanded. | ||
* The current compliance rate. | * The current compliance rate. | ||
* The mandated compliance rate. | * The mandated compliance rate. | ||
* The amount of parking | * The amount of parking lots which need to be added to meet the mandated compliance rate. | ||
{{clear}} | {{clear}} | ||
==Calculation== | ===Calculation=== | ||
<math>C_{c} = P_{c} / P_{d}</math> | <math>C_{c} = P_{c} / P_{d}</math> | ||
Line 32: | Line 32: | ||
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. | 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. | ||
== | ==Additional configurations== | ||
The Parking alert will work out-of-the-box. It should be loaded into the project as a [[Template Panel]], and templated on Neighborhoods. | The Parking alert will work out-of-the-box. It should be loaded into the project as a [[Template Panel]], and templated on Neighborhoods. | ||
The alert will automatically support Dutch and English, based on the project's language settings. | The alert will automatically support Dutch and English, based on the project's language settings. | ||
For additional configuration, a neighborhood can be provided with a REQUIRED_PARKING_COMPLIANCE__RATE attribute. | For additional configuration, a neighborhood can be provided with a REQUIRED_PARKING_COMPLIANCE__RATE attribute. See also [[How to add an attribute]] | ||
[[How to add an attribute]] | |||
[[Category:Index]] | [[Category:Index]] |
Revision as of 10:39, 27 February 2020
General
Wat is the Parking alert?
The parking alert is a panel with a 3D icon which warns users when the amount of parking facilities in a given neighborhood is insufficient to comply with general demand or legislative requirements. This alert is useful for:
- Urban development projects
- Different spatial plans are compared in the 3D world
The alert appears in the 3D world when the amount of parking facilities required exceed the amount of parking facilities provided in a given neighborhood. The resulting panel will display the availability, demand, compliance rate, and remaining demand. The color of the popup of the alert will change based on the compliance deficit.
Alert panel
The alert panel shows the following information:
- The amount of parking lots available.
- The amount of parking lots demanded.
- The current compliance rate.
- The mandated compliance rate.
- The amount of parking lots 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.
Additional configurations
The Parking alert will work out-of-the-box. It should be loaded into the project as a Template Panel, and templated on Neighborhoods.
The alert will automatically support Dutch and English, based on the project's language settings.
For additional configuration, a neighborhood can be provided with a REQUIRED_PARKING_COMPLIANCE__RATE attribute. See also How to add an attribute