Next Article in Journal
A Fluidically Tunable Metasurface Absorber for Flexible Large-Scale Wireless Ethanol Sensor Applications
Previous Article in Journal
Novel Low-Cost Sensor for Human Bite Force Measurement
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Spatiotemporal Interpolation for Environmental Modelling

1
Data61, CSIRO, College Road, Sandy Bay TAS 7005, Australia
2
College of Engineering and Science, Victoria University, Footscray VIC 3011, Australia
*
Author to whom correspondence should be addressed.
Sensors 2016, 16(8), 1245; https://doi.org/10.3390/s16081245
Submission received: 22 June 2016 / Revised: 28 July 2016 / Accepted: 2 August 2016 / Published: 6 August 2016
(This article belongs to the Section Sensor Networks)

Abstract

:
A variation of the reduction-based approach to spatiotemporal interpolation (STI), in which time is treated independently from the spatial dimensions, is proposed in this paper. We reviewed and compared three widely-used spatial interpolation techniques: ordinary kriging, inverse distance weighting and the triangular irregular network. We also proposed a new distribution-based distance weighting (DDW) spatial interpolation method. In this study, we utilised one year of Tasmania’s South Esk Hydrology model developed by CSIRO. Root mean squared error statistical methods were performed for performance evaluations. Our results show that the proposed reduction approach is superior to the extension approach to STI. However, the proposed DDW provides little benefit compared to the conventional inverse distance weighting (IDW) method. We suggest that the improved IDW technique, with the reduction approach used for the temporal dimension, is the optimal combination for large-scale spatiotemporal interpolation within environmental modelling applications.

Graphical Abstract

1. Introduction

Environmental sensor networks offer a significant contribution to our society, and the data collected are crucial for environmental managers to support decisions for the effective use of natural resources. Applications include environmental monitoring for hazard warning services (e.g., cyclone, flood and bushfire) [1], which introduces the need for environmental scientists to have spatially- and temporally-continuous data flows to support accurate and justified interpretations [2].
However, because of current technology limitations, we are not yet able to obtain high quality data in terms of spatial and temporal coverage [3], especially in mountainous and deep marine regions. The main restriction is the cost to set up comprehensive sensor networks in these environments and in a real-time manner. It is arguable whether it is necessary to set up such costly networks to obtain high quality data; while we could set up the network only at some critical points and apply appropriate interpolation technique to estimate the remaining unmeasured locations.
Spatial interpolation studies have been conducted in many environmental projects, involving rainfall, temperature and air pollution data. Table 1 lists some of the reviewed papers that make use of different interpolation methods for different purposes (Table 2 provides the list of interpolation abbreviations used within the table). Li and Heap [2] have provided a comprehensive review of the most commonly-used spatial interpolation techniques used in different areas: environment, hydrology, agriculture, forestry and engineering. A list of statistical error measurements to evaluate the interpolation model are provided in their work.
Based on the findings in Table 1, kriging has been reported as the most suitable spatial interpolation method overall [8,10,11], yet it suffers from the drawback that it is very computationally demanding. Subsequently, IDW has been extensively used and improved in many studies because of its advantages of efficiency and comparable performance with kriging [4,6,7]. Sanabria et al. have shown that using a hybrid method (RFOK and RFIDW) can enhance the quality of the interpolator [1].
None of the methods is uniquely optimal for any particular situation [12,13]. These factors are described in detail by Li and Heap [2]: (a) the sampling design and the samples’ distribution; (b) the data nature and quality; (c) the correlation between primary and secondary variables. Therefore, the best technique for a specific purpose can only be obtained by comparing them and selecting the one that is most appropriate for the particular task [3,9,11].
Nevertheless, not much research has been reported on interpolation methods that include the temporal dimensionl: spatiotemporal interpolation (STI) techniques. Li proposed using triangular meshes to perform spatiotemporal interpolation to measure the housing prices in Lincoln, Nebraska [14]. Then, a triangulation-based STI method was applied to the air pollution study as reported in 2011 [15]. Later in 2014, Li and collaborators utilised an IDW-based STI to further improve interpolation performance by increasing computational efficiency [16].
Kilibarda and collaborators utilised a geostatistical STI method to model global surface temperature [17]. They indicate that this kind of STI method also facilitates computational efficiency by creating a single semivariogram for the entire year, instead of 365 semivariograms for each day in a year. Such an interpolator does not show abrupt jumps between days that have no physical basis.

1.1. Objective

