Areal Interpolation Calculations

August 13, 2025 ยท View on GitHub

<< Previous Chapter - Home - Next Chapter >>

Areal Interpolation Calculations

Before calculating the average value for a polygon segment, the area for each polygon is calculated using the projection of the grid system loaded. The system then calculates the area of overlay between each grid cell and the polygon segment.

The total contribution of a value (concentration, deposition, rainfall, etc.) from each cell for a given polygon segment is calculated using the following equation:

TV i = sum (Orci * Vrc) where

Orci = Area of overlay of cell at row r and column c with segment i,

Vrc = value of cell at row r and column c, and

r and c iterate across the rows and columns of the grid.

The Average Value is calculated by dividing the total value by the area of the polygon segment:

AverageVi = TVi / Ai where

Ai = Area of the polygon segment i

<< Previous Chapter - Home - Next Chapter >>
VERDI User Manual (c) 2025