Next Article in Journal
Urban Functional Zone Mapping by Integrating Multi-Source Data and Spatial Relationship Characteristics
Previous Article in Journal
Analysis of Cultivated Land Fragmentation and Its Influencing Factors in Northern China
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Spatial Interpolation Methods of Temperature Data Based on Geographic Information System—Taking Jiangxi Province as an Example †

School of Geomatics and Urban Spatial Informatics, Beijing University of Civil Engineering and Architecture, Beijing 102616, China
*
Author to whom correspondence should be addressed.
Presented at the 31st International Conference on Geoinformatics, Toronto, ON, Canada, 14–16 August 2024.
Proceedings 2024, 110(1), 14; https://doi.org/10.3390/proceedings2024110014
Published: 3 December 2024
(This article belongs to the Proceedings of The 31st International Conference on Geoinformatics)

Abstract

:
The comfort level of air temperature in a region is one of the influencing factors that affect tourists’ choice of tourism purpose. As a national red cultural mecca, the study of air temperature in Jiangxi Province can provide an important scientific reference for the development of tourism and the dissemination of red culture. Temperature is one of the most important indicators for climate comfort studies. Thus, in this paper, the average air temperature in Jiangxi Province in 2018 was studied. Three interpolation methods of Kriging interpolation, the inverse distance weight method, and the spline function method were used to spatially interpolate the data from 26 weather stations to obtain the spatial distribution map of air temperature for comparative study. At the same time, the method of cross-validation was adopted, and the average error and the root-mean-square error were quoted as the evaluation indexes for accuracy assessment. The conclusions of this paper are as follows: (1) the ME of IDW and spline method can reach 0.02–1.82 °C and the RMSE can reach 1.22–2.72 °C; (2) Kriging interpolation improves the RMSE by 27% and 55% compared to IDW and spline function methods, respectively; (3) considering the relatively sparse distribution of meteorological stations in Jiangxi Province, Kriging interpolation can avoid the extreme value phenomenon due to the influence of distance by reasonably choosing the shape and size associated with the surface space in the process of solving. Moreover, the results of this experimental study show that the accuracy of the kriging interpolation method is higher, so this method is more suitable for the spatial interpolation of the temperature in Jiangxi Province. In conclusion, this study provides a reference for the study of temperature comfort in Jiangxi Province.

1. Introduction

Since the beginning of the 21st century, many issues brought about by climate change have gradually begun to attract the attention of experts and scholars at home and abroad. Climate change alters the environment in which people live and furthermore affects their level of comfort. Thus, it can be seen that the degree of influence of climate in life is increasing, and there is more of a need to study the content of how to more reasonably evaluate the impact of climate comfort level on people’s lives [1]. Climate generally refers to the average conditions in a given area, and the main climatic elements include light, air temperature, precipitation, and wind. Temperature is an important indicator of the distribution and dynamics of atmospheric temperature at the Earth’s surface and is the most fundamental element of climate change research, which also has a very important impact on the structure and function of ecosystems. In this paper, the 2018 average temperature of 26 meteorological stations that can basically cover the whole region of Jiangxi Province is used as the base data. At present, there are many methods used for the spatial interpolation of meteorological elements, while the inverse distance weight method, spline function method, and Kriging interpolation belong to the more accurate interpolation methods among the current interpolation methods, so this paper selects the above three interpolation methods for the spatial interpolation of air temperature to analyze the influence of various interpolation methods on the study of spatial distribution characteristics of the annual mean temperature change and to analyze the spatial variability law of the annual mean air temperature in Jiangxi Province [2].

2. Interpolation Methods and Accuracy Assessment

2.1. Interpolation Method

In the processing of meteorological data, they are generally analyzed using some interpolation tools in ArcGIS10.8 software. The method of utilizing a certain number of sample point data to estimate the value of a raster cell is called interpolation. Interpolation methods can be used to estimate unknown values of any geographic point data, such as elevation, rainfall, chemical pollution levels, noise levels, and so on. Currently, there are many methods most commonly used for the spatial interpolation of meteorological elements, namely, the kriging method, the inverse distance weighting method, the trend surface interpolation method, and the spline function method [3,4,5,6].

2.1.1. Kriging Interpolation