In this study, we propose a new spatiotemporal interpolation (STI) technique with the following features:
  • Computationally effective: The sensor network is assumed to collect hundreds (or even thousands) of data items every second, and thus, a fast algorithm is critical for effective processing.
  • The ability to obtain close-to-reality measurements (i.e., low statistical error and visually not-abrupt: To ensure environmental managers can make confident interpretations at a later stage.

2. Materials and Methods

2.1. Experimental Data

The dataset used in our experiment is the Tasmania’s South Esk Hydrological dataset (Figure 1), developed by CSIRO [18]. It is in netCDF format, a common data format used for environmental monitoring, in which data are stored within multi-dimensional gridded arrays.
In this dataset, the map is gridded every 0.01 degree (≈1.1 km 2 spatial area), which results in 151 horizontal and 101 vertical grids (a total of 15,251 cells). The data also have a temporal dimension that records data hourly within the area of interest.
There are a number of environmental parameters available within the dataset, such as temperature, relative humidity, solar radiation, surface height, and so on. In this paper, we used the surface height data to select the near optimal location of sensor nodes for determining the most appropriate spatial interpolation technique, and such a selection will be justified in Section 3.1. Accordingly, we adopt the air temperature parameter data for the whole year of 2013, from 5 January to 27 December (inclusive) for the rest of the simulation. However, the dataset still contains some gaps, and these will not be included in the simulation process to ensure the integrity of the final results.

2.2. Interpolation Techniques

2.2.1. Ordinary Kriging

In this paper, we utilised OK as the kriging-based interpolator because it is the most-widely used kriging method for interpolation. Furthermore, based on the fact that we will compare techniques based on geostatistical and non-geostatistical methods, for the case of fairness, we only consider kriging-based methods that are “univariate” [2].
OK, also called the OK estimator, is categorised as a geostatistical method; it takes spatial patterns and the uncertainty of the surface into account during the interpolation process [13]. A semivariogram is calculated to show how much a point in space is related to the points around it within a particular distance (neighbouring values) using the following equation:
γ ^ ( h ) = 1 2 n i = 1 n [ z ( x i ) z ( x i + h ) ] 2
where n is the number of pairs of observed points z that are separated by distance h. Subsequently, the γ ^ ( h ) is plotted against h and is called the experimental variogram. The variogram curve needs to be fitted for the OK estimator; the spherical model is the most commonly used and it will also be utilised in this work. The conventional kriging estimator is of the form:
z ^ ( x 0 ) = i = 1 n λ i [ z ( x i ) ]
where z ^ ( x 0 ) is the interpolation value at any unmeasured location; λ i is the kriging weight measured at the i-th point with i n λ i = 1 ; with the calculation based on minimising the variance of z ^ :
σ ^ 2 = i = 1 n λ i γ ( x i , x 0 ) + ϕ
where φ is the Lagrange multiplier, which is required for the minimisation.

2.2.2. Shape Function: Triangular Irregular Network

TIN is a digital means of representing surface morphology and has been extensively used in the GIS community. It consists of connecting edges between vertices that eventually form a network of triangles, which is normally constructed using the Delaunay triangulation algorithm.
This surface analysis technique can be further extended as a linear approximation interpolation algorithm as proposed by Peuker and co-workers in 1978 for digital elevation modelling [12]. It was described in the work done by Li in 2003, which uses area divisions for the weighting mechanism [14] (Figure 2). As it is based on triangle meshes, the total number of included observed points is 3. It is in the form of:
z ^ ( x 0 ) = i = 1 N = 3 λ i · z ( x i )
λ i = A i i = 1 N = 3 A i
A i = 1 2 d e t 1 x 1 y 1 1 x 2 y 2 1 x 3 y 3
where A is the area of the entire triangle and A i is the i-th sub-triangle formed by the point to be interpolated (x in Figure 2).

2.2.3. Classic Inverse Distance Weighting

The traditional IDW interpolation technique proposed by Shepard in 1968 [19] uses the following equations:
z ^ ( x 0 ) = i = 1 N λ ( d s i ) i · v i
λ ( d s i ) i = d s i u s i N d s i u s
d s i = ( x i x ) 2 + ( y i y ) 2
where d s i is the 2D-spatial Euclidean distance between the i-th known data point and the unmeasured location point; λ ( d s i ) and v i are the weights and values assigned to each of the observed points; and u s is the spatial distance factor parameter specified by the user.

2.2.4. Improved Inverse Distance Weighting

IDW is based on the notion that nearer data points will have more influence than those further away, and so, including every data point throughout the map to interpolate a single point is unnecessary. This is because as the distance is further away; the particular point has very little influence on the final value. An illustration of the improved version of IDW can be seen in Figure 3.
On the other hand, de Mesnard has discussed the problem of 0 distance in IDW (i.e., d s i = 0 as in Equation (9)), and it is divided into two categories, such that there is a discrete and a continuous case [20]. In this paper, since our dataset is based on the gridded system (Section 2.1), it implies that the value within a single cell is actually the mean value of the entire 1.1 km 2 area. Therefore, we can justify that our dataset lies within the discrete category and that we can simply obtain the value at the sample point when the algorithm tries to interpolate a reference point.
The improved IDW comes with two major advantages in terms of computational efficiency: (a) the processing time does not increase as the number of known points increase; (b) we can further improve the performance by applying the kd-tree data structure algorithm, reducing the computational time from O(n) to O( log n ) [16]. Furthermore, this feature is crucial because the basic computational time required for the STI algorithm is O( t * n ), instead of O(n), where t is the number of user-defined window lengths to be included in the process.

2.2.5. STI Technique : Extension Approach

The extension approach to the IDW spatiotemporal interpolation method is described in [16]:
z ^ ( x 0 , t ) = t s t a r t t e n d i = 1 N λ ( d s t i ) t , i · v t , i
λ ( d s t i ) t , i = d s t i u s i N d s t i u s
d s t i = ( x i x ) 2 + ( y i y ) 2 + c 2 ( t i t ) 2
where d s t i is the spatiotemporal distance between the measured ( x i , y i , c t i ) and unmeasured ( x , y , c t ) location point, and cis the user-defined temporal factor. However, there is still no empirical information on how to justify the temporal factor (c), and a naive choice does not yield optimal results [16].

2.3. Proposed Methodology

2.3.1. STI Technique: Reduction Approach

The main contribution in this paper is to propose another variation of the IDW-based STI algorithm, namely the reduction approach, which treats time independently from the spatial distance dimension [14]. Based on the conventional IDW technique, this practice calculates the weight in two steps: firstly using the inverse of 2D-spatial distance, followed by the inverse of the 1D-temporal distance. As below:
z ^ ( x 0 , t ) = t s t a r t t e n d i = 1 N λ ( d s i , d t i ) t , i · v t , i
λ ( d s i , d t i ) t , i = d s i u s · d t i u t i N d s i u s d t i u t
where d t i is the temporal distance and u t is the user-defined temporal distance-decay factor.
However, based on the weighting mechanism (Equation (14)), we can see that the function will introduce an error when either the spatial ( d s i ) or the temporal ( d t i ) distance is 0 (divided by zero error). Therefore, we need to specify the smallest distance possible in both the spatial and temporal dimension. For our experiment, we set the smallest spatial ( d s i ) and temporal ( d t i ) distance at 1. These settings are artificially chosen by the user based on the fact that the lowest possible spatial and temporal distance (excluding 0) in this dataset is 1.

2.3.2. Distribution-Based Distance Weighting

In this paper, we also introduce the so-called distribution-based distance weighting (DDW) technique. It considers nearby data variations (similar to improved IDW, as shown in Figure 3) to produce the distribution for the weight calculations. Below are the distribution equations that are used and compared in this work:
G a u s s i a n ( x , μ , σ ) = 1 2 π σ · e ( x i μ ) 2 2 σ 2
L o r e n t z i a n ( x , μ , Γ ) = Γ 2 π · 1 x 2 + ( Γ 2 ) 2
L a p l a c i a n ( x , μ , b ) = 1 2 b · e | μ b | b
where μ is the mean of the data D = { v 1 , v 2 , v 3 , , v i , , v N } . For each of the distributions: σ is the standard deviation for the Gaussian; Γ is the full width at half maxima (FWHM) for the Lorentzian; and b is the “diversity” (or scale parameter) for the Laplacian distribution (Figure 4). However, for the purpose of this work, we will regard Γ and b as equivalent to the standard deviation σ. The calculation for DDW is in the form:
z ^ ( x 0 ) = i = 1 N λ ( d s i ) i · v i
λ ( d s i ) i = D i s t r i b u t i o n ( d s i , μ R , σ R )
σ R = R · σ m a x { | m i n ( D ) μ D | , | m a x ( D ) μ D | }
where D i s t r i b u t i o n ( d s i , μ R , σ R ) can be either a Gaussian, Lorentzian or Laplacian distribution with μ R = 0 (the middle position).
The idea of this approach is that when the data D variations are very small (i.e., low σ), the distribution will have a fairly sharp peak and will cause the weighting to be more sensitive to the distance ( d s i ) . On the other hand, if the σ is high, this means that the values included in the calculation are more spread out. This makes the width of the “bell” very wide, which results in the d s i having less impact on the weight calculation. This method is capable of reducing the “bull’s eye” effect in the final results, which is a major problem in the conventional IDW technique [1]. However, it is notable that our proposed conventional reduction approach of the STI technique is not designed for this purpose. This is because in some cases, a very smooth surface for geospatial analysis can be very unrealistic.

3. Simulation Procedure and Performance Assessment

3.1. Sensor Networks Spatial Samplings

This methodology will be used to obtain the near optimal placement of sensor nodes (Section 3.2) that would best represent (for a specific environmental parameter) the whole region of interest (ROI), based on a given fixed number of nodes ( N ) .
For this purpose, we adopt Python’s scipy built-in module, the differential_evolution (DE) algorithm [21], to select the locations of observed points, instead of just randomising them. This procedure is implemented based on the fact that if we entirely randomising them, there is a possibility that the stochastically-picked location points would be clustered in a specific region, and no interpolation method will produce acceptable results, especially when the sample size is very small. The results will be demonstrated in Section 4.2.
Since we are using the South Esk hydrological modelled data, we can get access to significant environmental information about the area. However, for the purpose of this simulation, we will utilise the ROI’s elevation data from the dataset to calculate the fitness (or representativeness). Such a selection was made because a high-elevation sample is crucial in the dataset for meteorological studies [5].
This work is focusing on interpolation, which means that we have to manually pick 4 location points so that we could actually ‘interpolate’ the entire map; these are: topl-left, top-right, bottom-left and bottom-right. Then, the rest of location nodes ( N 4 ) will become the individuals of the DE algorithm, represented as X = { x 1 , x 2 , , x N } . The objective of the optimisation is to maximise the leave-one-out cross-validation (LOCCV) error, so that extreme values (low and high elevation sample) are obtained [22]:
L O O C V S S E ( X ) = i = 1 N [ I D W ( x i , X i ) o i ] 2
where S S E denotes sum-squared-error; I D W ( x i , X i ) represents the estimated value using IDW interpolator at location x i using the remaining nodes (such that X i = X \ { x i } ); and o i is the observed valued at the i-th location. In addition, sparsity is an important aspect in sensor network deployment in a way that well-distributed nodes’ locations are preferred:
s p a r s i t y ( X ) = σ ( X ) / μ ( X )
where σ and μ are the calculated standard deviation and the mean value from the pair-wise distances in X. Finally, the optimisation process is designed to minimise the equation below to comply with the objectives:
f i t n e s s = L O O C V S S E ( X ) 1 · s p a r s i t y ( X )

3.2. Choosing a “Balanced” 2D Spatial Interpolation Method

First of all, we compare the computational efficiency of currently-available 2D spatial interpolation algorithms. Based on the assumption that we will collect a huge amount of data (up to thousands of items) with a very high temporal frequency (every second), the computational efficiency is a crucial factor in the algorithm selection. Therefore, we must select a ‘balanced’ algorithm that produces an acceptable result in a timely manner.
In this section, we will compare four methods: kriging, basic IDW, improved IDW and TIN. The comparison will be divided into two steps: (1) evaluate the total elapsed time of each method, and discard the method that requires an unacceptable time frame to process; (2) objectively compare the quality of the final output using root mean squared error (RMSE). RMSE is a frequently-used error measurement tool based on the difference between the estimated value produced by the interpolator, and the observed value; and it has been recognised as the best overall method for spatial analysis comparison [12]. It is in the form of:
R M S E = 1 N i = 1 N ( p i o i ) 2 1 2
where N is the total number of cells and p i and o i are the i-th predicted and observed points, respectively. It should be also noted that the RMSE largely favours the largest error (i.e., p i o i in Equation (24)) to the detriment of the lowest terms; in addition, a different/larger exponent could also be chosen to exaggerate such phenomena.
Furthermore, in order to remove the "bias" of RMSE, where it favours more larger errors, we also utilised mean absolute error (MAE) and the corresponding standard error (SE) using:
M A E = 1 N i = 1 N | p i o i |
S E = σ N
where σ represents the standard deviation of the list of error (i.e., calculated by | p i o i | as in Equation (25)).
In this experiment, we will compare the statistical quality and the computational efficiency of each method to choose a “balanced” spatial interpolation method for our STI algorithm to be developed at a later stage. The chosen method will be used for further comparisons in the following experiments.

3.3. Comparing Spatiotemporal Approaches and Evaluating the DDW

The fundamental idea of the STI method is to develop an algorithm to measure the environmental situation at an unmeasured time slice and to show how well the algorithm can reconstruct the “missing” time slices. This experiment is designed mainly for that purpose, as well as to define which temporal approach (extension or reduction) will produce better results.
Our South Esk Hydrological model holds data in one-hour time intervals. For each time index, we reconstruct the map value using the proposed STI method using different schemes. The "scheme" refers to the previous and next window length to be included in the interpolation process. For example, we would like to interpolate Time Index 5 (Figure 5), and the scheme is (2, 3). This means that Time Indices 3, 4, 6, 7, 8 are used to estimate the map at Time Index 5. However, we skip the iterations that would result in an invalid time index value.

4. Results

4.1. Original Data Visualisation

Figure 6 demonstrates a visualisation of the original data used in this work. The surface height data are mainly utilised for the purpose of selecting sensor location using an evolutionary algorithm (differential evolution, as described in Section 3.1); whilst the air temperature data are used for the rest of the simulations.

4.2. Comparing Spatial Interpolation Methods

Figure 7 is a demonstration of the maps that are generated by the interpolation techniques. We can see that kriging creates the smoothest map overall. TIN is visually abrupt, whereas IDW creates gradual visual results with an observable “bull’s eye” effect. The following experiment is designed to evaluate the computational efficiency of each method.
Based on Figure 8, kriging is the most computationally-intensive method compared to other techniques, irrespective of the number of observed points. The time required for kriging increases substantially as the number of observed values grows. Since computational efficiency is a crucial factor in this paper (Section 1.1) as previously mentioned, kriging-based spatiotemporal algorithms are not a suitable technique for our purpose and will not be considered and compared.
On the other hand, among the three different techniques compared (kriging, TIN and IDW), IDW performs best overall. If the number of observed points is small, basic IDW performs well. However, as the number of observed points increases, the processing time for basic IDW also increases linearly. It will reach a point where the improved IDW performs better than basic IDW (i.e., N = 90 in Figure 8).
The time required for both TIN and the improved IDW is O ( log n ) , which means that they are suitable for use with a large-scale problem. Then, we compare these techniques based on interpolation performance.
Based on Figure 9 and Figure 10, the statistical error decreases gradually as the number of observed values (N) increases. It is obvious that kriging produces the best objective results amongst the spatial interpolation techniques (lowest RMSE) regardless of N, but it is very computationally intensive. On the other hand, IDW and TIN have comparable statistical error. However, it is interesting to see that for some cases (i.e., when N = { 30 , 50 , 70 } ), the MAE of IDW is higher than TIN, but its RMSE is lower. The occurrence of this phenomenon indicates that IDW generates more error than TIN on average, but it also signifies that the error being produced by TIN is more extreme resulting from the ‘bias’ of RMSE (as previously discussed in Section 3.2).

4.3. Comparing Spatiotemporal Approaches

In this experiment, we will compare the performance of two approaches to temporal interpolation: extension and reduction [14]; and we will utilise the improved IDW method, which is the most suitable spatial interpolation technique according to the previous results (Section 4.2, Comparing Spatial Interpolation Methods).
Figure 11 shows that whenever the scheme (either previous or next) is zero, it leads to very poor performance. However, this kind of scheme is actually extrapolating instead of interpolating, which is outside of the scope of this work. Therefore, we will not make any conclusions based on these results.
For each of the schemes, the extension approach always performs more poorly than the reduction method (i.e., higher RMSE). These results confirm that our proposed reduction approach is superior to the current extension approach and is more suitable as the STI technique.
Lastly, Figure 11 indicates that the scheme of including one “previous” and one “next” time index will produce the lowest RMSE overall, and a visualisation demonstration is provided in Figure 12. Such a configuration will be used in the following experiments.

4.4. Comparing the Proposed DDW Methods

In this experiment, we compared the IDW method with the proposed DDW method. In Figure 13, there is little visual difference between STI techniques using either IDW or the proposed DDW methods. However, in general, DDW methods are more likely to produce smoother surfaces than the IDW technique.
The results in Figure 14 show that IDW is superior to DDW. On average, the RMSE of IDW is approximately 38% lower than that of the DDW techniques, which is a significant difference. In this experiment, the graph also suggests that using the scheme of plus-and-minus one time index will produce the lowest error overall.

5. Discussion

We summarise the strengths and weaknesses of the 2D spatial interpolation techniques in Table 5. The kriging interpolation technique performs quantitatively best overall (Table 4 and Figure 9). However, the time required for processing increases dramatically as the number of observed points grows (Figure 8). Thus, because of the fact that computational efficiency is a crucial factor in our work, kriging is the least preferred method.
The improved IDW technique that utilises the kd-tree algorithm and the TIN technique using Delaunay triangulation have comparable computational efficiency O ( log n ) and similar objective performance. Nevertheless, from an environmental manager’s perspective, visual continuity is an important factor in making a confident interpretation. Because the TIN method is visually abrupt (Figure 7), it is less suitable for environmental applications [2], and so, IDW is considered the most suitable spatial interpolation method overall.
Figure 11 and Figure 14 demonstrate that whenever the previous or the next time index to be included is zero, the RMSE goes up significantly, leading to a poor performance. The reason is that when we do not include any of the previous or the next time index, we are actually extrapolating rather than interpolating that particular time frame, which is outside the scope of this work.
The results in Figure 11 indicate that our proposed IDW-based reduction spatiotemporal interpolation approach is superior to the currently-available extension temporal method. Consequently, the reduction temporal approach will be utilised. Furthermore, the optimal time frame to be included in the STI is plus-and-minus one time index, and this will yield the best results overall (Figure 11 and Figure 14).
Up until now, we have concluded that a combination of the improved IDW technique using the reduction approach for STI would lead to a balanced result overall, in terms of computational efficiency and objective performance. In this work, we evaluated the performance of our proposed DDW-based STI (Figure 14). However, the proposed DDW showed very little benefit over IDW in terms of RMSE.
Finally, one major advantage of our proposed reduction approach over the extension approach is that the user does not need to justify the temporal factor (c) as in Equation 12, which is always done manually and is highly dependent on the user’s expertise.

6. Conclusions and Future Work

Our study shows that the improved IDW spatial interpolation algorithm, combined with the reduction approach for temporal interpolation, was found to be the most effective technique overall for spatio-temporal interpolation (STI) within environmental modelling applications. This technique provided the following advantages over the alternative STI techniques investigated:
  • Computational time does not increase as the number of sample points grows significantly;
  • The objective results are comparable with other techniques;
  • The technique does not create abrupt visual results.
The results obtained from this work are only applicable for gap filling rather than interpolating over a longer term basis where climate variation patterns need to be considered, e.g., interpolating daily temperature data for consecutive days. This issue will be addressed as a further research direction.
The distribution-based distance weighted (DDW) STI technique, also proposed in this paper, did not perform as well as the inverse distance-weighted (IDW) method and so is not recommended for environmental modelling applications.
The proposed method in this paper has a broad potential of applicability within environmental research, such as oceanography, geography, hydrology, and so on. Since there is no optimal STI interpolation method that is suitable for every kind of problem, our proposed method could perform better in some cases.
The current work relies in its results and conclusions on the demonstration conducted on real data. Therefore, the findings are limited to this set of data and cannot be generalized unless a more rigorous approach is conducted. It is recommended as future work that a theoretical demonstration be performed.
While kriging has not been applied for our spatio-temporal interpolation, as the focus on the current work was computational efficiency, we strongly encourage the use of this technique when accuracy is a major concern ([23] and the references therein).

Acknowledgments

Ferry Susanto would like to thank Victoria University for waiving his PhD tuition fees, Vale Institute of Technology for the award of a postgraduate scholarship and CSIRO for a top-up scholarship. We thank CSIRO for providing us with the data from Tasmania’s South Esk hydrological model for this study. We also want to express our appreciation to our Swarm Sensing team members, especially Ray Williams, for providing useful comments and suggestions to help improve the quality and presentation of this work.

Author Contributions

Paulo de Souza and Ferry Susanto conceived of and designed the experiments. Ferry Susanto performed the experiments. Paulo de Souza, Ferry Susanto and Jing He analysed the data. Paulo de Souza, Ferry Susanto and Jing He contributed analysis tools. Ferry Susanto and Paulo de Souza wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ROIRegion of interest
STISpatio temporal interpolation
DDWDistribution-based distance weighting
IDWInverse distance weighting
AIDWAngular IDW
GIDWGradient IDW
SKSimple kriging
OKOrdinary kriging
BKBayesian kriging
UKUniversal kriging
CARClustering assisted regression
TPSThin plate splines
RBFRadial basis function
RFRandom forest
RFIDWRF + IDW
RFOKRF + OK
TSTrend surface
TPThiessen polygon
RMSERoot mean squared error
MAEMean absolute error
SEStandard error

References

  1. Sanabria, L.A.; Qin, X.; Li, J.; Cechet, R.P.; Lucas, C. Spatial interpolation of McArthur’s Forest Fire Danger Index across Australia: Observational study. Environ. Model. Softw. 2013, 50, 37–50. [Google Scholar] [CrossRef]
  2. Li, J.; Heap, A.D. Spatial interpolation methods applied in the environmental sciences: A review. Environ. Model. Softw. 2014, 53, 173–189. [Google Scholar] [CrossRef]
  3. Jeffrey, S.J.; Carter, J.O.; Moodie, K.B.; Beswick, A.R. Using spatial interpolation to construct a comprehensive archive of Australian climate data. Environ. Model. Softw. 2001, 16, 309–330. [Google Scholar] [CrossRef]
  4. Chen, F.; Liu, C. Estimation of the spatial rainfall distribution using inverse distance weighting (IDW) in the middle of Taiwan. Paddy Water Environ. 2012, 10, 209–222. [Google Scholar] [CrossRef]
  5. Tang, L.; Su, X.; Shao, G.; Zhang, H.; Zhao, J. A Clustering-Assisted Regression (CAR) approach for developing spatial climate data sets in China. Environ. Model. Softw. 2012, 38, 122–128. [Google Scholar] [CrossRef]
  6. Lu, G.Y.; Wong, D.W. An adaptive inverse-distance weighting spatial interpolation technique. Comput. Geosci. 2008, 34, 1044–1055. [Google Scholar] [CrossRef]
  7. Joseph, V.R.; Kang, L. Regression-Based Inverse Distance Weighting with Applications to Computer Experiments. Technometrics 2011, 53, 254–265. [Google Scholar] [CrossRef]
  8. Anderson, S. An Evaluation of Spatial Interpolation Methods on Air Temperature in Phoenix. Available online: http://www.cobblestoneconcepts.com/ucgis2summer/anderson/anderson.htm (accessed on 5 August 2016).
  9. Plouffe, C.C.F.; Robertson, C.; Chandrapala, L. Comparing interpolation techniques for monthly rainfall mapping using multiple evaluation criteria and auxiliary data sources: A case study of Sri Lanka. Environ. Model. Softw. 2015, 67, 57–71. [Google Scholar] [CrossRef]
  10. Sun, Y.; Kang, S.; Li, F.; Zhang, L. Comparison of interpolation methods for depth to groundwater and its temporal and spatial variations in the Minqin oasis of northwest China. Environ. Model. Softw. 2009, 24, 1163–1170. [Google Scholar] [CrossRef]
  11. Naoum, S.; Tsanis, I. Ranking spatial interpolation techniques using a GIS-based DSS. Glob. Nest 2004, 6, 1–20. [Google Scholar]
  12. Li, J. A Review of Spatial Interpolation Methods for Environmental Scientists/Jin Li and Andrew D. Heap; Geoscience Australia: Canberra, Australia, 2008.
  13. Burrough, P.A.; McDonnell, R.A. Principles of Geographical Information Systems; Oxford University Press: New York, NY, USA, 1998. [Google Scholar]
  14. Li, L. Spatiotemporal Interpolation Methods in GIS. Ph.D. Thesis, The University of Nebraska, Lincoln, NE, USA, 2003. [Google Scholar]
  15. Li, L.; Zhang, X.; Holt, J.B.; Tian, J.; Piltner, R. Spatiotemporal Interpolation Methods for Air Pollution Exposure. In Proceedings of the Ninth Symposium on Abstraction, Reformulation and Approximation (AAAI), Catalonia, Spain, 17–18 July 2011.
  16. Li, L.; Losser, T.; Yorke, C.; Piltner, R. Fast Inverse Distance Weighting-Based Spatiotemporal Interpolation: A Web-Based Application of Interpolating Daily Fine Particulate Matter PM2.5 in the Contiguous U.S. Using Parallel Programming and k-d Tree. Int. J. Environ. Res. Public Health 2014, 11, 9101–9141. [Google Scholar] [CrossRef] [PubMed]
  17. Kilibarda, M.; Hengl, T.; Heuvelink, G.B.M.; Gräler, B.; Pebesma, E.; Perčec Tadić, M.; Bajat, B. Spatio-temporal interpolation of daily temperatures for global land areas at 1 km resolution. J. Geophys. Res. Atmos. 2014, 119, 2294–2313. [Google Scholar] [CrossRef]
  18. Katzfey, J.; Thatcher, M. Ensemble One-Kilometre Forecasts for the South Esk Hydrological Sensor Web. In Proceedings of the 19th International Congress on Modelling and Simulation, Perth, Australia, 12–16 December 2011; pp. 3511–3517.
  19. Shepard, D. A two-dimensional interpolation function for irregularly-spaced data. In ACM ’68 Proceedings of the 1968 23rd ACM National Conference; ACM: New York, NY, USA, 1968. [Google Scholar]
  20. De Mesnard, L. Pollution models and inverse distance weighting: Some critical remarks. Comput. Geosci. 2013, 52, 459–469. [Google Scholar] [CrossRef]
  21. Scipy Community. Scipy V0.15.1 Reference Guide—Differential Evolution. Available online: http://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.differential_evolution.html (accessed on 8 August 2015).
  22. Susanto, F.; Budi, S.; Souza, P.D.; Engelke, U.; He, J. Design of Environmental Sensor Networks Using Evolutionary Algorithms. IEEE Geosci. Remote Sens. Lett. 2016, 13, 575–579. [Google Scholar] [CrossRef]
  23. Montero, J.; Fernandez-Aviles, G.; Mateu, J. Spatial and Spatio-Temporal Geostatistical Modeling and Kriging; Wiley: West Sussex, UK, 2015. [Google Scholar]
Figure 1. Location of South Esk Hydrological model, northeast of Tasmania, Australia. The exact coordinate locations of the red bounded region are: 42°00 S, 147°00 E (bottom, left) and 41°00 S, 148°30 E (top, right), which covers approximately 18,588 km 2 (image adapted from Google Maps).
Figure 1. Location of South Esk Hydrological model, northeast of Tasmania, Australia. The exact coordinate locations of the red bounded region are: 42°00 S, 147°00 E (bottom, left) and 41°00 S, 148°30 E (top, right), which covers approximately 18,588 km 2 (image adapted from Google Maps).
Sensors 16 01245 g001
Figure 2. An illustration of the TIN interpolation technique at point x. In this case, point w lies within a triangle formed by points P 1 , P 2 and P 3 . The weight of each point is calculated based on the corresponding area. For example, P 1 has the weight of A 1 A i , and so on.
Figure 2. An illustration of the TIN interpolation technique at point x. In this case, point w lies within a triangle formed by points P 1 , P 2 and P 3 . The weight of each point is calculated based on the corresponding area. For example, P 1 has the weight of A 1 A i , and so on.
Sensors 16 01245 g002
Figure 3. A demonstration of the improved IDW. The dots are the sample data points, and the x is the point location to be interpolated. R is a user-defined radius parameter that indicates the farthest distance to be included from the points x. In this case, only a total of six sample points will have an influence on the interpolation process. However, no empirical approach has been developed to obtain the optimal value for the parameter R.
Figure 3. A demonstration of the improved IDW. The dots are the sample data points, and the x is the point location to be interpolated. R is a user-defined radius parameter that indicates the farthest distance to be included from the points x. In this case, only a total of six sample points will have an influence on the interpolation process. However, no empirical approach has been developed to obtain the optimal value for the parameter R.
Sensors 16 01245 g003
Figure 4. Distribution methods that are proposed in this work for comparisons: (a) Gaussian; (b) Lorentzian and (c) Laplacian distributions. Within the proposed DDW, the horizontal axis represents the distance, and the vertical axis is the weight values.
Figure 4. Distribution methods that are proposed in this work for comparisons: (a) Gaussian; (b) Lorentzian and (c) Laplacian distributions. Within the proposed DDW, the horizontal axis represents the distance, and the vertical axis is the weight values.
Sensors 16 01245 g004
Figure 5. Demonstration of the entire simulation setup for each time slice using a single scheme. The example above interpolates Time Index 5, using scheme (2, 3). Map 1 (top) is the “estimated” map generated using the STI method; Map 2 (bottom) is the “observed” map based on the original data. The objective performance of the algorithm is measured using RMSE.
Figure 5. Demonstration of the entire simulation setup for each time slice using a single scheme. The example above interpolates Time Index 5, using scheme (2, 3). Map 1 (top) is the “estimated” map generated using the STI method; Map 2 (bottom) is the “observed” map based on the original data. The objective performance of the algorithm is measured using RMSE.
Sensors 16 01245 g005
Figure 6. Visualisation of the South Esk hydrological modelled dataset used throughout the simulation: (a) the elevation map, in meters; and (b) the air temperature data, in Kelvin.
Figure 6. Visualisation of the South Esk hydrological modelled dataset used throughout the simulation: (a) the elevation map, in meters; and (b) the air temperature data, in Kelvin.
Sensors 16 01245 g006
Figure 7. Visualisation output for: the selected sample point locations (a) using the optimisation technique (DE); and three widely-used different spatial interpolation techniques (a) ordinary kriging, (b) triangular irregular network and (c) inverse distance weighting], compared to different numbers of sample points ( N = 30 , 90 , 150 ).
Figure 7. Visualisation output for: the selected sample point locations (a) using the optimisation technique (DE); and three widely-used different spatial interpolation techniques (a) ordinary kriging, (b) triangular irregular network and (c) inverse distance weighting], compared to different numbers of sample points ( N = 30 , 90 , 150 ).
Sensors 16 01245 g007
Figure 8. This graph demonstrates a comparison of computational efficiency for different 2D spatial interpolation techniques, with the data based on Table 3.
Figure 8. This graph demonstrates a comparison of computational efficiency for different 2D spatial interpolation techniques, with the data based on Table 3.
Sensors 16 01245 g008
Figure 9. This graph demonstrates the quantitative comparisons (RMSE) between the different 2D spatial interpolation techniques, using the data as shown in Table 4.
Figure 9. This graph demonstrates the quantitative comparisons (RMSE) between the different 2D spatial interpolation techniques, using the data as shown in Table 4.
Sensors 16 01245 g009
Figure 10. This graph demonstrates the MAE with the corresponding SE between the different 2D spatial interpolation techniques, using the data as shown in Table 4.
Figure 10. This graph demonstrates the MAE with the corresponding SE between the different 2D spatial interpolation techniques, using the data as shown in Table 4.
Sensors 16 01245 g010
Figure 11. Performance comparisons between different temporal interpolation approaches using the improved IDW: extension (existing) and reduction (proposed) approaches. The vertical axis is the RMSE of the respective (previous and next) windows’ length.
Figure 11. Performance comparisons between different temporal interpolation approaches using the improved IDW: extension (existing) and reduction (proposed) approaches. The vertical axis is the RMSE of the respective (previous and next) windows’ length.
Sensors 16 01245 g011
Figure 12. Visualisation output for the comparison results between the extension- and reduction-based STI methods. In this output, we used the scheme involving plus-and-minus one time index. This selection is based on the results obtained from Figure 11, which shows such a configuration produces the best results overall (lowest mean RMSE). (a) Extension approach; (b) reduction approach.
Figure 12. Visualisation output for the comparison results between the extension- and reduction-based STI methods. In this output, we used the scheme involving plus-and-minus one time index. This selection is based on the results obtained from Figure 11, which shows such a configuration produces the best results overall (lowest mean RMSE). (a) Extension approach; (b) reduction approach.
Sensors 16 01245 g012
Figure 13. Visualisation output of IDW (a) and the proposed DDW: (b) Gaussian; (c) Lorentzian; and (d) Laplacian; using the proposed spatiotemporal interpolation technique.
Figure 13. Visualisation output of IDW (a) and the proposed DDW: (b) Gaussian; (c) Lorentzian; and (d) Laplacian; using the proposed spatiotemporal interpolation technique.
Sensors 16 01245 g013aSensors 16 01245 g013b
Figure 14. Objective comparisons between the IDW method and the proposed DDW techniques: using Gaussian, Lorentzian and Laplacian distributions. This graph demonstrates the RMSE comparison between the respective (previous and next) windows’ length.
Figure 14. Objective comparisons between the IDW method and the proposed DDW techniques: using Gaussian, Lorentzian and Laplacian distributions. This graph demonstrates the RMSE comparison between the respective (previous and next) windows’ length.
Sensors 16 01245 g014
Table 1. List of previous studies that utilised different interpolation techniques for environmental studies, and the findings from each study are also provided. Comparing methods as done here cannot be generalized, as this is limited to the empirical exercises, and no rigorous theoretical demonstration is provided (the table is sorted based on the similarity of interpolation techniques adopted and compared in each study).
Table 1. List of previous studies that utilised different interpolation techniques for environmental studies, and the findings from each study are also provided. Comparing methods as done here cannot be generalized, as this is limited to the empirical exercises, and no rigorous theoretical demonstration is provided (the table is sorted based on the similarity of interpolation techniques adopted and compared in each study).
ProcessTechniquesFindingsRef.
Spatial rainfall mapping using IDW in the middle of Taiwan.IDW- IDW can be improved by the adjustment of the distance-decay parameter and the search radius.[4]
- Does not have significant interpolating ability for extreme values.
Compared to the developed CAR method with IDW for climate datasets in China.IDW, CAR- High-elevation data are an important factor for meteorological studies.[5]
- CAR performs slightly better than GIDW in terms of objective comparisons, especially in estimating local neighbouring patterns.
Comparing different techniques for precipitation and elevation.IDW, AIDW, Kriging- Varying the distance-decay parameter of IDW based on the spatial pattern can improve overall performance (AIDW).[6]
- AIDW can perform better than kriging in some cases.
Proposing regression-based IDW and comparing it with IDW and kriging.IDW, RIDW, Kriging- Integrating linear regression in IDW provides comparable objective evaluation to kriging and is computationally less demanding.[7]
- The confidence interval (CI) of RIDW also surpasses kriging CI.
Evaluating different interpolation techniques for air temperature data.Spline, IDW, Kriging- Kriging performs better overall, followed by IDW and spline.[8]
Comparing different techniques for rainfall mapping in Sri Lanka.IDW, TPS, OK, BK- Interpolation results are very much dependent on the settings.[9]
- Different methods with different settings must be tested to define the suitable technique.
- Bayesian kriging and splines performed best overall.
Assessing different interpolation methods to define the most suitable technique for the McArthur Forest Fire Danger Index (FFDI).IDW, OK, RF, RFOK, RFIDW- Combination of methods: RFOK and RFIDW shows the most promising results (least error).[1]
- Fire danger index is highly related to the behaviour of climate change, and should be considered carefully.
Investigated several techniques for depth to underground water in northwest China.IDW, RBF, OK, SK, UK - Simple kriging is the optimal method in terms of result consistency and the smallest prediction interval of 95%.[10]
- Depth of underground water increases significantly over the year because of excessive exploitation.
Ranking spatial interpolation techniques using GIS-based DSS.Spline, IDW, Kriging, TP, TS- No optimal technique that can accurately predict the rainfall.[11]
- Performance of each technique depends on the scale of the input data.
- Kriging is the recommended technique, as it produces the most consistent results.
Using an interpolation method to construct a comprehensive archive of Australian climate data.TPS, OK- Different climate variables can be more accurately interpolated using different techniques due to the characteristic variability.[3]
Table 2. Abbreviation list of the interpolation techniques used in Table 1.
Table 2. Abbreviation list of the interpolation techniques used in Table 1.
TitleAbbreviations
IDWInverse Distance Weighting
AIDWAngular IDW
GIDWGradient IDW
SKSimple Kriging
OKOrdinary Kriging
BKBayesian Kriging
UKUniversal Kriging
CARClustering Assisted Regression
TPSThin Plate Splines
RBFRadial Basis Function
RFRandom Forest
RFIDWRF + IDW
RFOKRF + OK
TSTrend Surface
TPThiessen Polygon
Table 3. Total normalised time elapsed for each method (0: fastest, 1: slowest).
Table 3. Total normalised time elapsed for each method (0: fastest, 1: slowest).
Number of Observed PointsTotal Time Elapsed
Basic IDWImproved IDWTINKriging
100.00240.02520.02890.3034
300.00960.02780.02810.3852
500.02140.02680.02910.4706
700.03550.02530.02910.6582
900.04470.00400.02860.7808
1100.05450.02830.02880.8633
1300.05960.03220.02830.9720
1500.05960.03220.02830.9720
Table 4. Statistical error (RMSE and MAE with its corresponding SE) for each method. In this graph, we only show one ‘IDW’, because the errors of both versions of IDW (basic and improved, based on Table 3) are the same; the only difference between the two being the processing time.
Table 4. Statistical error (RMSE and MAE with its corresponding SE) for each method. In this graph, we only show one ‘IDW’, because the errors of both versions of IDW (basic and improved, based on Table 3) are the same; the only difference between the two being the processing time.
Number of Observed PointsRMSEMAE ± SE
IDWTINKrigingIDWTINKriging
102.24612.47672.12571.83 ± 0.131.89 ± 0.161.60 ± 0.14
301.36671.45031.27201.09 ± 0.081.03 ± 0.100.95 ± 0.08
501.48971.60801.27181.14 ± 0.101.11 ± 0.120.91 ± 0.09
701.22591.27550.97270.97 ± 0.070.90 ± 0.090.71 ± 0.07
900.99851.22430.95170.73 ± 0.070.85 ± 0.090.68 ± 0.07
1101.05651.23781.06400.77 ± 0.070.85 ± 0.090.75 ± 0.07
1300.96451.25330.91360.70 ± 0.070.84 ± 0.090.64 ± 0.07
1500.91461.15370.81680.65 ± 0.060.75 ± 0.090.58 ± 0.06
Table 5. Summary of the strengths and weaknesses of the spatial interpolation methods evaluated in this paper: ordinary kriging (OK), inverse distance weighting (IDW) and triangle irregular network (TIN). These evaluations are based on three criteria: objective performance (RMSE), computational efficiency and the final visual output smoothness.
Table 5. Summary of the strengths and weaknesses of the spatial interpolation methods evaluated in this paper: ordinary kriging (OK), inverse distance weighting (IDW) and triangle irregular network (TIN). These evaluations are based on three criteria: objective performance (RMSE), computational efficiency and the final visual output smoothness.
AdvantagesDisadvantages
OK
-
Geostatistical method that considers spatial pattern.
-
Best objective comparison overall.
-
Creates very smooth surface.
-
Computationally very expensive.
-
Unsuitable for very large datasets.
IDW
-
Computationally inexpensive.
-
Can be improved using kd-tree to increase computational efficiency.
-
Creates smooth surface.
-
Produces “bull’s eye effec” for extreme values.
-
Unsuitable for large scale problems without using kd-tree algorithm.
TIN
-
Computationally inexpensive.
-
Produces abrupt surfaces.

Share and Cite

MDPI and ACS Style

Susanto, F.; De Souza, P., Jr.; He, J. Spatiotemporal Interpolation for Environmental Modelling. Sensors 2016, 16, 1245. https://doi.org/10.3390/s16081245

AMA Style

Susanto F, De Souza P Jr., He J. Spatiotemporal Interpolation for Environmental Modelling. Sensors. 2016; 16(8):1245. https://doi.org/10.3390/s16081245

Chicago/Turabian Style

Susanto, Ferry, Paulo De Souza, Jr., and Jing He. 2016. "Spatiotemporal Interpolation for Environmental Modelling" Sensors 16, no. 8: 1245. https://doi.org/10.3390/s16081245

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