世界数据到本地网格插值在Python -地球科学堆栈交换江南电子竞技平台江南体育网页版 最近30从www.hoelymoley.com 2023 - 07 - 07 - t16:03:39z //www.hoelymoley.com/feeds/question/17557 https://creativecommons.org/licenses/by-sa/4.0/rdf //www.hoelymoley.com/q/17557 1 Python中的网格插值世界数据到本地 cwanderroycbooks //www.hoelymoley.com/users/17457 2019 - 07 - 24 - t15:55:24z 2019 - 07 - 31 - t08:58:30z 李< ol > < >我有一个全局数据和高分辨率数控文件(约25分钟)所以很多坐标。李李< / > < >我有一些测量值的一些地区间隔不规则坐标。李李< / > < >为了数学操作两者之间,我希望插入全局数据到本地不规则网格,而不是相反的,尽量减少不确定性。李李< / > < >我如何实现这一目标?我想Scipy griddata模块,但似乎无法启动这个过程。李非常感谢。< / > < / ol > < p > <强>编辑:< /强> < / p > < p >我试着下面,有点沉重的资源但是我认为它的工作原理。< / p >
from scipy.interpolate import interp2d f = interp2d(longw,latw,Zw) 

where longw,latw,Zw are the world coordinates of the NETCDF file and the 2D variable respectively.

Then I applied f(lon,lat) to all my irregular observations y iteration to interpolate. The lon and lat are the observed coordinates of the local region.

//www.hoelymoley.com/questions/17557/-/17599 # 17599 1 回答EarlGrey插值世界数据到本地电网在Python中 EarlGrey //www.hoelymoley.com/users/5887 2019 - 07 - 30 - t10:11:33z 2019 - 07 - 31 - t08:58:30z < p > @gansub含蓄地暗示,你可能有一个更好的结果通过定义输出网格。检查这个问题非常相似:< a href = " //www.hoelymoley.com/questions/12057/how-to-interpolate-scattered-data-to-a-regular-grid-in-python " >如何插入分散数据常规电网在Python中?< / > < / p > < p >的评论后,我意识到我错过了不规则目标网格。也许这可以帮助回答:https://stackoverflow.com/questions/3242382/interpolation-over-an-irregular-grid < a href = " https://stackoverflow.com/questions/3242382/interpolation-over-an-irregular-grid " > < / > < / p >
Baidu
map