Kriging interpolation analyzes the spatial distribution of variability of the interpolated variable, determines the range of distances that can affect the surrogate interpolation point, and then estimates the surrogate interpolation value using the sample values in that region. The theory underlying the Kriging method is the theory of regional change. This approach shows that the spatial variation in any variable is expressed by the sum of three basic elements. The three basic elements are the structural component related to the mean, i.e., the trend; the component related to local variation; and the random noise term, i.e., the residual error term.
Z ( x ) = m ( x ) + ε ( x ) + ε
The most important issue in Kriging’s algorithm is the semivariance function that reflects the spatial variation in the variables γ ( h ) . Commonly used models include spherical, exponential, and linear models. The spherical model is modeled as follows:
γ ( h ) = 0 h = 0 C 0 + c ( 2 3 × h a 1 2 × h 3 a 3 ) 0 < h < a C 0 + C a < h
In this formula, a is the variable range, i.e., impact distance, which indicates the maximum distance of mutual influence. When the distance between two points exceeds this into, the effect is negligible and is basically 0. h is a delay that indicates the distance between two points, C 0 is the kernel variance, C 0 + C is sorghum and indicates the maximum value of the spatial covariance. The weights are determined using the following formula:
β = 1 n λ β × γ ¯ ( V α , V β ) + ψ = γ ¯ ( V α , V ) α = 1 , 2 , , n β = 1 n λ β = 1
In this formula, ψ is the Lagrange multiplier operator needed to compute the minimum variance. The values of the interpolated points can be obtained by substituting the weight coefficients into the following estimation equation:
Z k = i = 1 n λ i × z i

2.1.2. Inverse Distance Weighting Method Interpolation

The inverse distance weighting method estimates the value of the interpolated points by applying linear weights to the sampled points. Weights are an inverse distance function. The surface on which the interpolation is performed should have a surface with a localized dependent variable. This method assumes that the mapped variable is reduced by being affected by the distance between its sampling location. This is mainly dealt with by using power parameters to control the impact, limiting the points used for interpolation, and using variations in the sum of variable search radius searches and fixed search radii, as well as the use of barriers.
The basic idea of the inverse distance weighting method is the first law of geography, that is, the closer the distance between the two things, the more similar its attributes, and vice versa as it decreases. In the specific interpolation calculations, it is important to interpolate the distance between the point and the sample as the weight, and the closer the interpolation distance the greater the weight given to the sample point, and its contribution is inversely proportional to the distance. The expression is as follows:
Z ^ ( s 0 ) = i = 1 N λ i Z ( s i )
In this formula, Z ^ S 0 is the predicted value at S 0 , Z S i is the measured value obtained at S i , N is the number of sample points around the predicted points involved in interpolation, and λ i is the weight of each sample point used in the prediction calculation process. The formula for determining the weights is as follows:
λ i = d i 0 φ / i = L N d i 0 φ

2.1.3. Spline Function Interpolation

The spline function method is an interpolation method that uses functions to approximate surfaces. Spline function methods are categorized into regular spline function methods and tensile spline function methods. The regular spline method uses values that may lie outside the range of the sample data to create a gradient smooth surface. The tensile spline function method controls the hardness of the surface based on the characteristics of the modeled phenomenon. It creates less smooth surfaces using values that are more tightly constrained by the range of sample data. The algorithm for the spline function method is surface interpolation S x , y as shown in Equation (7):
S ( x , y ) = T ( x , y ) + j = 1 N λ i R ( r j ) j = 1 , 2 , , N
Included among these, N is the number of points, λ i are the coefficients obtained by solving the system of linear equations, and different choices of functions T x , y and R r correspond to different methods. For the regular spline function method, T x , y and R r are shown in Equations (8) and (9), respectively:
T ( x , y ) = a 1 + a 2 x + a 3 y
R ( r ) = 1 2 π r 2 4 ln ( r 2 π ) + c 1 + τ 2 K 0 ( r τ ) + c + ln ( r 2 π )
Included among these, a i are the coefficients obtained by solving the system of linear equations, r represents the distance between the point and the sample, τ 2 is the weight parameter, K 0 is the modified Bessel function, and c is a constant of size equal to 0.577215. For the tensor spline function method, T x , y and R r are shown in Equations (10) and (11), respectively:
T ( x , y ) = a 1
R ( r ) = 1 2 π φ 2 ln γ φ 2 + c + K 0 ( γ φ )
Included among these, a 1 are the coefficients obtained by solving the system of linear equations, r is the distance between the point and the sample, φ 2 is the weight parameter, K 0 is the modified Bessel function, and c is a constant of size equal to 0.577215.
In spline interpolation, the results obtained by regular spline function interpolation are smoother than those obtained by tension spline function interpolation, and the higher the weight value of regular spline interpolation, the smoother the generated surface is; however, in tension spline interpolation, the higher the weight value, the rougher the surface generated.

2.1.4. Global Polynomial Interpolation

Global polynomial interpolation has the basic principle of using a polynomial to compute predicted values based on the set of sample points in the entire study area and then fit a surface or plane over the entire area. In practice, the fitted surfaces rarely coincide exactly with the known sample points, especially at the edges of the study area, which are more susceptible to extremely high and low sample point values, and therefore the global polynomial interpolation is an inexact value interpolation method [7].

2.2. Spatial Accuracy Assessment Methods

