Next Article in Journal
Macadamia Breeding for Reduced Plant Vigor: Progress and Prospects for Profitable and Sustainable Orchard Systems
Next Article in Special Issue
Urban Traffic Flow Prediction Based on Bayesian Deep Learning Considering Optimal Aggregation Time Interval
Previous Article in Journal
Monitoring of Oil Spill Risk in Coastal Areas Based on Polarimetric SAR Satellite Images and Deep Learning Theory
Previous Article in Special Issue
Estimating Toll Road Travel Times Using Segment-Based Data Imputation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Framework for Providing Information about Parking Spaces

by
Navid Nadimi
1,*,
Mohammad Ali Zayandehroodi
1,
Rosalia Camporeale
2 and
Morteza Asadamraji
3
1
Faculty of Engineering, Shahid Bahonar University of Kerman, Kerman 76169-14111, Iran
2
Department of Technology and Society, Lund University, 223 62 Lund, Sweden
3
Faculty of Civil, Water and Environment Engineering, Shahid Beheshti University, Tehran 19839-69411, Iran
*
Author to whom correspondence should be addressed.
Sustainability 2023, 15(19), 14505; https://doi.org/10.3390/su151914505
Submission received: 1 September 2023 / Revised: 20 September 2023 / Accepted: 4 October 2023 / Published: 5 October 2023
(This article belongs to the Special Issue Advances in Smart City and Intelligent Transportation Systems)

Abstract

:
There is a serious imbalance between parking demand and capacity in cities due to limitations in their parking facilities. It is important for drivers to know about parking vacancies before their trips. Meanwhile, administrators need information about parking capacity and demand before a week begins to improve parking management. A method is proposed here for predicting parking demand and capacity by utilizing a Naïve Bayes model and different variables such as drivers’ characteristics and their trips, environmental conditions, parking attributes, and vehicle specifications. Tehran (Iran) is used as a case study etfor testing the model. Using the proposed model, it is possible to identify which parking facilities (and when) might experience spillover. For parking management and policy, demand management, and providing information about parking availability for drivers before their trips, this can be helpful.

1. Introduction

Motorization and urbanization have led to growth in the use of private cars and a need for parking spaces at destinations. There is an imbalance between parking demand and parking capacity in Central Business Districts (CBDs) [1]. As a result, finding a parking space in CBD areas can take a considerable amount of time, especially during peak periods [2]. Therefore, traffic congestion, energy loss, air pollution, crashes, and delays are all adversely affected [1,3]. In big cities particularly, it is imperative for both drivers and administrators to have access to parking information.
Using parking guidance information systems, users can find suitable parking spaces in a shorter amount of time [2]. Drivers can plan their trips better if they are informed about parking spaces and reservations before they leave [1]. Many studies are available about parking guidance information systems. Chou et al. (2008) proposed a guidance system for reducing the time needed to search for a parking space and to present parking prices [4]. Geng and Cassandras (2011) suggested a system for an optimized parking assignment based on queue analysis after collecting requests for parking spaces during a time interval [5]. Bessghair et al. (2012) proposed a system that relies on the communication of vehicles with each other for finding vacant parking spaces [6]. To develop parking information systems, Boudali and Ouada (2017) introduced a new method based on a multicriteria ranking and parking requests from drivers as a guide for finding optimal parking space [2]. Mei et al. (2020) used Fourier transform-least squares and a support vector machine for the real-time prediction of parking spaces for smart parking facilities [7]. Lu and Liao (2020) developed a framework for predicting parking occupancy and then allocating parking spaces to each user [8].
Gao et al. (2021) proposed a Dijkstra algorithm for parking information using smartphones [1]. Using electronic devices based on the internet for parking management is an emerging technology in recent decades [1,9,10] and can improve traffic efficiency [11]. Drivers also prefer using such facilities for parking reservations in order to have an optimal choice [1]. These systems usually work by using some sensors in the parking spaces to provide information about the parking vacancy and display them on an online platform. Since more than one driver can reserve a parking spot at the same time, most of these systems cannot guarantee parking vacancy until the driver reaches the reserved parking spot. There might also be congestion in a district if there are few vacant parking spaces, since several drivers may have driven there at the same time. Furthermore, most such systems do not consider important variables such as parking security, the distance between parking and destination, the distance between origin and parking position, and/or parking price [2,12].
It is beneficial for parking policy and management programmes (PPMPs) to understand parking spaces from the perspective of the administrator. The PPMP can affect travel modes, trip schedules, route choices, trip destinations, and parking rates [13,14]. When sustainability is a concern for the city, a PPMP can control and reduce the private vehicle share [15]. In this regard, Pandhe and March (2011) studied the correlation between parking availability and usage of sustainable transportation systems by conducting a survey in the CBD region of Melbourne, revealing that 35% of respondents used public transportation instead of parking [16]. In big cities, planning for land use is very important and equity is a crucial concern in space distribution [17]. A PPMP can help dedicate land for a suitable parking facility. A PPMP can be effective in reducing the risk of failure for certain types of parking facilities because they have high construction costs and must be economically feasible. As another advantage of PPMPs, appropriate parking pricing strategies can be proposed. According to Qin et al. (2020), parking vacancy information could shorten cruising time and balance parking resource use, resulting in fewer parking issues [18].
The parking demand and capacity under different conditions must be predicted in order to provide information about parking spaces for drivers and administrators. In order to predict demand, it is important to understand the parking choice behaviour of drivers [3]. Table 1 provides a brief review of the models used to identify and define users’ parking choices in various studies. Parking capacity is determined by the number of parking spaces, the duration of parking, and the rate at which parking spaces are turned over.
This paper contributes to predicting parking spaces and providing valuable information to administrators and drivers. A Naïve Bayes model is used to predict parking capacity and demand. According to the literature review, variables related to driver characteristics, environmental conditions, parking attributes, and trip details are considered. As a result of predicting the demand for and capacity of parking facilities, administrators can answer these research questions (RQ) in a given case study:
RQ 1: 
Are there parking facilities that may experience a demand-to-capacity ratio of one or more?
RQ 2: 
When is parking spillover more likely to occur?
RQ 3: 
In terms of reducing the probability of parking spillover, which variables are most important?
As a result of the outcomes and implications of the model, administrators can better manage PPMPs and determine the information that must be provided to drivers.

