1. Introduction
Although haze pollution in China has decreased in recent years, it still occurs frequently in northern areas with unique industrial structures, causing considerable disruption to people’s lives. Water, dust, water vapor, and smoke in the air cause haze, which reduces horizontal visibility to less than 10 km [1,2]. The fundamental cause of haze is a particulate matter with a dynamic equivalent diameter of less than or equal to 2.5 microns [3]. According to studies, over 1.6 billion people worldwide are affected by urban air pollution [4]. The number of cardiovascular, pulmonary, dermatological, and other hospital departments has increased because of smog [5]. People who spend a long period in such an atmosphere face serious health concerns, which can lead to a variety of disorders [6]. Furthermore, air pollution might endanger human mental health in both the natural environment and the indoor environment [7]. When the weather is terrible, people are more likely to be pessimistic, which can lead to sadness, an increased risk of negative conduct, and a decrease in subjective well-being [8,9]. Weibo is popular as a “cloud communication” tool because of its short content and real-time communication. Weibo is a data source with high research value since it can generate a large number of multi-source and real-time information in a short amount of time [10]. Tao [9] analyzed the content and sentiment of Weibo comments about the city’s air quality and tourists’ perceptions of air quality to contribute to the city’s building. Jia [11] used the simultaneous equation model to examine microblog data and the impact of social media on environmental governance. Wang et al. [12] used microblog check-in data to investigate the temporal and spatial aspects of tourism flow in Lanzhou, which is beneficial to the rational development of tourism resources. A huge number of haze-related theme microblogs will be generated in the case of haze. These wide data can be utilized to better understand people’s perceptions of haze and the effects of haze on mental health. The ability to tolerate and adjust to psychological strain and bad emotions brought on by adversity is referred to as psychological tolerance. When haze occurs, people’s psychological tolerance will vary depending on pollution levels and individual sensitivity. Varied Weibo numbers, themes, and sentiment trends reveal that people have different psychological proclivities when it comes to social media.
This study employs relevant Weibo data and unearths useful information to provide a reference for resource allocation and urban management in the event of haze. It also takes into account the topics of concern, the number of Weibo users and their emotions, and employs multiple Weibo datasets to assess the psychological impact of haze to provide an effective reference for the establishment of psychological early warning mechanisms in the event of haze.
1.1. Sentiment Analysis
Sentiment analysis, also known as opinion mining and tendency analysis, uses data mining and natural language processing (NLP) technologies to analyze, process, judge, and summarize subjective texts with emotional color [13]. It can be used to understand people’s attitudes toward a social phenomenon or their preferences for something [14], which is very important for opinion research, information prediction, and artificial intelligence. There are two kinds of sentiment analysis for microblog data: machine-learning algorithms and sentiment lexicon. It is very important in the fields of opinion judgment, information prediction, and artificial intelligence [15,16].
To calculate scores and determine emotional polarity, the sentiment lexicon approach uses an emotion dictionary [17]. Shashank et al. [18] suggested “SentiDraw”, a new approach based on traditional Pointwise Mutual Information (PMI) and star rating. In terms of emotion classification, this method is more accurate. By computing semantic similarity, Araque et al. [19] built a sentiment classification model with good classification performance. Abdulmohsen et al. [20] developed a Saudi dialect emotion dictionary (SauDiSenti) based on a traditional emotion dictionary that had a positive impact on emotion analysis. The naive Bayes classifier, support vector machine, maximum entropy, and other machine learning classifiers are currently in use [21]. Alsayat [22] employed word-embedding technology to develop the LSTM network, which has high classification accuracy and can understand new, unusual words. Uni et al. [23] used an aspect-based emotion analysis model to achieve automatic emotion categorization, which is superior to typical deep learning architecture. Garcia-ordas et al. [24] suggested an emotion analysis algorithm that can handle any length of audio to realize audio data emotion analysis in real time.
1.2. Mental Health Impact Assessment
Haze weather was featured in the official natural catastrophes list in 2014, and it turned out to be terrible weather. As a result, haze has long been a hotbed for academic research. In terms of the impact of haze on mental health, Song et al. [25] used the probit model to examine the impact of haze on human subjective happiness and discovered that inhabitants in heavy haze locations with higher income levels were happier. Using two rounds of cross-sectional survey data from 92 Chinese cities, Wang et al. [26] investigated the impact of haze pollution and commuting behavior on life satisfaction. Li et al. [27] conducted a questionnaire study on 605 pregnant women in Nanjing to assess the influence of PM2.5 exposure and risk perception on the psychological stress of pregnant women, and corresponding recommendations were made, such as encouraging pregnant women to exercise outside in sunny weather.
Previous research has largely focused on emotional attitudes during a certain period or during a hot event and has rarely looked at changes in emotional attitudes over time or the spatial disparities between different regions. When it came to studies on the psychological effects of haze, the majority of them used a simple sampling survey to do a rough emotional analysis rather than conduct an in-depth quantitative characterization. This study is based on the analysis of subjective text, lengthy timeseries, and spatial heterogeneity elements as well as the long-term trend of public opinion events. The goal of this work was to perform a spatio-temporal analysis of haze emotions using a simple Bayesian-based emotion mining algorithm, investigate ways of quantitatively characterizing psychological effects, and quantify the psychological impact index of the haze.
2. Materials and Methods
2.1. Study Area
Beijing, Tianjin, Shanxi, Hebei, Inner Mongolia, Liaoning, and Shandong provinces are included in the study area because they are significantly more seriously contaminated by haze and are typical research sites for “haze”-related research. The Beijing-Tianjin-Hebei region is part of the “Capital Economic Circle”, which governs Beijing, Tianjin, and several cities in Hebei Province. Because of its unique physical environment and development conditions, this region was once known as China’s foggiest, so choosing it as the research area is significant. At the same time, Shanxi Province, Shandong Province, Inner Mongolia Province, and Liaoning Province are chosen as the references, which have comparative relevance, using this region as the center and expanding outwards. Figure 1 depicts the study area’s geographical position.
2.2. Datasets and Data Processing
2.2.1. Data Collection
This research primarily uses two types of data: air quality data and data from microblogs. The former is derived from the air quality index website (
2.2.2. Sample Data Collection and Processing
Microblog data are unstructured data with a great deal of noise, such as repeated data, commercial adverts, special symbols, and so on, which a computer cannot handle directly. Preprocessing processes such as data cleaning, text segmentation, and stop word filtering can increase accuracy and efficiency. In this paper, Python was used to remove emojis, labels, and weblinks, while Jieba word segmentation tool was used to partition data into words. The hit-stop words table is then loaded to filter “me, you, he”, and other stop words before the original microblog data are turned into structured data made up of many words. Table 1 shows the outcomes of the data preprocessing.
2.2.3. Other Data
Indicators of the ecological environment and social economy, mostly from the urban statistics yearbook, are among the other data sources. Indicators were collected from 2013 to 2019 (winter). Ecological environmental indicators include air quality (µg/m3), temperature (°C), relative humidity (percent), wind speed (m/s), and pollution days (d), with a month as the temporal resolution and a province as the spatial resolution. Population density (person/km2), per capita GDP (yuan), the proportion of secondary industry (percent), the proportion of built-up area (percent), road area (10,000 m2), per capita green space area (m2), education level, and gender ratio (male = 100) are some of the social economic indicators. The temporal resolution of these indicators is a month, and the spatial resolution is a province.
2.3. Research Method
This study aims at the quantitative evaluation of psychological tolerance in the case of haze. Firstly, the SnowNLP model is used to calculate the sentiment score, the number of microblog users, and the number of microblogs, and other indicators are used to define the haze perception index and calculate PM2.5 seasonal mean value. Based on this, we integrated other index data to realize the evaluation of psychological tolerance at provincial scale and prefecture level city scale, respectively, and clarify its temporal and spatial characteristics. The method flowchart is shown in Figure 2.
2.3.1. SnowNLP
The naive Bayes algorithm [29] is based on the Bayes theorem and assumes that each condition feature is independent of the others [30]. SnowNLP is a Chinese natural language-processing package that includes features such as Chinese word segmentation, emotion analysis, text keyword extraction, post-tagging, text classification, and text abstract extraction [31]. In terms of emotion analysis, the SnowNLP library features a built-in emotion analysis model that was trained in advance using commodity review data, but it does not work well with microblog data. As a result, this study manually highlighted the emotional tendencies of 28,000 microblog texts, and the emotion analysis model was retrained to fit the needs of this study.
To streamline the corpus and calculate each word occurrence probability, P (word), and the probability of different categories of words appearing, P (word|category), we used Python programming language to read microblog Excel data, called the pre-trained SnowNLP model; training data calculation based on the labeled with complete prior probability, P (category); and, finally, calculated target words belonging to the positive or negative posterior probability, P (category|word), to determine the ultimate emotion rating is determined by the estimated likelihood value. The result of the SnowNLP emotion analysis is a number between 0 and 1. When the result exceeds 0.5, it means that emotion is skewed toward pleasant feelings. The more positive the emotion, the higher the value. When the value is less than 0.5, on the other hand, the emotion is more likely to be negative. The more negative the emotion, the lower the value [32].
2.3.2. AHP-Entropy Method
The analytic hierarchy process (AHP) was proposed by American operational research scientist Sass in the 1970s [33]. It is an evaluation process that combines qualitative and quantitative methods. The specific analytic procedure [34] is as follows: problems are decomposed in top-down order into target-rules-scheme layers, and the degree of correlation and relative relevance of components at each layer can be determined in some way. The basic idea is to divide complex problems into hierarchical structures, use the scale of proportion to compare the relative importance of factors at two levels, create a comparative judgment matrix for two levels, solve the corresponding weight, and choose the weight calculation method to calculate the total weight of the overall target layer [35,36,37]. The following processes are involved in using AHP to analyze complicated problems: creating a hierarchical structure model, creating a factor attribute judgment decision table, solving judgment matrix weight, and calculating and sorting comprehensive weight.
The primary premise of the entropy method is to divide the overall assessment target layer into the index of the lower level and then to evaluate the overall objective by evaluating a single factor. The AHP method is logical, but the process of judging the relative importance degree among the index factors when constructing the judgment matrix is subjective. As a result, the entropy weight method was introduced in this study, which uses the entropy magnitude of the index to determine the relative weight, reducing the subjectivity of AHP and improving the assessment model’s reliability. Entropy was first created from the notion of thermodynamics in physics, and it is now widely explored in numerous domains [38,39,40]. It is mostly used to reflect the degree of chaotic measure of a given system. Entropy is a measure of how much information is there, and the more information a given indicator component holds, the more relevant it is for the evaluation. When the gap between the assessment objectives on a particular indicator is considerable, the smaller the entropy, the more information the indicator factor has, and the greater its weight in the evaluation system.
-
(1). Matrix of Index Judgment
Experts assessed the relative value of indicators to create a judgment matrix. The feature vector corresponding to its greatest feature value is calculated on this basis, and the component vector of this vector relates to the weight of indicators and the judgment matrix’s assessment criteria, as shown in Table 2.
The upper (lower) half matrix and the lower (upper) half matrix of the matrix are reciprocal, and the diagonal number is 1. If the element of the i-row and j-column of the upper half matrix is aij, the off-duty matrix corresponds to an element where i represents the index’s row number, and j represents the index’s column number.
-
(2). Calculation of Feature Vectors and a Consistency Test
This technique is highly subjective, as the aforementioned index judgment matrix provides subjective scores based on expert opinions, and as a result, the index of consistency of CR value is used to quantitatively test the matrix’s scientific rationality, and the CR test’s main formula is provided in Equation (1):
(1)
(2)
The numerator CI is used to test the matrix’s consistency, whereas RI is used to test the matrix’s average random consistency, which is a constant that relies on the order. Table 3 shows the most generally used order matching the RI value. In the CI test formula, n denotes the matrix order, and max is the typical root, which is computed from the matrix. When the CR value is less than 0.1, the matrix is regarded as consistent; when the CR value is greater than 0.1, the matrix is considered inconsistent, and the judgment matrix should be rejected or adjusted properly.
-
(3). Calculate the weight of the index entropy
The index with % as a unit is zeroed out throughout the standardization process, and the value of 0 after normalized standardization is substituted. Then, 0 is replaced with 0.01, and the difference can be ignored to make the calculation result as close to the objective fact as possible.
Calculate the weight Pij of the ith evaluation object under the jth index factor:
(3)
where Pij is the weight of the ith evaluation object under the jth index factor.Calculate the entropy of the index:
(4)
where is the entropy value of the jth evaluation index factor, and m is the number of evaluation objects.Finally, calculate the entropy weight of the index: , is the entropy weight of the jth evaluation index factor.
-
(4). Weight of the Combination
The comprehensive weight of the index is obtained by synthesizing the subjective weight and the objective weight, , where is the subjective weight of the indicator, is the objective weight of the indicator, is the comprehensive combination weight of the indicator, and i = 1, 2, 3,…, m. The Lagrangian operator is introduced in the calculation for optimization to ensure that the is close to the and the .
2.3.3. Haze Psychological Tolerance Index
A tolerance index was proposed in this study as the basis for a quantitative assessment of psychological tolerance at the prefecture level. To quantitatively assess people’s psychological tolerance under haze conditions and analyze the psychological impact of haze on individuals, the number of microblogs, emotional inclination, and air quality index were used as evaluation indices. The tolerance index is determined using the following formula:
(5)
where T is the tolerance index, is the number of positive microblogs, is the number of negative microblogs, is the mean positive sentiment score, is the mean negative sentiment score, and is the PM2.5 concentration. In a hazy condition, the larger the index, the higher people’s psychological tolerance is; otherwise, tolerance is poor. Meanwhile, the change trend and rule of psychological tolerance may be determined by comparing the tolerance index in different years. The number of microblogs is based on statistical analysis, the emotional value is computed using the SnowNLP model, and the PM2.5 concentration is based on the average processing of the original data. These variables are counted and calculated, and the psychological tolerance index is calculated using the algorithm above.2.3.4. Method of Spatiotemporal Trajectory
Initially, the spatial-temporal trajectory method was widely employed in land-use studies. It is a technique for analyzing spatio-temporal dynamic changes in a given attribute and estimating spatio-temporal properties of continuous or discontinuous occurrences [41]. The change of the study item (phenomenon or thing) has special time continuity in space according to this technique [42,43,44,45,46,47,48,49,50,51], and the spatio-temporal change track of the grid can be represented by changing numbers or characters, such as CCBC, 1232, 3212, and so on. Each code represents the research object’s change kind during the change procedure. The combination of codes can be used to obtain not only the state information of the study item in a given time sequence but also the trajectory of its change in space [52].
If the change process has P classifications, the study object may have P states at the same time point; if the study object intercepts q time phases, the study object has Pq spatio-temporal change trajectory [44]. The spatio-temporal change trajectory is expressed by the following raster calculation formula:
(6)
where C denotes the spatio-temporal trajectory code corresponding to the study object on the whole timeseries, q denotes the number of time phases within the whole timeseries (q > 1), Pi denotes the raster data of the study object corresponding to the i-time phase. The following is the precise procedure: (1) create a map from the index vector distribution map (the indicators in this study are the Weibo emotion score, hazy perception index, and psychological tolerance index); (2) reclassify the raster data according to the index’s specific value (usually separated into 5 groups with 1–5 values assigned to each); and (3) use the ArcGIS raster calculation tool and the aforementioned algorithm to calculate the temporal and spatial trajectory change code of raster elements.3. Results and Discussion
3.1. Sentiment Analysis
We obtained the result of the emotion value by SnowNLP sentiment analysis, which is presented in Table 4. The Weibo data utilized to construct the emotion score have a very low temporal resolution. Since PM2, the sentiment score of seven provinces and cities in the winter from 2013 to 2019 was calculated using the same temporal resolution. We estimated the average sentiment score for the entire winter using five concentrations spread on a seasonal scale. ArcGIS was used to create a regional and temporal distribution map of emotion based on the emotional calculation findings of seven provinces and cities, as shown in Figure 3. At the same time, the haze perception index was created, which has the same temporal resolution as the sentiment score, and the temporal resolution is season, and the spatial and temporal distribution of PM2.5 concentration and haze perception index was created, which has the same temporal resolution as the sentiment score, and the temporal resolution is season, as shown in Figure 4 and Figure 5. Seven province capitals are represented by the stars.
Figure 3 shows that red denotes a good sentiment score, blue denotes a negative sentiment score, and the color depth denotes the degree of emotion. The research area included 66 cities. Red signifies a positive sentiment score, blue denotes a negative sentiment score, and the color depth denotes the degree of emotion, as seen in Figure 2. Dark red, for example, elicits a more pleasurable response than bright red. Based on the precise circumstances of emotion score, this study divides (0.36–0.76) into 20 cells (the minimum value is 0.36 and the maximum value is 0.76). The number of negative cities increased, then decreased, then increased, then decreased from 2013 to 2019, with a trend of first increasing, then dropping, then increasing, and then declining. Overall, the number of cities with negative emotions is dropping, which is the inverse of the sentiment score trend. The more cities with negative emotions, the more unpleasant the total sentiment. In a horizontal comparison, Inner Mongolia has the happiest feelings, but the other regions have good and negative emotions that are staggered.
Figure 4 demonstrates that, on average, people’s perceptions of haze intensity grew stronger from 2013 to 2015 and then steadily diminished from 2016. In a horizontal comparison, the degree of haze perception changes as haze pollution and people’s comprehension of the phenomena varies. People’s perceptions of haze were a little behind in the early stages of haze pollution. Following the formal announcement, haze became associated with catastrophic weather, and the degree of hazy perception increased dramatically. As more individuals acknowledge the occurrence of haze, the amount of discussion about it reduces, resulting in a weakening of haze perception.
Figure 5 shows that from 2013 to 2019, PM2.5 concentrations were 90, 88, 75, 80, 86, 60, and 67 (μg/m3), and air quality first increased, then decreased, then increased, and then decreased, which was counter to the change rule of microblog emotion, indicating that microblog emotion was negatively correlated with PM2.5. The pollution degree in the Beijing-Tianjin-Hebei region and several cities in Shandong province is generally higher than that of other regions according to a horizontal comparison of spatial differences. The worst-affected province is Hebei, whereas Inner Mongolia has the finest air quality.
3.2. Local Keyword Analysis
PM2.5, microblog quantity, and microblog sentiment score were all subjected to timeseries analysis in this study. When the prefecture-level city was chosen as the spatial scale, the data volume was vast and difficult to gather, resulting in a large number of missing values, which made the experimental analysis challenging. As a result, the province was selected as the geographical scale for conducting a timeseries analysis of associated indicators in each province in the research region. Referring to the literature [53], text keywords were extracted using the TF-IDF keyword extraction algorithm, and the TF (term frequency) value, IDF (inverse document frequency), and the product of the TF-IDF value for preprocessed Weibo words were calculated using Python. The higher the value, the more likely it is that the terms will be used as keywords. The following conclusions were drawn from keyword analysis of the local peak of the curve (Figure 6): Each indicator’s extreme values come around holidays or major time nodes. As an example, consider Beijing: People are often in a good mood during the holidays and express their concerns about haze in various ways, such as the desire to minimize haze and the satisfaction of seeing the haze go. However, when people return to Beijing after their vacations, especially after the Spring Festival, some people will be depressed. For example, after the Spring Festival, most people dread work, groan about the haze in Beijing, and fear the health problems produced by the smog as opposed to the holidays at home. Holidays, it can be observed, are the differentiating node in people’s perceptions of haze. People are more likely to express favorable views during the holidays, but their feelings are unpleasant afterward, and they express negative views.
3.3. Psychological Tolerance
Haze is a prevalent form of bad weather in China, especially in the autumn and winter. Several studies have found that haze pollution harms human mental health by interfering with hormone secretion. Mental health is crucial; yet, it is easy to overlook it. The majority of present research focuses on the causes and mechanisms of haze pollution as well as the impact of haze on production and life, with only a few studies examining the influence of haze on people’s mental health. The psychological tolerance index is offered in this study to quantify people’s psychological tolerance. To examine the provincial spatial difference, the weight of 18 indicators was measured at the province level using the AHP-entropy weight approach. Relevant indicators were chosen at the prefecture-level city level to construct the psychological tolerance index model, which serves as a theoretical foundation for the development of a psychological early warning mechanism.
3.3.1. Provincial Scale
-
(1). Evaluation Index System
Three system layers, namely ecological environment, social economy, and social media, were finally selected to establish an evaluation system and construct a hierarchical structure model based on the principles of science, typicality, operability, and systematicity, reviewing relevant literature, and considering all factors. The psychological tolerance index is the first layer; the second layer is the system layer, which includes three first-level indicators, namely ecological environment, social economy, and social media; and the third layer is the indicator layer, which includes a total of 18 second-level indicators under each system layer, as shown in Table 5.
The ecological data were obtained from the Climate Data Center, the social and economic data were obtained from the city statistics yearbook, and the social media data were statistically analyzed based on the foregoing findings. Because the indices used in the study pertain to different dimensional levels, the range standardization method was chosen to compensate for this.
-
(2). Matrix of Index Judgment
This study asked 10 experts to score and develop four judgment matrices, including one first-level indicator judgment matrix as given in Table 6 and three second-level indicator judgment matrices as shown in Table 7, Table 8 and Table 9, to ensure the rationality of index scoring.
-
(3). Calculation of Feature Vectors and a Consistency Test
The CR and CI values of the four judgment matrices are less than 0.1, indicating that the judgment matrices are consistent, and weights are produced for these judgment matrices by calculating the feature vector. After calculating the target layer’s weights, the criteria layer’s intra-group weights can be calculated, and the product of the two is the criterion layer’s final absolute weight value.
-
(4). Weight of the Combination
Calculate the index entropy weight and comprehensively calculate it with the weight of analytic hierarchy process, and the weight of each index factor in the evaluation system was obtained, and the calculation results are shown in Table 10.
By multiplying the comprehensive weight value with the standard normalized index value xi, we can obtain the psychological tolerance index in the haze situation: , i = 1, 2, 3,…, m. The results of the calculation are shown in Table 11, and the timeseries analysis of the obtained indexes is shown in Figure 7.
Figure 7 shows that: (1) from 2013 to 2019, the psychological tolerance of provinces and cities in the study region decreased-increased-decreased-increased-increased-increased-decreased (As shown by the arrow trend in the Figure 7); (2) abnormal psychological tolerance developed in various periods; for example, in 2015, Tianjin’s psychological tolerance reached an all-time low, and Shandong and Shanxi provinces also displayed a unique changing rule, indicating that their tolerance differed from that of other regions. Shandong province’s psychological tolerance decreased in 2016, and Shanxi province’s psychological tolerance decreased in 2017 (As shown by the dotted ellipse in the figure). Other provinces and cities’ psychological tolerance grew within the same time period; (3) the degree of tolerance can be divided into two groups using 0.5 as the threshold. Shanxi Province, Liaoning Province, and Inner Mongolia are among the regions with a high level of tolerance, whereas the other four provinces have a low level of tolerance.
3.3.2. Prefecture Level City Scale
The haze psychological tolerance index was calculated using the Formula (5), and a comprehensive evaluation grade classification map was created using ArcGIS. The evaluation results are displayed in Figure 8.
3.4. Analysis of Spatiotemporal Trajectories
Vector rastering, reclassification, raster calculation, and other operations are performed on the spatiotemporal analysis results of psychological tolerance using the spatio-temporal trajectory method (Formula (6)) to obtain the spatial and temporal trajectory changes of prefecture-level city-scale psychological tolerance, as shown in Figure 9 and Figure 10.
In Figure 9, code 1 denotes a low tolerance, code 2 a lower tolerance, code 3 a moderate tolerance, code 4 a higher tolerance, and code 5 a high tolerance. The findings of the spatio-temporal trajectory analysis reveal that the spatio-temporal trajectory of psychological tolerance at the prefecture-level city scale is complicated, with 20 different types of spatio-temporal trajectory alterations.
4. Discussion
Figure 8 demonstrates that, when all prefecture-level cities in the study area’s psychological tolerance values are added together, the psychological tolerance indexes under the prefecture-level city scale from 2013 to 2019 are 0.273607, 0.339138, 0.167824, 0.385077, 0.461151, 0.552613, and 0.382478, indicating the trend of increasing, decreasing, increasing, increasing, increasing, increasing, and decreasing. In contrast, the horizontal, which includes the number of microblogs, emotions, and a measure of psychological tolerance at the prefecture-level city scale, reveals that people’s psychological tolerance does not gradually improve as haze pollution improves but rather fluctuates based on a variety of influencing factors.
The spatio-temporal trajectory changes of psychological tolerance at the scale of prefecture-level cities can be categorized into five types, as shown in Figure 9 and Figure 10: no change type, increase–decrease type, decrease–increase–decrease type, increase–decrease–increase type, and complex change type: (1) The no change type denotes no change in psychological tolerance, and cities that fall under this category include Hohhot; (2) the decline–rise type shows a decrease in psychological tolerance followed by an increase, and cities in this category include Beijing, Chifeng, and Inner Mongolia; (3) the decline–rise–decline type denotes a decrease in psychological tolerance, followed by an increase and lastly a decrease, and cities that fall under this category include Qinhuangdao, Cangzhou, Shijiazhuang, Tangshan, Handan, Xingtai, Baoding, Langfang, Hengshui, Zhangjiakou, Chengde, Hebei Province, Anshan, Fushun, Benxi, Dandong, Jinzhou, Yingkou, Fuxin, Liaoyang, Chaoyang, Panjin, Tieling, Huludao, Dalian, Shenyang City, Inner Mongolia, Erdos, Tongliao, and Ulanqab; (4) the rise–decline–rise type denotes that psychological tolerance increases first, then decreases, and then increases again, and those cities are Taiyuan, Datong, Yangquan, Changzhi, Jincheng, Shuozhou, Jinzhong, Yuncheng, Xinzhou, Linfen and Luliang in Shanxi Province, Zibo, Zaozhuang, and Dongying in Shandong Province; (5) the amount of psychological tolerance evolves in a complex manner, and cities of this sort are characterized by complex transformation: Tianjin, Jinan, Qingdao, Yantai, Weifang, Jining, Tai’an, Weihai, Rizhao, Linyi, Dezhou, Liaocheng, Binzhou, and Heze in Shandong Province and Alxa League, Baotou, Wuhai, Bayannur, Xilin Gol League, Hulunbuir, and Xing’an League in Inner Mongolia were characterized by such complexity.
5. Conclusions
The SnowNLP model and AHP-entropy weight method were used to investigate the impact of haze events on urban crowd activities in seven provinces and cities in north China, east China, and northeast China. The virtual space was used as the research perspective, and the SnowNLP model and AHP-entropy weight method were used to investigate the influence of haze events on urban crowd activities.
In conclusion, we found that the spatial-temporal distribution of microblog emotion, hazy perception, and PM2 are all related to each other. Five indicators were mapped, and it was discovered that each indication has its own unique temporal change patterns while also having a correlation with one another. In general, the more significant the haze pollution, the more negative people’s emotions are, and the more heated the haze discussion is. The relaxation and joyous environment of the holidays, on the other hand, causes a reversal of feeling in haze situations, and the issues of concern on haze events become more cheerful.
The psychological tolerance of haze pollution does not increase gradually as haze pollution improves but rather shows a variety of complex changes as haze pollution progresses; the results of spatio-temporal trajectory analysis show that there are five types of changes in psychological tolerance at the municipal scale, namely no change, decrease–increase, increase–decrease–increase, decrease–increase, and complex change.
This study focused on existing indicators for the quantitative assessment of psychological tolerance, and through the collection of existing indicators, an assessment index system was built, and the quantitative modeling of psychological tolerance was finally completed, which is useful for understanding the population’s psychological tolerance level during the development of haze pollution. However, because we only examined historical data and did not investigate future development, a significant amount of work remains to model and train the development of psychological tolerance in a hazy condition in order to anticipate future development.
Formulation of the study, system, and methods conceptualization, H.L.; investigation, X.R.; data collection, X.R. and R.L.; data methodology, validation, X.R. and H.L.; computer code and software execution, H.L.; writing—original draft preparation, H.L.; writing—review and editing, X.R. and G.F.G.; G.F.G. contributed a scientific insight in the experiments and analysis. All authors have read and agreed to the published version of the manuscript.
Not applicable.
Not applicable.
The air quality data we used are from the air quality index website and are available online at (
We are grateful to the air quality index website and Sina platform, as they provided the main dataset for the study, and all our friends and advisers for their valuable help and comments.
The authors have no conflict of interest.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Figure 3. The temporal and spatial dispersion of the sentiment score (red (+); blue (−)). (The stars indicate the capitals of seven provinces).
Figure 4. Perception of haze on a temporal and spatial scale. (The stars indicate the capitals of seven provinces).
Figure 5. PM2.5 concentrations have a temporal and spatial distribution. (The stars indicate the capitals of seven provinces).
Figure 8. Psychological tolerance’s temporal and spatial distribution in prefecture-level cities. (The stars indicate the capitals of seven provinces).
Figure 9. Temporal and spatial changes of prefecture level city scale psychological tolerance in winter 2013–2019. (The stars indicate the capitals of seven provinces).
Figure 10. Psychological tolerance index types with spatial and temporal variation. (The stars indicate the capitals of seven provinces).
Text preprocessing on a microblog.
Original Microblog | Cleaned Microblog | Remove Stop Words |
---|---|---|
What businesses have been closed or banned as a result of the recent blue sky cloudy weather? | The hazy weather has been substantially reduced in return for the current blue sky, and businesses have been shut down or outlawed. | Many businesses have closed as a result of the recent hazy weather, and the current blue sky has been outlawed. |
Toxins and harmful substances are eliminated from the body by enzymes that serve no other purpose but to keep the body healthy; consequently, health comes first! | During highly hazy days, enzymes are required to remove toxins and hazardous chemicals from the body; therefore, health comes first. | On days when there is a lot of haze, enzymes remove toxins and poisonous substances from the body. |
Haze is made up of a variety of substances that will most likely thicken in the skin! (Puhuangyu Community Health Center) | Haze has several substances that will likely build up in the skin. | The substances that cause haze block skin. |
Criteria for scoring in the judgment matrix.
Comparative Score | Relative |
Explanation |
---|---|---|
1 | Equally crucial | Indicates that both variables are equally important |
3 | Significantly important | One element has a tiny advantage over another |
5 | Important | One component takes precedence over another |
7 | Extremely significant | One aspect is far more significant than the other |
9 | Extremely crucial | One aspect is far more crucial than the others |
2, 4, 6, 8 | Adjacency has a middle value. | When a compromise between the two components is required, these values are employed |
The RI is the average random consistency index.
Matrix Order | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|---|---|---|---|---|---|---|---|---|
RI value | 0 | 0 | 0.58 | 0.90 | 1.12 | 1.24 | 1.32 | 1.41 | 1.45 |
Example of calculation result of emotion value of microblog data.
Cleaned Microblog | Release Time | Sentiment Score | Sentiment Tendency |
---|---|---|---|
There are no foggy days in life as long as the heart is clear. New Year’s greetings for 2017! | 1 January 2017, 09:44 | 0.710162602 | Positive |
The haze is such that still have the heart to fire the gun; I have nothing to say. | 1 February 2017, 08:01 | 0.32582773 | Negative |
On a polluted day, high school students acted as nature’s vacuum cleaners, while teachers stayed with their haze masks. | 4 May 2017, |
0.460606061 | Negative |
This winter haze days really too much less awesome. | 18 December 2017, 11:56 | 0.809009009 | Positive |
Evaluation index system.
Target Layer | Rule Layer | Index Layer |
---|---|---|
Psychological tolerance |
Ecological environment |
Air quality (μg/m3, C1), temperature (°C, C2), relative humidity (%, C3), wind speed (m/s, C4), pollution days (d, C5) |
Social economy |
Population density (person/km2, C6), per capita GDP (CNY, C7), proportion of secondary industry (%, C8), proportion of built-up area (%, C9), road area (10,000 m2, C10), per capita green space area (m2, C11), education level (C12), gender ratio (female = 100, C13) | |
Social |
Number of microblogs (C14), correlation coefficient of number (C15), sentiment score (C16), correlation coefficient of sentiment (C17), topic index (C18) |
Primary index judgment matrix.
Primary Index | Ecological Environment | Social Economy | Social Media |
---|---|---|---|
Ecological environment | 1 | 4 | 0.33333 |
Social economy | 0.25 | 1 | 0.14286 |
Social media | 3 | 7 | 1 |
Secondary index judgment matrix 1.
Secondary Index | Temperature | Air Quality | Relative Humidity | Wind Speed | Pollution Days |
---|---|---|---|---|---|
Temperature | 1 | 5.95733 | 5.37924 | 6 | 1 |
Air quality | 0.16786 | 1 | 0.36 | 2.35832 | 0.34832 |
Relative humidity | 0.18591 | 2.77778 | 1 | 2.63424 | 0.13234 |
Wind speed | 0.166667 | 0.42399 | 0.37962 | 1 | 0.16982 |
Pollution days | 1 | 2.87092 | 7.55629 | 5.88859 | 1 |
Secondary index judgment matrix 2.
Secondary Index | Population Density | Per Capita GDP | Proportion |
Proportion of |
Road Area | Per Capita Green |
Education |
Gender |
---|---|---|---|---|---|---|---|---|
Population density | 1 | 0.68472 | 0.15402 | 0.65873 | 0.52938 | 0.62348 | 0.31245 | 0.53981 |
Per capita GDP | 1.46045 | 1 | 0.28564 | 2.43921 | 2.32913 | 0.31569 | 0.29837 | 2.4 |
Proportion of secondary industry | 6.49284 | 3.50091 | 1 | 2.5 | 1 | 2.47921 | 2.68931 | 2.78931 |
Proportion of built-up area | 1.51807 | 0.40997 | 0.4 | 1 | 0.5 | 0.33333 | 0.57532 | 0.5 |
Road area | 1.88901 | 0.42934 | 1 | 2 | 1 | 0.7 | 0.65 | 2.63922 |
Per capita green space area | 1.60391 | 3.16766 | 0.40335 | 3 | 1.42857 | 1 | 2.42324 | 2.58482 |
Education level | 3.20051 | 3.35154 | 0.37184 | 1.73816 | 1.53846 | 0.41267 | 1 | 2.35382 |
Gender ratio | 1.8525 | 0.41667 | 0.35851 | 2 | 0.37879 | 0.38687 | 0.42484 | 1 |
Secondary index judgment matrix 3.
Secondary Index | Number |
Correlation |
Sentiment |
Correlation |
Topic |
---|---|---|---|---|---|
Number of microblogs | 1 | 0.31582 | 0.166667 | 0.45225 | 0.12424 |
Correlation coefficient of number | 3.16636 | 1 | 0.65392 | 1.1 | 0.16667 |
Sentiment score | 6 | 1.52924 | 1 | 1.27 | 0.72737 |
Correlation coefficient of sentiment | 2.21116 | 0.90909 | 0.7874 | 1 | 1.1 |
Topic index | 8.04894 | 6 | 1.37482 | 0.90909 | 1 |
Calculation results of the index weight.
Target Layer | System Layer | Index Layer | AHP | Entropy Weight Method | Combination Weight |
---|---|---|---|---|---|
Psychological tolerance |
Ecological |
Air quality (C1) | 0.103307 | 0.01794 | 0.070799 |
Temperature (C2) | 0.021266 | 0.087627 | 0.046536 | ||
Relative humidity (C3) | 0.027740 | 0.059598 | 0.039871 | ||
Wind speed (C4) | 0.012561 | 0.07623 | 0.036806 | ||
Pollution days (C5) | 0.098562 | 0.054243 | 0.081686 | ||
Social |
Population density (C6) | 0.029542 | 0.114473 | 0.061884 | |
Per capita GDP (C7) | 0.004224 | 0.033572 | 0.015400 | ||
The proportion of secondary industry (C8) | 0.008478 | 0.070581 | 0.032127 | ||
The proportion of built-up area (C9) | 0.020486 | 0.064344 | 0.037187 | ||
Road area (C10) | 0.004855 | 0.068431 | 0.029065 | ||
Per capita green space area (C11) | 0.009563 | 0.050828 | 0.025277 | ||
Education level (C12) | 0.014204 | 0.055002 | 0.029740 | ||
Gender ratio (C13) | 0.011559 | 0.024712 | 0.016568 | ||
Social |
Number of microblogs (C14) | 0.033488 | 0.022391 | 0.029262 | |
The correlation coefficient of number (C15) | 0.090235 | 0.03637 | 0.069723 | ||
Sentiment score (C16) | 0.159775 | 0.034084 | 0.111912 | ||
The correlation coefficient of sentiment (C17) | 0.124904 | 0.096453 | 0.114070 | ||
Topic index (C18) | 0.249201 | 0.033121 | 0.166918 |
Comprehensive evaluation results of psychological tolerance.
2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 | |
---|---|---|---|---|---|---|---|
Beijing | 0.48971 | 0.506841 | 0.602236 | 0.432072 | 0.447645 | 0.541737 | 0.521512 |
Tianjin | 0.495376 | 0.422032 | 0.378095 | 0.501404 | 0.426962 | 0.53912 | 0.498869 |
Hebei | 0.491715 | 0.453081 | 0.557138 | 0.363952 | 0.446847 | 0.548772 | 0.527312 |
Liaoning | 0.632011 | 0.539867 | 0.591269 | 0.569133 | 0.569305 | 0.72548 | 0.674516 |
Shanxi | 0.553621 | 0.510981 | 0.564137 | 0.561731 | 0.650882 | 0.613825 | 0.542213 |
Shandong | 0.598622 | 0.426567 | 0.576922 | 0.48618 | 0.434261 | 0.50842 | 0.502466 |
Inner Mongolia | 0.637273 | 0.566498 | 0.644165 | 0.539332 | 0.689162 | 0.731031 | 0.697857 |
References
1. Sun, Y.; Zhuang, G.; Tang, A.; Wang, Y.; An, Z. Chemical characteristics of PM2.5 and PM10 in haze-fog episodes in Beijing. Eviron. Sci. Techonol.; 2006; 40, pp. 3148-3155. [DOI: https://dx.doi.org/10.1021/es051533g] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/16749674]
2. Tan, J.; Duan, J.; Chen, D.; Wang, X.; Bi, X.; Fu, J. Chemical characteristics of haze during summer and winter in Guangzhou—ScienceDirect. Atmos. Res.; 2009; 94, pp. 238-245. [DOI: https://dx.doi.org/10.1016/j.atmosres.2009.05.016]
3. Huang, J.; Mcqueen, J.; Wilczak, J.; Djalalova, I.; Stajner, I.; Shafran, P.; Delle, M.L. Improving NOAA NAQFC PM2.5 Predictions with a Bias Correction Approach. Weather Forecast; 2017; 32, pp. 407-421. [DOI: https://dx.doi.org/10.1175/WAF-D-16-0118.1]
4. Krzyzanowski, M. Health Effects of Transport-Related Air Pollution; Krzyzanowski, M.; Kuna-Dibbert, B.; Schneider, J. WHO Regional Office Europe: Copenhagen, Denmark, 2005; Volume 97, pp. 418-419.
5. Zhang, J.; Guo, C.; Xu, H.; Li, Y.; Zhang, L.; Dong, C.; Shi, Y.; Qian, H.; Jin, Q. Time series study on the relationship between air pollution and outpatient volume of respiratory diseases in a hospital in Shanghai. Environ. Occup. Med.; 2014; 31, pp. 846-851.
6. Chow, J.C.; Watson, J.G.; Mauderly, J.L.; Costa, D.L.; Wyzga, R.E.; Vedal, S.; George, M.H.; Altshuler, S.L.; Marrack, D.; Heuss, J.M. et al. 2006 critical review discussion—Health effects of fine particulate air pollution: Lines that connect. J. Air Waste Manag. Assoc.; 2006; 56, pp. 1368-1380. [DOI: https://dx.doi.org/10.1080/10473289.2006.10464545] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/17063860]
7. Bian, X. Effects of environmental pollution on mental health. Mod. Prev. Med.; 2008; 35, pp. 414-415.
8. Tao, Y.; Zhang, F.; Shi, C.; Chen, Y. Social media data-based sentiment analysis of tourists’ air quality perceptions. Sustainability; 2019; 11, 5070. [DOI: https://dx.doi.org/10.3390/su11185070]
9. Liu, H.; Chen, Y.; Ma, L. Effect of time-varying exposure to air pollution on subjective well-being. J. Clean. Prod.; 2021; 281, 125364. [DOI: https://dx.doi.org/10.1016/j.jclepro.2020.125364]
10. Tian, X.; Yu, G.; He, F. An analysis of sleep complaints on Sina Weibo. Comput. Hum. Behav.; 2016; 62, pp. 230-235. [DOI: https://dx.doi.org/10.1016/j.chb.2016.04.014]
11. Wang, J.; Jia, Y. Social media’s influence on air quality improvement: Evidence from China. J. Clean. Prod.; 2021; 298, 126769. [DOI: https://dx.doi.org/10.1016/j.jclepro.2021.126769]
12. Wang, L.; Yan, C.; Li, W. Study on temporal and spatial characteristics of tourism flow based on Sina Weibo big data—Taking Lanzhou as an example. Tour. Trib.; 2017; 32, pp. 94-105.
13. Zhao, Y.; Qin, B.; Liu, T. Summary of text emotion analysis. J. Softw.; 2010; 21, pp. 1834-1848. [DOI: https://dx.doi.org/10.3724/SP.J.1001.2010.03832]
14. Wankhade, M.; Rao, A.C.S.; Kulkarni, C. A survey on sentiment analysis methods, applications, and challenges. Artif. Intell. Rev.; 2022; pp. 1-50. [DOI: https://dx.doi.org/10.1007/s10462-022-10144-1]
15. Bollen, J.; Pepe, A.; Mao, H. Modeling public mood and emotion: Twitter sentiment and socio-economic phenomena. Proceedings of the International AAAI Conference on Web and Social Media; Catalonia, Spain, 17–21 July 2011; Volume 5, pp. 450-453.
16. Gemechu, G.F.; Rui, X.; Lu, H. Wetland Change Mapping Using Machine Learning Algorithms, and Their Link with Climate Variation and Economic Growth: A Case Study of Guangling County, China. Sustainability; 2021; 14, 439. [DOI: https://dx.doi.org/10.3390/su14010439]
17. Dashtipour, K.; Gogate, M.; Gelbukh, A.; Hussiain, A. Extending persian sentiment lexicon with idiomatic expressions for sentiment analysis. Soc. Netw. Anal. Min.; 2022; 12, 9. [DOI: https://dx.doi.org/10.1007/s13278-021-00840-1]
18. Sharma, S.S.; Dutta, G. SentiDraw: Using star ratings of reviews to develop domain specific sentiment lexicon for polarity determination. Inf. Process. Manag.; 2021; 58, 02412. [DOI: https://dx.doi.org/10.1016/j.ipm.2020.102412]
19. Araque, O.; Zhu, G.; Iglesias, C.A. A semantic similarity-based perspective of affect lexicons for sentiment analysis. Knowl.-Based Syst.; 2019; 165, pp. 346-359. [DOI: https://dx.doi.org/10.1016/j.knosys.2018.12.005]
20. Abdulmohsen, A.T.; Qubayl, A.; Abdulaziz, A. Sentiment lexicon for sentiment analysis of Saudi dialect tweets. Procedia Comput. Sci.; 2018; 14, pp. 301-307.
21. Aydogan, E.; Akcayol, M.A. A comprehensive survey of sentiment analysis takes using machine learning techniques. INISTA Sinaia Rom.; 2016; [DOI: https://dx.doi.org/10.1109/INISTA.2016.7571856]
22. Alsayat, A. Improving Sentiment Analysis for Social Media Applications Using an Ensemble Deep Learning Language Model. Arab. J. Sci. Eng.; 2022; 47, pp. 2499-2511. [DOI: https://dx.doi.org/10.1007/s13369-021-06227-w]
23. Uni, A.; Corcoran, P.; Spasi, I. Aspect-based sentiment analysis with graph convolution over syntactic dependencies. Artif. Intell. Med.; 2021; 119, 102138.
24. García-Ordás, M.T.; Moreton, H.A.; Benítez-Andrades, J.A.; Benitez-Andrades, J.A.; Garcia, I.; Benabides, C. Sentiment analysis in non-fixed length audios using a Fully Convolutional Neural Network. Biomed. Signal Process. Control; 2021; 69, 102946. [DOI: https://dx.doi.org/10.1016/j.bspc.2021.102946]
25. Song, Y.; Zhou, A.; Zhang, M.; Wang, H. Assessing the effects of haze pollution on subjective well-being based on Chinese General Social Survey. J. Clean. Prod.; 2019; 235, pp. 574-582. [DOI: https://dx.doi.org/10.1016/j.jclepro.2019.07.021]
26. Wang, X.; Yin, C.; Shao, C. Relationships among haze pollution, commuting behavior and life satisfaction: A quasi-longitudinal analysis. Transp. Res. Part D Transp. Environ.; 2021; 92, 102723. [DOI: https://dx.doi.org/10.1016/j.trd.2021.102723]
27. Liu, L.; Yan, Y.; Nazhalati, N.; Kuerban, A.; Li, J.; Huang, L. The effect of PM2.5 exposure and risk perception on the mental stress of Nanjing citizens in China. Chemosphere; 2020; 254, 126797. [DOI: https://dx.doi.org/10.1016/j.chemosphere.2020.126797] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/32334252]
28. Descendant Collector [EB/OL]. Available online: http://www.houyicaiji.com/ (accessed on 4 August 2020).
29. Zhang, N.; Liu, Y.C.; Wang, R.N. Social media data mining based on text emotion analysis. J. Henan Univ. Urban Constr.; 2019; 28, pp. 75-79.
30. Lee, C.H.; Gutierrez, F.; Dou, D. Calculating feature weights in naive bayes with kullback-leibler measure. Proceedings of the 2011 IEEE 11th International Conference on Data Mining; Vancouver, BC, Canada, 11–14 December 2011; pp. 1146-1151.
31. Zhang, P.; Jia, Y.; Liu, Q. Research on text emotion analysis technology based on data mining technology. Infor. Com.; 2020; 1, pp. 77-78.
32. Li, H.; Chai, Y. Quantitative analysis of emotional polarity of comment text based on attribute features. Data Anal. Knowl. Discov.; 2017; 1, pp. 1-11.
33. Ghosh, A.; Kar, S.K. Correction to: Application of analytical hierarchy process (AHP) for flood risk assessment: A case study in Malda district of West Bengal, India. Nat. Hazards; 2018; 94, 369. [DOI: https://dx.doi.org/10.1007/s11069-018-3406-9]
34. Ayyildiz, E.; Gumus, A.T. Pythagorean fuzzy AHP based risk assessment methodology for hazardous material transportation: An application in Istanbul. Environ. Sci. Pollut. R.; 2021; 28, pp. 35798-35810. [DOI: https://dx.doi.org/10.1007/s11356-021-13223-y]
35. Nikhil, S.; Danumah, J.H.; Saha, S. Correction to: Application of GIS and AHP Method in Forest Fire Risk Zone Mapping: A Study of the Parambikulam Tiger Reserve, Kerala, India. J. Geovis. Spat. Anal.; 2021; 5, 15. [DOI: https://dx.doi.org/10.1007/s41651-021-00083-w]
36. Vilasan, R.T.; Kapse, V.S. Evaluation of the prediction capability of AHP and F-AHP methods in flood susceptibility mapping of Ernakulam district (India). Nat. Hazards; 2022; 2, 112. [DOI: https://dx.doi.org/10.1007/s11069-022-05248-4]
37. Ayağ, Z.; Özdemir, R.G. A Fuzzy AHP Approach to Evaluating Machine Tool Alternatives. J. Intell. Manuf.; 2006; 17, pp. 179-190. [DOI: https://dx.doi.org/10.1007/s10845-005-6635-1]
38. Qiao, J. Application of improved entropy method in Henan sustainable development evaluation. Resour. Sci.; 2004; 26, pp. 113-119.
39. Wang, F.; Mao, A.; Li, H.; Jia, M. Quality measurement and regional difference of urbanization in Shandong Province based on the entropy method. Sci. Geogr. Sin.; 2013; 33, pp. 1323-1329.
40. Gao, J.; Yang, Y. Evaluation on ecological security in Shiyanghe Valley, Gansu. For. Resour. Manag.; 2010; 32, pp. 9-13.
41. Grondin, P.; Gauthier, S.; Borcard, D.; Bergeron, Y.; Noel, J. A new approach to ecological land classification for the Canadian boreal forest that integrates disturbance. Landsc. Ecol.; 2014; 29, pp. 1-16. [DOI: https://dx.doi.org/10.1007/s10980-013-9961-2]
42. García-Álvarez, D.; Olmedo, M.T.C.; Paegelow, M. Sensitivity of a common Land Use Cover Change (LUCC) model to the Minimum Mapping Unit (MMU) and Minimum Mapping Width (MMW) of input maps. Comput. Environ. Urban Syst.; 2019; 78, 101389. [DOI: https://dx.doi.org/10.1016/j.compenvurbsys.2019.101389]
43. Marc, L.; Zhang, P.L.; Robert, E.; Lahouari, B. Remote sensing of the urban heat island effect across biomes in the continental USA—Science Direct. Remote Sens. Environ.; 2010; 114, pp. 504-513.
44. Davis, A.; Thill, J.C.; Meentemeyer, R.K. Multi-temporal trajectories of landscape change explain forest biodiversity in urbanizing ecosystems. Landsc. Ecol.; 2017; 32, pp. 1789-1803. [DOI: https://dx.doi.org/10.1007/s10980-017-0541-8]
45. Turner, B.L.; Skole, D.L.; Sanderson, S.; Fischer, G.; Leenmans, R. Land-use and land-cover change. Science/Research plan. Glob. Chang. Rep.; 1995; 43, pp. 669-679.
46. Shi, W.; Tao, F.; Liu, J. Changes in quantity and quality of cropland and the implications for grain production in the Huang-Huai-Hai Plain of China. Food Secur.; 2013; 5, pp. 69-82. [DOI: https://dx.doi.org/10.1007/s12571-012-0225-9]
47. Kuemmerle, T.; Chaskovskyy, O.; Knorn, J.; Radeloff, V.C.; Kruhlov, I.; Keeton, W.S.; Hostert, P. Forest cover change and illegal logging in the Ukrainian Carpathians in the transition period from 1988 to 2007. Remote Sens. Environ.; 2009; 113, pp. 1194-1207. [DOI: https://dx.doi.org/10.1016/j.rse.2009.02.006]
48. Sridhar, V.; Jaksa, W.; Fang, B.; Lakshmi, V.; Xin, J. Evaluating Bias-Corrected AMSR-E soil moisture using in situ observations and model estimates. Vadose Zone J.; 2013; 12, pp. 1712-1717. [DOI: https://dx.doi.org/10.2136/vzj2013.05.0093]
49. Munroe, D.K.; Southworth, J.; Tucker, C.M. Modeling Spatially and Temporally Complex Land-Cover Change: The Case of Western Honduras. Prof. Geogr.; 2004; 56, pp. 544-559.
50. Ruiz, J.; Domon, G. Analysis of landscape pattern change trajectories within areas of intensive agricultural use: Case study in a watershed of southern Quebec, Canada. Landsc. Ecol.; 2009; 24, pp. 419-432. [DOI: https://dx.doi.org/10.1007/s10980-009-9321-4]
51. Brocca, L.; Hasenauer, S.; Lacava, T.; Melone, F.; Moramarco, T.; Wagner, W.; Dorigo, W.; Matgen, P.; Martinez, P.; Llorens, P. Soil moisture estimation throug ASCAT and AMSR-E sensors: An intercomparison and validation study across Europe. Remote Sens. Environ.; 2011; 115, pp. 3390-3408. [DOI: https://dx.doi.org/10.1016/j.rse.2011.08.003]
52. Han, Y.; Rui, X.; Cheng, X.; Hui, F. Temporal and spatial variation of Arctic sea ice in recent 10 years based on temporal and spatial trajectory method. J. Grad. Sch. Chin. Acad. Sci.; 2015; 32, pp. 743-750.
53. Lu, H.; Rui, X.; Li, R. Research on CO-word network topic mining and topic differences based on haze microblog data. J. Phys. Conf. Ser.; 2021; 1971, 012089. [DOI: https://dx.doi.org/10.1088/1742-6596/1971/1/012089]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
The interplay of specific weather conditions and human activity results due to haze. When the haze arrives, individuals will use microblogs to communicate their concerns and feelings. It will be easier for municipal administrators to alter public communication and resource allocation under the haze if we can master the emotions of netizens. Psychological tolerance is the ability to cope with and adjust to psychological stress and unpleasant emotions brought on by adversity, and it can guide human conduct to some extent. Although haze has a significant impact on human health, environment, transportation, and other factors, its impact on human mental health is concealed, indirect, and frequently underestimated. In this study, psychological tolerance was developed as a psychological impact evaluation index to quantify the impact of haze on human mental health. To begin, data from microblogs in China’s significantly haze-affected districts were collected from 2013 to 2019. The emotion score was then calculated using SnowNLP, and the subject index was calculated using the co-word network approach, both of which were used as social media evaluation indicators. Finally, utilizing ecological and socioeconomic factors, psychological tolerance was assessed at the provincial and prefecture level. The findings suggest that psychological tolerance differs greatly between areas. Psychological tolerance has a spatio-temporal trajectory in the timeseries as well. The findings offer a fresh viewpoint on haze’s mental effects.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details



1 College of Hydrology and Water Resources, Hohai University, Nanjing 210003, China;
2 College of Earth and Engineering, Hohai University, Nanjing 211100, China
3 College of Hydrology and Water Resources, Hohai University, Nanjing 210003, China;
4 College of Resources and Environment, University of Chinese Academy of Sciences, Beijing 100049, China