In order to validate the accuracy of the models and the effect of site distribution on the interpolation results, this study used the at-site cross-validation method to determine the optimal interpolation method for annual mean temperature. The advantage of this method is that it maximizes the use of observations and avoids the negative impact on the overall accuracy by reducing the number of observations involved in the interpolation process by reserving observations for accuracy verification. The parameters commonly used to evaluate the accuracy of the cross-validation method are the mean error and root-mean-square error. The mean error reflects the size of the estimation error in general, and the root-mean-square error can reflect the estimation sensitivity and the extreme value effect of utilizing the sample points. Cross-validation can accurately test the relative accuracy between different interpolation methods, and the formula for the accuracy evaluation index is as follows:
M E = 1 n i = 1 n ( m i z i )
R M S E = 1 n i = 1 n ( m i z i ) 2
Included among these, m i is the actual observed value of annual mean temperature at the ith station, z i is the result of spatial interpolation of annual mean temperature at the ith station, and n is the number of stations participating in the validation of spatial interpolation [8,9,10].

3. Data Processing and Analysis

3.1. Data Processing

The data in this paper take Jiangxi Province as an example and take the 2018 average temperature of 26 meteorological stations in Jiangxi Province as the basic data, respectively. They use the Kriging interpolation method, the inverse distance weight method of interpolation, and the global polynomial method of interpolation to carry out spatial interpolation for the 18-year average temperature in the whole territory of Jiangxi Province, Figure 1, Figure 2 and Figure 3 show the spatial distribution of the inverse distance weight method, kriging interpolation and spline function method respectively. The three different spatial interpolation methods can reflect the spatial distribution status of the 2018 mean air temperature in Jiangxi Province to a different extent. The 18-year mean air temperature gradually decreases from south to north, with a maximum of no more than 20.13 °C and a minimum of no less than 12.54 °C. The majority of the southern and central regions are around 18–20 °C, and a certain small portion of the northern region is between 12 and 18 °C.

3.2. Data Analysis

From Table 1, it can be seen that the number of meteorological stations in the spatial interpolation of the mean air temperature in 2018 by the inverse distance weight method is 26, with a mean error of −0.02 °C and a root-mean-square error of 1.67 °C; the number of meteorological stations in the spatial interpolation of the mean air temperature in 2018 by the kriging interpolation method is 26, with a mean error of 0.03 °C and a root-mean-square error of 1.22 °C; and the number of meteorological stations in the spatial interpolation of the mean air temperature in 2018 by the spline function method is also 26, with a mean error of 1.82 °C and a root-mean-square error of 2.72 °C. The number of meteorological stations in the spatial interpolation of the mean temperature is also 26, with a mean error of 1.82 °C and a root-mean-square error of 2.72 °C. For the 2018 mean temperature, in terms of mean error, inverse distance weighting method < kriging interpolation method < spline function method; in terms of root-mean-square error, kriging interpolation method < inverse distance weighting method < spline function method.
However, in the process of interpolation, only the distance is used as the weight, and the influence of other factors such as azimuthal earning is ignored, so the interpolation results have a large deviation from the measured value, and due to the influence of the extreme point or the uneven distribution of the interpolation area monitoring, the formation of the interpolated point is as the center of the circle loaded with the phenomenon, also known as the “bull’s eye” phenomenon. Therefore, in terms of the comprehensive average error and root-mean-square error, the Kriging interpolation method is more effective and more realistically reflects the spatial distribution of the average temperature in Jiangxi Province in 2018, while the inverse distance weighting method is generally effective, and the spline function law has the worst effect.

4. Conclusions and Discussion

In this paper, the inverse distance weight method, Kriging interpolation method, and spline function method were used, respectively, to spatially interpolate the average temperature of Jiangxi Province in 2018, and the interpolation accuracy and the interpolation effect of the annual average temperature were compared and analyzed, and the following conclusions were drawn. First, the annual mean temperature in Jiangxi Province has a high correlation with latitude, and the correlation with longitude is not obvious, showing a gradual decrease in the mean temperature from south to north. Among several methods of spatial interpolation, compared with the inverse distance weight method and the spline function method, the Kriging interpolation method has higher accuracy and is more suitable for reflecting the spatial distribution of the 2018 average temperature in Jiangxi Province.
Secondly, the spatial interpolation method is the basic method for studying the spatial distribution of regional variables, and various methods have their specific assumptions, scope of application, algorithms, advantages, and disadvantages, so it is necessary to compare multiple methods in the research process and select the best one according to the verification accuracy and the actual situation. Choosing the appropriate interpolation method needs to be combined with the characteristics and spatial properties of its original data itself, and it cannot be assumed that the more complex method will produce better results. In this paper, there are many factors affecting the interpolation results, including topographic factors, spatial distribution, and the number of meteorological stations, and the choice of parameters will have a great impact.
The drawback of this paper is that there is not enough meteorological data to conduct further research at this time. As soon as we have access to the latest data, we will use them as a basis for further research to make this project more worthwhile.