2. Method

To answer the research questions, it is necessary to predict the demand for and capacity of parking facilities in different districts of a city over time. Thus, facilities with demand-to-capacity ratios equal to or higher than one can be identified. The probability of parking in each type of parking facility can be calculated based on the characteristics of the driver, the weather, the parking attributes, and the details of the trip. Naïve Bayes as a classification tool was selected for this purpose.
The Naïve Bayes model uses conditional probability and originates from the known statistical method Bayes Theorem [34]. This is one of the supervised classification methods that uses training data to create a classification model. After training with this data, the model can predict the probability of placing each sample into each class based on the test data. It assumes that all examples’ attributes are independent, given that they are in a category. By assuming independence, the parameters for each feature can be learned separately, which simplifies learning when there are many features [34,35]. Naïve Bayes (NB) has the following advantages: easy implementation, high performance, smaller amount of training data, linear scaling, ability to deal with binary and multi-class classification problems, and ability to make probabilistic predictions. Furthermore, it can handle both continuous and discrete data while not being sensitive to irrelevant features [36,37].

2.1. Demand Prediction

A variety of variables, such as monetary costs, locations, and vehicle characteristics, have been used to study parking behaviour in the past. However, this study introduces a number of innovative variables, such as education, gender, age, physical health, luggage weight, vehicle value, and weather conditions. In this study, their influence on parking choices is examined. A number of other factors are also examined, including distance to the destination, parking security, charge rates, shelter availability, and parking duration. Our research using these variables will help us understand the complex decision-making processes individuals undergo when selecting parking options. The goal is to shed light on how these multifaceted aspects collectively influence parking choices by examining drivers’ lives and circumstances.
Via the incorporation of variables not extensively explored in prior research, this study presents a fresh perspective on parking choice analysis. As a result of this approach, it is possible to gain a better understanding of how individual attributes and environmental conditions affect parking preferences and behaviours. The purpose of this comprehensive examination is to contribute to the field’s knowledge base and provide a more holistic framework for understanding the intricate interplay of variables in parking decisions.
Based on the literature review presented in Section 1, parking choice can depend on different factors and variables as outlined in Table 2.
To calculate the demand for each type of parking facility, Equation (1) is proposed.
D i , j , k , l = W j , k , l × 1 N n = 1 N P ( i e n t e r ( E D U , G E N , , P D U ) n )
where:
  • W: Total demand;
  • i: Type of parking;
  • j: Time interval entering the parking;
  • k: District number;
  • l: Day of the week;
  • P ( i e n t e r ( ( E D U , G E N , , P D U ) n ) : Probability of entering parking type i for the nth person based on input variables;
  • N: Total number of parking applicants.
The probability of choosing each type of parking facility depends on the variables in Table 2. To calculate the probability for each person, we use Naïve Bayes.

2.2. Capacity Prediction

Equation (2) is suggested for predicting the capacity of each type of parking facility (number of available parking spaces). As seen for the demand prediction, the average probability of leaving a parking space at a specific time after an interval is calculated.
C i , J , k , l = C i , B a s e , k , l j = 2 J D i , j 1 , k , l + j = 1 J 1 P ¯ i , j , J , k , l × D i , j , k , l       D i , j 1 , k , l < C i , j 1 , k , l     a n d     J > 1 C i , J , k , l = j = 1 J 1 P ¯ i , j , J , k , l × D i , j , k , l           D i , j 1 , k , l C i , j 1 , k , l     a n d     J > 1 P ¯ i , j , J , k , l = ( 1 N n = 1 N P ( i , j , J ( E D U , G E N , , P D U   ) n ) ) C i , 1 , k , l = C i , B a s e , k , l
where:
  • Ci,J,k,l: Parking capacity of type i at time interval J;
  • P ( i , j , J ( E D U , G E N , , P D U   ) n : Probability of leaving a parking facility type “i” for the driver who entered at time j and left at time J;
  • Ci,Base: The capacity of each parking facility at the beginning of the first time interval.
Now it is possible to answer the first two research questions using Equations (1) and (2). To answer question 3, it is necessary to conduct a sensitivity analysis. For this purpose, different scenarios are made by considering different values for Wl,k,j, Ci,base, and other variables indicated in Table 2. Then, in each scenario and for each parking facility, the percentage of cases with a demand-to-capacity ratio (D/C) equal to one or more is determined. By comparing the frequency of cases with D/C ≥ 1 in different scenarios, the variables with the highest impacts on parking spillover can be determined.

3. Data

The first step to using the proposed method consists in training the Naïve Bayes models to calculate P ( i e n t e r ( ( E D U , G E N , , P D U ) n ) and P ( i , j , J ( E D U , G E N , , P D U   ) n . This requires a database and a case study. The Iranian capital, Tehran, has been selected for this purpose.
Tehran has serious problems concerning parking facilities since there are more than 10 million inhabitants and 20 million daily trips. About 40% of the modal share relates to passenger cars while 38% relates to public transit. The large portion of daily trips that occurs by car has caused problems with parking scarcity. Both drivers and administrators do not have enough information about the parking status before a week starts.
The data collection for training the Naïve Bayes models was performed by conducting field interviews in different situations. From August 2019 to November 2020, several interviewers tried to find out the characteristics of people who were parking their vehicles in a specific type of parking. They asked about the driver’s characteristics, the trip conditions, and the specifications of the vehicle. For each case, additional environmental conditions and parking details were recorded. To record the duration, the observers waited for the drivers to leave the parking lot. There are four types of parking facilities (i) analysed in this study: free on-street parking (P1), paid on-street parking (P2), one-level and multi-level parking (P3), and mechanized parking (P4). P1, P2, P3, and P4 do not include parking facilities which have specific parking lots for each person all the time. There are five selected time intervals (j): morning (6:00 to 10:00), pre-noon (10:00 to 12:00), noon (12:00 to 15:00), afternoon (15:00 to 17:00), evening (17:00 to 20:00), night (20:00 to 23:00), and midnight (23:00 to 6:00). In total, 902 drivers were interviewed and, after the pre-processing steps, 884 cases remained of which 70% of the cases were used for training the Naïve Bayes models. A descriptive analysis of the collected data is presented in Table 3.
A second round of interviews and data collection has focused on one specific district of Tehran (to test the model’s applicability) and users have been asked to complete an online questionnaire about their characteristics (based on the list provided in Table 2). In this district, different types of parking facilities are available, and people have enough knowledge about them. In this district, about 4.8% of trips are produced and 10.8% are attracted. The district’s population is about 3% of the city.
For the aim of brevity, the data from five requests have been presented as a sample in Table 4.
The specifications of the parking facilities and environmental conditions for a specific day of the week are assumed as in Table 5 and Table 6.

4. Results

There are two Naïve Bayes models for predicting the probability of entering and leaving a parking facility, ( P ( i e n t e r ( ( E D U , G E N , , P D U ) n ) and P ( i , j , J ( E D U , G E N , , P D U   ) n ). To check the model outputs, based on the confusion matrices, the performance metrics (that is, precision, recall, specificity, accuracy, and F1-score) are calculated for parking selection. The results are presented in Table 7. The runtime for the model was about 4 min using a PC with these configurations:
  • Processor: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60 GHz 2.59 GHz;
  • Installed RAM: 8.00 GB (7.90 GB usable);
  • System Type: 64-bit operating system, x64-based processor.
The correlation between input variables to control their independence is presented in Appendix A.
Based on the values of the variables in Table 4, Table 5 and Table 6, the probability of entering each kind of parking is calculated for each driver, as presented in Table 8 for the five sample cases.
The probability of leaving each parking facility after “G = J − j” time intervals is shown in Table 9 for the five sample cases.
Now, the average probabilities of entering each type of parking during a certain day and the average demand based on these probabilities are calculated based on Equation (2) and presented in Table 10 and Table 11, respectively. These values relate to 7200 registered requests for a Monday in District 6.
The average probabilities of leaving each parking facility are calculated and presented in Table 12.
The average capacity of each parking facility at each time interval (number of available parking spaces) is calculated using Equation (2) and presented in Table 13.
Based on the outputs of Table 12 and Table 13, it is possible to answer RQ1 and RQ2. For this purpose, Table 14 indicates the ratios of demand to capacity for each type of parking at different time intervals.
The shaded cells with D/C ≥ 1 relate to free on-street parking during the afternoon, evening, and multiple-level parking during the evening. Free on-street parking at noon also has the potential to become critical. Based on this table, it can be stated that the free on-street parking (P1) seems to be the one that needs more attention concerning a PPMP, while the paid on-street parking (P2) needs less attention.
To answer RQ3, it is necessary to carry out a sensitivity analysis. We have considered different values for Wj,k,l, CBase, and the variables of Table 3. Then, the changes in the number of cases with D/C ≥ 1 have been investigated. For this purpose, a matrix with 20 columns (input variables) and 1000 rows (combination of input variables with different values) has been made. For each record based on the input values, demand and capacity, and subsequently D/C, have been calculated.
The 10 variables that seem to have the highest impact on D/C variations have been reported in Table 15.

5. Discussion and Conclusions

Based on the answers to the research questions, for the specific case study presented in this paper (the city of Tehran, Iran), it can be stated that:
The free on-street parking spaces (P1) have the highest spillover potential. In addition to street type, lane number, bike lane presence, and traffic volume, free on-street parking facilities have a limited capacity. As a result, urban spaces are limited, and parking lots are difficult to expand [3,38]. The goal should be to decrease demand for them as a result. Dogru et al. (2017) also concluded that to decrease parking spillover, it is necessary to work on the demand side by changing drivers’ parking choice behaviour [39]. Demand management can be achieved via parking pricing. The lowest demand-to-capacity ratio is found in on-street paid parking. It might be a good idea to turn some free on-street parking spaces into paid parking spaces. Ottosson et al. (2013) also concluded that pricing can be an effective method for reducing parking duration [40]. However, high prices might be a threat to the economic vitality of a district [40]. Meanwhile, usually, residents oppose the changes concerning on-street parking spaces [38]. Thus, before any changes are made to the price of on-street parking spaces, it is good practice to investigate possible ways of persuading the residents [38].
Multiple-level parking (P3) is another parking type with a high probability of spillover. The construction of these facilities is expensive and requires special studies to determine the best location. Therefore, increasing their capacity is even more difficult than for on-street parking, and parking management must be directed towards reducing the total demand or shifting a group of users to paid on-street parking spaces.
There is a higher probability of spillover during the evening (17:00–20:00) and afternoon (15:00–17:00). There is a peak in demand at these times. According to Table 14, the main cause of parking facility failure is demand. As a result, the strategy should be to reduce the demand for parking during these times. It may be necessary to increase the price of parking facilities in order to accomplish this. A better method of reducing car use has been found in developed cities, particularly in Europe, by increasing the cost of car ownership [15,41]. Another intervention is to encourage people to shift to more sustainable transport modes.
Parking failures are affected by weather conditions and traffic congestion (see Table 14). As a result, if the weather conditions or traffic congestion change, there is a higher probability of failure when demand to capacity is close to one.
Demand-to-capacity ratios are least affected by parking facility specifications such as security and shelter availability.
Users’ characteristics and their trips have little impact on the spillover from parking facilities.
The proposed method in this paper allows administrators to predict the status of parking facilities in each district before the week begins. Afterwards, they can determine how to price each type of parking. As a result, the strategy can change from week to week. Users can also be provided with information about the status of parking facilities, spillover probabilities, and parking capacity. It can discourage them from using private cars for their trips and encourage them to use more sustainable modes of transportation. As a result, they would also spend less time searching for parking.
This paper proposes a method for providing information about parking facilities that is powerful and comprehensive. The problem is easy to solve and takes a short amount of time to solve. It is possible to calibrate the models based on any new data. Long-term data collection can improve the accuracy of the method. Sensors are not required in the parking spaces for the method to work. PPMP outputs are first visible to administrators, who can establish policies and then share the results with users. This method gives users more accurate information about spillover probabilities for each type of parking rather than information about vacancies, which can cause the problems discussed in the introduction.
Although the proposed method has been applied to a specific case study in this paper, its theoretical and/or methodological contributions are not limited to this case study. The results and discussion are particularly insightful and can be applied to other case studies.
This paper’s main limitation is that it ignores the fact that drivers will move to another parking space whenever a particular kind is full. Furthermore, gathering enough data to make the models reliable requires a lot of time and resources. The last limitation is that the weekly variations in PPMP are difficult for users to understand and it may be difficult for administrators to communicate their strategy.
A more advanced model could be proposed to eliminate parking facilities with a high probability of being selected by a user in the next step. In addition to municipalities collecting data, PPMPs can provide data gradually for the next steps, and the last limitation can also be solved gradually by providing education programmes and advertisements that make users familiar with such technologies. As a result, the long-term benefits of performing a PPMP outweigh its limitations.
In future studies, it is recommended to use other advanced tools to predict parking demand and capacity based on different input variables and for solving the limitations of current models. Using real data collected by local governments for each district of a city, a PPMP can be performed on the model outputs for each district and the outputs should be checked for efficiency before a PPMP can be conducted.

Author Contributions

Conceptualization, N.N.; methodology, N.N.; software, M.A.Z.; validation, M.A.Z.; formal analysis, M.A.Z.; investigation, N.N. and M.A.; resources, M.A.; data curation, M.A.; writing—original draft preparation, N.N.; writing—review and editing, R.C.; visualization, M.A.Z.; supervision, R.C.; project administration, N.N.; funding acquisition, M.A. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

This study did not require ethical approval.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data is available upon reasonable request.

Conflicts of Interest

The authors declare no conflict of interest.

Nomenclature

VariablesAbbreviation
Free on-street parkingP1
Paid on-street parkingP2
One-level and multiple-level parkingP3
Mechanized parkingP4
EducationEDU
GenderGEN
AgeAGE
Physical healthPHY
Average daily walking durationADW
Weight of accompanied luggageWAL
Vehicle valueVEV
Vehicle ageVEA
Weather conditionsWEC
Traffic congestion statusTCS
Frequency of weekly tripsFWT
Trip purposeTRP
Importance of the distance between parking and destinationDPD
Parking entering timej
Parking securityPAS
Parking charge ratePCR
Parking shelterPSH
Parking durationPDU

Appendix A

Table A1. Correlation of input variables.
Table A1. Correlation of input variables.
EDUGENAGEPHYADWWALVEVVEAFWTTCSTRPWECDPDPASPCRPSHPDU
EDU 1−0.0180.126 **0.016−0.077 *0.0130.194 **−0.051 *−0.069 *0.081 *−0.078 *−0.059 *0.055 *0.000−0.044−0.070 *0.124 **
GEN −0.01810.106 **0.066 *0.013−0.059 *0.0210.0430.117 **−0.058 *−0.036−0.044−0.0130.0380.0100.0240.036
AGE 0.126 **0.106 **10.158 **0.0270.081 *0.089 *0.101 **0.045−0.026−0.095 *0.067 *0.0210.018−0.0290.0080.061 *
PHY 0.0160.066 *0.158 **10.077 *0.112 **0.047−0.007−0.0130.052 *−0.067 *−0.0280.060 *0.060 *0.0270.040−0.025
ADW −0.077 *0.0130.0270.077 *10.160 **−0.036−0.090 *0.183 **0.112 **0.139 **0.074 *0.302 **0.0300.243 **0.113 **0.080 *
WAL 0.013−0.059 *0.081 *0.112 **0.160 **10.020−0.0030.0360.155 **0.0220.0130.155 **0.160 **0.199 **−0.005−0.087 *
VEV 0.194 **0.0210.089 *0.047−0.0360.0201−0.145 **−0.0050.024−0.0410.0420.016−0.070 *0.056 *0.071 *0.026
VEA −0.051 *0.0430.101 **−0.007−0.090 *0.036−0.145 **1−0.002−0.007−0.047−0.043−0.0030.043−0.070 *−0.092 *−0.041
FWT −0.069 *0.117 **0.045−0.0130.183 **0.036−0.005−0.00210.071 *0.109 **−0.040−0.0410.056 *0.107 **−0.033−0.047
TCS 0.081 *−0.058 *−0.0260.052 *0.112 **0.155 **0.024−0.0070.071 *1−0.028−0.0220.229 **0.278 **0.223 **−0.077 *0.059 *
TRP −0.078 *−0.036−0.095 *−0.067 *0.139 **0.022−0.041−0.0470.109 **−0.0281−0.0430.0060.059 *0.0430.053 *−0.050 *
WEC −0.059 *−0.0440.067 *−0.0280.074 *0.0130.042−0.043−0.040−0.022−0.04310.0470.0000.0470.091 *0.048
DPD 0.055 *−0.0130.0210.060 *0.3020.155 **0.016−0.003−0.0410.229 **0.0060.04710.157 **0.257 **−0.031−0.001
PAS 0.0000.0380.0180.060 *0.0300.160 **−0.070 *0.0430.056 *0.278 **0.059 *0.0000.15 **10.061 *−0.195 **−0.079 *
PCR −0.0440.010−0.0290.0270.243 **0.199 **0.056 *−0.070 *0.107 **0.223 **0.0430.0470.257 **0.061 *10.157 **−0.056 *
PSH −0.070 *0.0240.0080.0400.113 **−0.0050.071 *−0.092 *−0.033−0.077 *0.053 *0.091 *−0.031−0.195 **0.15 **10.085 *
PDU 0.124 **0.0360.061 *−0.0250.080 *−0.087 *0.026−0.041−0.0470.059 *−0.050 *0.04−0.001−0.079 *−0.056 *0.085 *1
* Significant at 0.05 level, ** Significant at 0.1 level.

References

  1. Gao, H.; Yun, Q.; Ran, R.; Ma, J. Smartphone-based parking guidance algorithm and implementation. J. Intell. Transp. Syst. 2021, 25, 412–422. [Google Scholar] [CrossRef]
  2. Boudali, I.; Ben Ouada, M. Smart Parking Reservation System Based on Distributed Multicriteria Approach. Appl. Artif. Intell. 2017, 31, 518–537. [Google Scholar] [CrossRef]
  3. Chai, H.; Ma, R.; Zhang, H.M. Search for parking: A dynamic parking and route guidance system for efficient parking and traffic management. J. Intell. Transp. Syst. 2019, 23, 541–556. [Google Scholar] [CrossRef]
  4. Chou, S.-Y.; Lin, S.-W.; Li, C.-C. Dynamic parking negotiation and guidance using an agent-based platform. Expert Syst. Appl. 2008, 35, 805–817. [Google Scholar] [CrossRef]
  5. Geng, Y.; Cassandras, C.G. Dynamic resource allocation in urban settings: A “smart parking” approach. In Proceedings of the 2011 IEEE International Symposium on Computer-Aided Control System Design (CACSD), Denver, CO, USA, 28–30 September 2011; pp. 1–6. [Google Scholar] [CrossRef]
  6. Bessghaier, N.; Zargayouna, M.; Balbo, F. Online Localized Resource Allocation Application to Urban Parking Management. In Proceedings of the 2012 IEEE/WIC/ACM International Conferences on Web Intelligence and Intelligent Agent Technology, Macau, China, 4–7 December 2012; Volume 2, pp. 67–74. [Google Scholar] [CrossRef]
  7. Mei, Z.; Zhang, W.; Zhang, L.; Wang, D. Real-time multistep prediction of public parking spaces based on Fourier transform–least squares support vector regression. J. Intell. Transp. Syst. 2020, 24, 68–80. [Google Scholar] [CrossRef]
  8. Lu, E.H.-C.; Liao, C.-H. Prediction-based parking allocation framework in urban environments. Int. J. Geogr. Inf. Sci. 2020, 34, 1873–1901. [Google Scholar] [CrossRef]
  9. Chen, X.; Liu, N. Smart Parking by Mobile Crowdsensing. Int. J. Smart Home 2016, 10, 219–234. [Google Scholar] [CrossRef]
  10. Geng, Y.; Cassandras, C.G. A new “Smart Parking” System Infrastructure and Implementation. Procedia Soc. Behav. Sci. 2012, 54, 1278–1287. [Google Scholar] [CrossRef]
  11. Caicedo, F. Real-time parking information management to reduce search time, vehicle displacement and emissions. Transp. Res. Part D Transp. Environ. 2010, 15, 228–234. [Google Scholar] [CrossRef]
  12. Wang, H.; He, W. A Reservation-based Smart Parking System. In Proceedings of the 2011 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS), Shanghai, China, 10–15 April 2011; pp. 690–695. [Google Scholar] [CrossRef]
  13. Albalate, D.; Gragera, A. The determinants of garage prices and their interaction with curbside regulation. Transp. Res. Part A Policy Pract. 2017, 101, 86–97. [Google Scholar] [CrossRef]
  14. Najmi, A.; Bostanara, M.; Gu, Z.; Rashidi, T.H. On-street parking management and pricing policies: An evaluation from a system enhancement perspective. Transp. Res. Part A Policy Pract. 2021, 146, 128–151. [Google Scholar] [CrossRef]
  15. Gössling, S. Why cities need to take road space from cars—And how this could be done. J. Urban Des. 2020, 25, 443–448. [Google Scholar] [CrossRef]
  16. Pandhe, A.; March, A. Parking availability influences on travel mode: Melbourne CBD offices. Aust. Plan. 2012, 49, 161–171. [Google Scholar] [CrossRef]
  17. Nello-Deakin, S. Is there such a thing as a ‘fair’ distribution of road space? J. Urban Des. 2019, 24, 698–714. [Google Scholar] [CrossRef]
  18. Qin, H.; Yang, X.; Wu, Y.-J.; Guan, H.; Wang, P.; Shahinpoor, N. Analysis of parking cruising behaviour and parking location choice. Transp. Plan. Technol. 2020, 43, 717–734. [Google Scholar] [CrossRef]
  19. Hunt, J.; Teply, S. A nested logit model of parking location choice. Transp. Res. Part B Methodol. 1993, 27, 253–265. [Google Scholar] [CrossRef]
  20. Golias, J.; Yannis, G.; Harvatis, M. Off-Street Parking Choice Sensitivity. Transp. Plan. Technol. 2002, 25, 333–348. [Google Scholar] [CrossRef]
  21. Shoup, D.C. Cruising for parking. Transp. Policy 2006, 13, 479–486. [Google Scholar] [CrossRef]
  22. van Ommeren, J.N.; Wentink, D.; Rietveld, P. Empirical evidence on cruising for parking. Transp. Res. Part A Policy Pract. 2012, 46, 123–130. [Google Scholar] [CrossRef]
  23. Ma, X.; Sun, X.; He, Y.; Chen, Y. Parking Choice Behavior Investigation: A Case Study at Beijing Lama Temple. Procedia Soc. Behav. Sci. 2013, 96, 2635–2642. [Google Scholar] [CrossRef]
  24. Ibeas, A.; Dell’Olio, L.; Bordagaray, M.; Ortúzar, J.D.D. Modelling parking choices considering user heterogeneity. Transp. Res. Part A Policy Pract. 2014, 70, 41–49. [Google Scholar] [CrossRef]
  25. Van der Waerden, P.; Timmermans, H.; da Silva, A.N.R. The influence of personal and trip characteristics on habitual parking behavior. Case Stud. Transp. Policy 2015, 3, 33–36. [Google Scholar] [CrossRef]
  26. Shaaban, K.; Pande, A. Classification tree analysis of factors affecting parking choices in Qatar. Case Stud. Transp. Policy 2016, 4, 88–95. [Google Scholar] [CrossRef]
  27. Soto, J.J.; Márquez, L.; Macea, L.F. Accounting for attitudes on parking choice: An integrated choice and latent variable approach. Transp. Res. Part A Policy Pract. 2018, 111, 65–77. [Google Scholar] [CrossRef]
  28. Meng, F.; Du, Y.; Li, Y.C.; Wong, S.C. Modeling heterogeneous parking choice behavior on university campuses. Transp. Plan. Technol. 2018, 41, 154–169. [Google Scholar] [CrossRef]
  29. Zong, F.; Yu, P.; Tang, J.; Sun, X. Understanding parking decisions with structural equation modeling. Phys. A Stat. Mech. Appl. 2019, 523, 408–417. [Google Scholar] [CrossRef]
  30. Ben Hassine, S.; Mraihi, R.; Kooli, E. Drivers’ Parking Choice Behavior. In Proceedings of the 2019 International Colloquium on Logistics and Supply Chain Management (LOGISTIQUA), Paris, France, 12–14 June 2019; pp. 1–7. [Google Scholar] [CrossRef]
  31. Assemi, B.; Baker, D.; Paz, A. Searching for on-street parking: An empirical investigation of the factors influencing cruise time. Transp. Policy 2020, 97, 186–196. [Google Scholar] [CrossRef]
  32. Ye, X.; Yang, C.; Wang, T.; Yan, X.; Li, S.; Chen, J. Research on parking app choice behavior based on MNL. Travel Behav. Soc. 2021, 25, 174–182. [Google Scholar] [CrossRef]
  33. Hu, X.; Bao, J.; Ma, T. Analysis of shared parking demander’ choice behavior based on elaboration likelihood model. Transp. Res. Interdiscip. Perspect. 2020, 9, 100311. [Google Scholar] [CrossRef]
  34. Vidhya, K.A.; Aghila, G. A Survey of Naive Bayes Machine Learning approach in Text Document Classification. Int. J. Comput. Sci. Inf. Secur. 2010, 7, 206–211. [Google Scholar]
  35. Aridas, C.K.; Karlos, S.; Kanas, V.G.; Fazakis, N.; Kotsiantis, S.B. Uncertainty Based Under-Sampling for Learning Naive Bayes Classifiers Under Imbalanced Data Sets. IEEE Access 2020, 8, 2122–2133. [Google Scholar] [CrossRef]
  36. Shi, Y.; Lu, X.; Niu, Y.; Li, Y. Efficient Jamming Identification in Wireless Communication: Using Small Sample Data Driven Naive Bayes Classifier. IEEE Wirel. Commun. Lett. 2021, 2337, 1375–1379. [Google Scholar] [CrossRef]
  37. Ray, S. A Quick Review of Machine Learning Algorithms. In Proceedings of the 2019 International Conference on Machine Learning, Big Data, Cloud and Parallel Computing (COMITCon), Faridabad, India, 14–16 February 2019; pp. 35–39. [Google Scholar]
  38. Kirschner, F.; Lanzendorf, M. Support for innovative on-street parking policies: Empirical evidence from an urban neighborhood. J. Transp. Geogr. 2020, 85, 102726. [Google Scholar] [CrossRef]
  39. Dogru, A.; Malaitham, S.; Okamura, M.; Fukuda, A.; Fukuda, T. Parking Management Policies Based on Behavior Analysis at Fatih District in Istanbul, Turkey. Transp. Res. Procedia 2017, 25, 5205–5219. [Google Scholar] [CrossRef]
  40. Ottosson, D.B.; Chen, C.; Wang, T.; Lin, H. The sensitivity of on-street parking demand in response to price changes: A case study in Seattle, WA. Transp. Policy 2013, 25, 222–232. [Google Scholar] [CrossRef]
  41. Nieuwenhuijsen, M.J.; Khreis, H. Car free cities: Pathway to healthy urban living. Environ. Int. 2016, 94, 251–262. [Google Scholar] [CrossRef] [PubMed]
Table 1. A review of parking choice behaviour.
Table 1. A review of parking choice behaviour.
AuthorsCase StudyVariablesModel
[19]Parking location choice in a large CBD of Edmonton, CanadaMonetary cost, separation from final destination, position relative to the trip being made, status of the parking surface, and searching timeNested logit model
[20]A part of the city centre of Piraeus in GreeceSearch time for a parking space, duration of parking, and walking time from the parking space to the final destinationLogit model
[21]-The price of curb parking, the price of off-street parking, parking duration, the price of fuel, the number of persons in the car, and the value of timesimple model of the benefits and costs
[22]Dutch National Travel SurveyParking fee information, parking timeempirical models
[23]Parking facilities in Beijing, ChinaWalking time, parking chargesmultinomial logit model
[24]The Spanish coastal town of SantonaVehicle age, being a local resident, and drivers’ value of timeA mixed logit model
[25]Parking information from villages of cities of Hasselt and Genk in BelgiumGender, education, and visiting frequency characteristicsregression model
[26]The City Center mall and the Souq Waqif shopping centre in the city of Doha, QatarSelecting between free and paid parking, intelligent parking space detectionBinary classification tree models
[27]Cartagena, ColombiaParking fee, search time, access time, a risk-averse attitude, and positive car carehybrid discrete choice model
[28]Parking at Tongji UniversityParking price, walking time, and number of free hoursmixed logit model
[29]Parking information from Beijing, ChinaParking period, parking location, and parking durationstructural equation model
[30]Tunisian drivers’ parking choiceSecurity, duration, and parking fees-
[31]A study in BrisbaneArrival time, frequency of trips, trip purpose, parking price, and traffic volumemultinomial logit model
[32]Parking information in ChinaReservation and shared parking spaces, available parking spaces, parking charges, and distance to the destinationmultinomial logit model
[33]-Walking distance and parking time, security risk information, parking feeElaboration Likelihood Model (ELM)
Table 2. Effective variables of parking choice behaviour.
Table 2. Effective variables of parking choice behaviour.
FactorsVariablesAbbreviation
DriverEducationEDU
GenderGEN
AgeAGE
Physical healthPHY
Average daily walking durationADW
Weight of accompanied luggageWAL
VehicleVehicle valueVEV
Vehicle ageVEA
EnvironmentalWeather conditionsWEC
Traffic congestion statusTCS
TripFrequency of weekly tripsFWT
Trip purposeTRP
Parking attributesImportance of the distance between parking and destinationDPD
Parking entering timej
Parking securityPAS
Parking charge ratePCR
Parking shelterPSH
Parking durationPDU
Table 3. Descriptive analysis of the collected data for training the Naïve Bayes models.
Table 3. Descriptive analysis of the collected data for training the Naïve Bayes models.
VariableCategoriesPercentVariableCategoriesPercent
EDU- High school
- Diploma
- Bachelor of Science (B.Sc.)
- Master of Science (M.Sc.)
- Doctor of Philosophy (Ph.D.)
19.6
13.7
31.8
23.3
11.6
WAL (Kilogram)Nothing
<2
2–4
4–6
>6
14.3
22.7
27.4
20.6
15
GENFemale
Male
63.2
36.8
VEV (USD)Less than 5000
5000–10,000
10,000–15,000
More than 15,000
28.6
31.1
22.3
18
AGE18–24
24–30
30–40
40–50
50–60
>60
8
30.4
24.2
14.1
16
7.3
VEA (Year)0 to 40-
PHYHealthy
Having a previous illness
98.3
1.7
FWT2
3
4
5
6
7
4.6
5.3
21.3
22.5
32.6
13.7
ADW (Minutes)<15
15–30
30–45
45–60
>60
37.7
24
18.3
15
5
TCSVery low
Low
Medium
Congested
Highly congested
5.4
6.3
40.6
29.3
18.4
TRPEducation
Work
Leisure
Shopping
Medical
I’m a driver
Multipurpose
16.7
20
7.7
12.3
8.3
3.7
31.3
WECWindy
Clear
Cloudy
Rainy
Snowy
18
22.6
25
12
22.4
DPD (Meter)<100
100 to 200
200 to 400
400 to 800
800 to 1000
>1000
26.5
22.2
14.8
12.3
21
3.2
JMorning
Pre-noon
Noon
Afternoon
Evening
Night
Midnight
27.5
11.7
15.6
13
18.3
9.8
4.1
PASGood
Medium
Poor
Very poor
34.7
33.6
19
12.7
PCR Free
Less than 5
5 to 10
10 to 15
15 to 20
20 to 25
25 to 30
30 to 35
15
18.7
13
17.4
17
8
7.6
3.3
PSHNot available
By trees
With a constructed shelter
61.3
16
22.7
PDU (Minutes)<10
10 to 20
20 to 30
30 to 45
45 to 60
60 to 120
>120
31.3
15.2
18.1
10.6
5.8
11
8
Table 4. A sample of the registered people for the parking facilities of a specific zone in Tehran.
Table 4. A sample of the registered people for the parking facilities of a specific zone in Tehran.
People IDEDUGENAGEPHYADWWALVEVVEAFWTTRPDPDjPDU
1High schoolMale18–24Healthy<15Nothing<500012Education<1001<10
2DiplomaFemale24–30Healthy15–30<25000–10,00023Work100 to 200210 to 20
3B.Sc.Male30–40Healthy30–452–410,000–15,00034Leisure200 to 400320 to 30
4M.Sc.Female40–50Healthy45–604–6>15,00045Shopping400 to 800430 to 45
5Ph.D.Male50–60Healthy>60>6<500056Multipurpose800 to 1000545 to 60
Table 5. Specifications of parking facilities in a district of Tehran.
Table 5. Specifications of parking facilities in a district of Tehran.
SpecificationsParking Type
P1P2P3P4
CBase12006007501000
PASPoorMediumMediumGood
PCRFreeLess than 5Free5 to 10
PSHNot availableBy treesNot availableWith a constructed shelter
Table 6. Environmental conditions for a specific day in Tehran.
Table 6. Environmental conditions for a specific day in Tehran.
WECTCS
ClearMedium
Table 7. Performance metrics for the Naïve Bayes models.
Table 7. Performance metrics for the Naïve Bayes models.
Demand Model ActualPredictedPrecision%Recall%Specificity%F1-ScoreAccuracy%
P1P2P3P4
Training P121361148991899080
P234210565709467
P32881974819377
P4229811186749580
Test P197610128778928278
P24337667669366
P33661573819077
P47457476828979
Table 8. Probability of entering each kind of parking facility for each person.
Table 8. Probability of entering each kind of parking facility for each person.
People IDTime IntervalProbability of Entering
P1P2P3P4
1Morning0.8010.0010.1920.004
2Pre-noon0.9470.0070.0430.001
3Noon0.8190.0010.1710.006
4Afternoon0.6050.0050.3860.001
5Evening0.4300.0060.5560.007
Table 9. Average probabilities of leaving each type of parking.
Table 9. Average probabilities of leaving each type of parking.
People IDEntering TimeG = J − jProbability of Leaving
P1P2P3P4
1Morning10.3370.0480.3130.300
2Pre-noon50.8760.0150.1060.002
3Noon30.0250.02210.1150.837
4Afternoon20.6890.0650.2220.022
5Evening20.0020.5380.0670.391
Table 10. Average probabilities for each parking.
Table 10. Average probabilities for each parking.
TimeAverage Probabilities of Entering
P1P2P3P4
Morning0.5860.0340.3090.069
Pre-noon0.6000.0360.2490.113
Noon0.7190.0430.1390.097
Afternoon0.8040.0330.1380.024
Evening0.6090.0440.2400.105
Night0.6230.0510.2210.103
Midnight0.5760.0040.3280.091
Table 11. Average demand for each type of parking.
Table 11. Average demand for each type of parking.
TimeAverage Demand for Entering
P1P2P3P4
Morning8224843397
Pre-noon60037250113
Noon6473912588
Afternoon12065020837
Evening103675409180
Night3743113362
Midnight580339
Table 12. Average probabilities of leaving each parking facility.
Table 12. Average probabilities of leaving each parking facility.
Entering TimeG = J − jAverage Probabilities of Leaving
P1P4P3P4
Morning10.4550.1370.2500.156
20.4570.0530.1440.344
30.4600.3140.1360.088
40.4090.1340.0850.365
50.0640.4160.2060.312
60.1140.4520.1500.2823
70.4660.1300.2210.181
Pre-noon10.4820.1910.1500.178
20.4750.2090.1460.171
30.6220.0590.2730.045
40.3670.2440.2530.137
50.4550.0450.0640.436
60.7180.1610.0600.061
Noon10.3620.3290.1330.176
20.4750.1130.2900.121
30.4060.1430.2170.234
40.3740.0080.2350.384
50.5570.0270.1230.292
Afternoon10.6370.0170.0450.302
20.1250.1070.3520.416
30.2970.2010.2710.231
40.2450.0170.2800.458
Evening10.4680.1680.0730.291
20.5210.2040.2020.074
30.2170.0520.5710.159
Night10.3250.3580.1200.196
20.7260.0790.1540.041
Midnight10.1690.1250.4020.304
Table 13. Average capacities of each parking.
Table 13. Average capacities of each parking.
TimeAverage Capacity
P1P2P3P4
Morning15007509001200
Pre-noon10547055301136
Noon7416883131017
Afternoon1017639234953
Evening686616137947
Night1507550249817
Midnight1967491438721
Table 14. Demand-to-capacity ratios.
Table 14. Demand-to-capacity ratios.
TimeP1P2P3P4
Morning0.5480.0640.4810.081
Pre-noon0.5690.0520.4720.099
Noon0.8730.0570.3990.087
Afternoon1.1860.0780.8890.039
Evening1.5100.1222.9850.190
Night0.2480.0560.5340.076
Midnight0.0290.0000.0750.012
Table 15. The variables with the highest impact on D/C.
Table 15. The variables with the highest impact on D/C.
VariableRelative Importance
Total demand 1
Initial capacity0.616
Parking charge rate0.348
Weather conditions0.345
Traffic congestion status0.298
Gender0.280
Age0.271
Physical health0.248
Average daily walking duration0.229
Weight of accompanied luggage0.208
Vehicle value0.199
Vehicle age0.167
Frequency of weekly trips0.166
Education0.157
Trip purpose0.147
Distance between parking and destination0.134
Parking start time0.132
Parking security0.109
Parking shelter0.096
Parking duration0.068
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Nadimi, N.; Zayandehroodi, M.A.; Camporeale, R.; Asadamraji, M. A Framework for Providing Information about Parking Spaces. Sustainability 2023, 15, 14505. https://doi.org/10.3390/su151914505

AMA Style

Nadimi N, Zayandehroodi MA, Camporeale R, Asadamraji M. A Framework for Providing Information about Parking Spaces. Sustainability. 2023; 15(19):14505. https://doi.org/10.3390/su151914505

Chicago/Turabian Style

Nadimi, Navid, Mohammad Ali Zayandehroodi, Rosalia Camporeale, and Morteza Asadamraji. 2023. "A Framework for Providing Information about Parking Spaces" Sustainability 15, no. 19: 14505. https://doi.org/10.3390/su151914505

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop