-
Notifications
You must be signed in to change notification settings - Fork 28
(dev) Requirements: Parking Panel Explained
var | description |
---|---|
max |
the maximum number of spaces needed. |
spaces_needed |
required number of spaces for this property. |
factor |
the divisor used to dtermine the spaces needed. |
unit |
always 'square feet'. |
parking_doctor_count |
number of practitioners. |
parking_size_existing |
size of the property. |
parking_proptype |
business type. |
fee |
the estimated Parking Deficiency Fee. |
Choose appropriate space/fee factor for the business type
If there is only one practitioner and the size of the practice is less than 1200 square feet:
- factor is 400.
- there is no max.
If there is more than one practitioner OR the practice is larger than 1200 square feet:
- factor is 200.
- max is 5x the number of practitioners.
Calculate the number of spaces needed
Divide the size of the property by factor. Limited by max.
Calculate the fee
- Find out how many addiitonal spaces are required by subtracting the existing number of spaces from the
spaces_needed
. - Multiply this by a fixed constant, 106.25.
- 1 parking space for each 400 square feet of floor area
- 3 spaces for each lubrication or service bay
- 1 space for each employee on the day shift
- 1 space for each 400 square feet floor area
- 1.5 spaces for each ATM machine
- 1 space for each 400 square feet floor area
- 1.5 spaces for each table
- 1 space for each 5 beds
- 1 space for each employee
- 1 space for every 5 guests
- 1 space for the resident owner or manager
- 1 space for each 1‚000 square feet of floor area
1 space for each employee
1 space for each employee 1 space for each 10 students
1 space for each employee 1 space for each 3 students
Multi-program fitness facilities 1 space for each 100 square feet of floor area If floor space exceeds 15‚000 square feet‚ an additional 10% of parking spaces required
Single-program fitness facilities Aerobics: 1 space for each 50 square feet of floor area Basketball & volleyball: 1 space for each 3 persons of occupancy Lap pool: 2 spaces per lane Lap pool: 1 space for each 300 square feet of non-pool floor area (area that is not water) Weightlifting: 1 space for each 250 feet of floor area If total floor space exceeds 15‚000 square feet‚ an additional 10% of parking spaces required
Restaurants‚ bars‚ other food service establishments‚ and nightclubs without live entertainment 1 space for each 120 square feet of floor area
Restaurants with counter‚ take-out‚ or drive-in service 1 space for each 120 square feet of floor area 1 space for each 50 square feet of floor area devoted to counter/take-out service