如何从python中的原始坐标插入给定坐标集的数据值

时间:2018-01-08 16:32:50

标签: python 3d interpolation

我有一个3D数据矩阵A及其对应的坐标(x,y,z)到每个数据点。我想在python中获取不同坐标集(x', y', z')的插值数据值。

我尝试使用scipy.interpolate.griddataRegularGridInterpolator来实现它。

我的困难是: 1)新坐标中的z'与原始坐标中的z并不总是相同。 scipy.interpolate.griddata似乎需要2D输入xi;

2)将数据值映射到原始坐标以使用RegularGridInterpolator时遇到一些困难,因为A中的数据值不是坐标{{1}的定义良好的数学函数}}

有人能给我一些指导吗?非常感谢你!

0 个答案:

没有答案