Author Contributions

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

Funding

This research was funded by the National Youth Talent Support Program under Grant SQ2022QB01546, the Joint Project of Beijing Municipal Commission of Education and Beijing Natural Science Foundation, Grant Number KZ202210016022, and in part by the National Natural Science Foundation of China under Grant 42201488.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Wang, X.; Huang, P. A comparative study of GIS-based interpolation methods for meteorological elements. Mapp. Spat. Geogr. Inf. 2020, 43, 167–170. [Google Scholar]
  2. Ma, X.-L.; Li, C.-E.; Chen, Q.-G. Research on spatial interpolation method of meteorological elements based on GIS. Grassl. Sci. 2008, 25, 13–19. [Google Scholar]
  3. Zhong, G.; Zhu, Z. Comparison of spatial interpolation methods for temperature in Jiangxi Province based on DEM. Geospat. Inf. 2023, 21, 53–56+85. [Google Scholar]
  4. Luo, L.; Dai, C.; Li, M.; Wu, Y. Comparison of spatial interpolation analysis of multi-year average precipitation in Heilongjiang Province based on GIS. Jilin Water Resour. 2021, 10, 9–16. [Google Scholar]
  5. Bai, Y.; Zhang, H. Discussion on the interpolation method for simulation of spatial distribution of temperature based on Gansu Province. Gansu Sci. Technol. 2019, 35, 32–35. [Google Scholar]
  6. Yu, F.; Zhuo, Y.; Jiang, C.; An, L. Application of GIS spatial interpolation method in temperature interpolation in Inner Mongolia. Inn. Mong. Meteorol. 2013, 3, 11–14. [Google Scholar]
  7. Wang, L. Research on spatial and temporal distribution of climate comfort in Shandong Province based on DEM. Res. Soil Water Conserv. 2015, 22, 258–264. [Google Scholar]
  8. Li, J.; Zhang, J.; Zhang, C.; Chen, Q. Comparative analysis of spatial interpolation methods for meteorological elements. Grassl. Sci. 2006, 8, 6–11. [Google Scholar]
  9. Jiang, X.; Liu, X.; Huang, F.; Jiang, H.; Cao, W.; Zhu, Y. Comparison of spatial interpolation methods for day-by-day meteorological elements. J. Appl. Ecol. 2010, 21, 624–630. [Google Scholar]
  10. Zhang, H.; Zhou, B.; Jin, Y.; He, Y. Discussion on the spatial interpolation method of minimum temperature in Qinghai Province based on GIS technology. Grassl. Sci. 2010, 27, 5–10. [Google Scholar]
Figure 1. Graph of results of the inverse distance weighting method.
Figure 1. Graph of results of the inverse distance weighting method.
Proceedings 110 00014 g001
Figure 2. Graph of results of the kriging interpolation method.
Figure 2. Graph of results of the kriging interpolation method.
Proceedings 110 00014 g002
Figure 3. Graph of results of the spline function method.
Figure 3. Graph of results of the spline function method.
Proceedings 110 00014 g003
Table 1. Error of each interpolation method.
Table 1. Error of each interpolation method.
Inverse Distance Weight InterpolationKriging InterpolationSpline Function Interpolation
ME (°C)0.020.031.82
RMSE (°C)1.671.222.72
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

Feng, Z.; Wang, R.; Liu, X.; Huang, M.; Huo, L. Spatial Interpolation Methods of Temperature Data Based on Geographic Information System—Taking Jiangxi Province as an Example. Proceedings 2024, 110, 14. https://doi.org/10.3390/proceedings2024110014

AMA Style

Feng Z, Wang R, Liu X, Huang M, Huo L. Spatial Interpolation Methods of Temperature Data Based on Geographic Information System—Taking Jiangxi Province as an Example. Proceedings. 2024; 110(1):14. https://doi.org/10.3390/proceedings2024110014

Chicago/Turabian Style

Feng, Zihao, Runjie Wang, Xianglei Liu, Ming Huang, and Liang Huo. 2024. "Spatial Interpolation Methods of Temperature Data Based on Geographic Information System—Taking Jiangxi Province as an Example" Proceedings 110, no. 1: 14. https://doi.org/10.3390/proceedings2024110014

APA Style

Feng, Z., Wang, R., Liu, X., Huang, M., & Huo, L. (2024). Spatial Interpolation Methods of Temperature Data Based on Geographic Information System—Taking Jiangxi Province as an Example. Proceedings, 110(1), 14. https://doi.org/10.3390/proceedings2024110014

Article Metrics

Back to TopTop