Skip to main content

Kriging in GIS and variogram

Kriging is an advanced spatial interpolation technique used in GIS (Geographic Information System) that estimates values for unknown locations based on the values observed at nearby known locations. It is a geostatistical method that takes into account not only the distances between points but also the spatial correlation or variability in the data.

Unlike simpler interpolation methods like IDW, which assume a constant variation across the study area, kriging incorporates the spatial autocorrelation of the data to produce more accurate and precise estimates. Kriging considers the spatial arrangement and patterns of the data points to generate a surface that honors the underlying spatial structure.

The key principle behind kriging is the variogram, which quantifies the spatial correlation between pairs of points at different distances. The variogram measures how the values of nearby points vary from each other as a function of distance. It provides information about the spatial dependence or variability in the dataset.

The kriging process involves three main steps:

1. Variogram modeling: The first step in kriging is to construct a variogram, which is a plot of the semivariance (a measure of dissimilarity or variability) against distance or lag between pairs of points. The variogram helps to understand the spatial structure of the data and determine the range, sill, and nugget effect. Based on the variogram, a mathematical model is fitted to describe the spatial correlation.

2. Interpolation: Once the variogram is modeled, kriging calculates the weights or coefficients for the known points based on their spatial relationship to the target location. The weights are determined through a process known as kriging equations, which consider the variogram and covariance between points. These equations generate the optimal weights that minimize the prediction error.

   - Ordinary Kriging (OK): Assumes a constant mean value across the study area.
   - Simple Kriging (SK): Accounts for an unknown mean value, estimating it from the data.
   - Universal Kriging (UK): Incorporates additional spatially correlated variables (covariates) in addition to the location coordinates.

3. Prediction: The final step is the estimation of values at the unknown locations using the calculated weights. Kriging provides not only the predicted values but also the estimation error or uncertainty associated with each prediction. This information can be valuable in decision-making processes.

Kriging is particularly useful when dealing with spatial datasets that exhibit spatial autocorrelation, anisotropy (directional dependence), or irregularly spaced points. It provides a more sophisticated approach to spatial interpolation by considering the inherent spatial relationships in the data.

GIS software typically provides various kriging algorithms and tools that allow users to model the variogram, perform the interpolation, and generate kriging predictions and associated error maps.

Comments

Popular posts from this blog

How to find drugs against the Corona. Covid 19

FOR SCIENTISTS (and others interested): How to find drugs against the coronavirus: First clues on how we can beat COVID-19. This shows the many ways we can interfere with its replication cycle by repurposing existing drugs - summarized in today's Science journal. LINK TO ARTICLE:  https://science.sciencemag.org/content/367/6485/1412 .... Vineesh V Assistant Professor of Geography, Directorate of Education, Government of Kerala. https://g.page/vineeshvc

Geography of Health or Medical Geography

Health Geography (also known as Medical Geography ) is a sub-discipline of Human Geography that studies the relationships between place, environment, society, and health . It examines how spatial location, environmental conditions, and social and economic factors influence human health, disease patterns, and access to healthcare services. Health geography integrates concepts from geography, epidemiology, medicine, public health, environmental science, sociology, and Geographic Information Systems (GIS) to understand and improve population health. Major Components of Health Geography Health geography is generally divided into two major branches : The Geography of Disease and Ill Health The Geography of Health Care 1. The Geography of Disease and Ill Health This branch studies the spatial distribution, determinants, and diffusion of diseases across different geographical scales, from neighborhoods to global regions. It seeks t...

Artificial Groundwater Recharge: Methods and Benefits

Artificial groundwater recharge is the process of replenishing aquifers through human intervention. It is used to address water deficits, improve groundwater quality, and sustain water resources for long-term use. Methods of Artificial Groundwater Recharge Infiltration Basins – Shallow depressions designed to capture stormwater runoff, allowing it to percolate into the aquifer. Percolation Tanks – Reservoirs where excess runoff is stored and gradually seeps through highly permeable soil to recharge groundwater. Recharge Canals – Water is diverted across the land surface to facilitate infiltration into the aquifer. Injection Wells (Recharge Wells) – Treated surface water is pumped into deep aquifers under pressure, ensuring direct groundwater replenishment. Irrigation Furrows and Sprinkler Systems – Water is applied to the land surface, where it gradually infiltrates into the ground, enhancing recharge. Rainwater Harvesting – Collected surface water, including rainwater, is ...

IDW and Kriging

Kriging and Inverse Distance Weighting (IDW) are both interpolation techniques commonly used in GIS to estimate values at unmeasured locations based on a set of known data points. Here's an explanation and a comparison of Kriging and IDW: Kriging: Kriging is a geostatistical interpolation method that takes into account the spatial autocorrelation of the data. It provides the best linear unbiased prediction of the unknown values. Kriging assumes that the data follows a spatial pattern and calculates weights based on the spatial relationship between known points. It considers the distance between points, the variability of the data, and the spatial structure to generate the interpolated surface. Kriging provides estimates of the spatial variability and uncertainty through the calculation of a variogram or covariance model. IDW (Inverse Distance Weighting): IDW is a simpler interpolation method that assigns weights to known points based on their distance from the target location. The ...

Human impacts on Land, water and air.

Human interaction with the natural environment has changed significantly throughout history. Initially, environmental impacts were localized and small-scale , but with technological development, population growth, and industrialization, these impacts have expanded to regional and global scales . In environmental geography and ecology, this transformation is often explained using concepts such as anthropogenic impact , environmental degradation , land-use change , and the Anthropocene (the proposed geological epoch dominated by human influence). 1. Paleolithic Age (≈ 2.5 million years ago – 10,000 BCE) Key Concept: Hunter–Gatherer Environmental Interaction During the Paleolithic period, humans lived as nomadic hunter-gatherers , relying directly on natural ecosystems for food and shelter. Human population density was very low, so environmental impact was limited. Environmental Impacts Fire Ecology: Humans used controlled burning for cooking, warmth, and landscape management. This pr...