置在源区上,首先确定两者 面积的交集ats,然后利用 公式计算出目标区各个分区
ats-t区与s相交的面积; σs-s区的面积;
t 的内插值vt .
§6.4 空间插值-区域内插
(2)比重法:根据平滑密度函数的原理,将源区内的统计数 据从各分区内的均匀分布转变为分区内的非均匀分布。
❖ 步骤:
▪ 将原图栅格化,栅格尺寸的大小应保证满足内插精度要求; ▪ 根据原图各分区面积及栅格尺寸,将分区统计数据按比例赋予其中
▪ (1)线性内插
• 使用最靠近内插点的三个已知参考数据点,来确定一个 平面,继而,求出该内插点在平面中的高程值。
▪ (2)双线性多项式内插
• 使用最靠近内插点的四个己知参考数据点组成一个四边 形,确定一个双线性多项式来内插待插点的高程。
§6.4 空间插值-点的内插
16个点
▪ (3)二元样条函数内插
§6.4 空间插值-点的内插
▪ (2)加权平均法
• 是移动拟合法的特例,是在解算待定点 P 的高程时,使 用加权平均值代替误差方程:
• 采样点的权重采用与距离相关的权函数确定;p = 1 / r 2 和
p = (R – r )2 / r 2等。式中,p 是参考点的权,R是圆的半径,r 是待插点到参考点的距离。
§6.4 空间插值
❖Why interpolate?
▪ Visiting every location in a study area to measure the height, magnitude, or concentration of a phenomenon is usually difficult or expensive. Instead, dispersed ample input point locations can be selected, and a predicted value can be assigned to all other locations. Input points can be either randomly, strategically, or regularly spaced points containing height, concentration, or magnitude measurements.