geoips.plugins.modules.interpolators.pyresample_wrappers package#

Submodules#

geoips.plugins.modules.interpolators.pyresample_wrappers.interp_gauss module#

Geoips plugin for driving pyresample Gaussian interpolation.

geoips.plugins.modules.interpolators.pyresample_wrappers.interp_gauss.call(area_def, input_xarray, output_xarray, varlist, array_num=None, sigmaval=None, drop_nan=False)[source]#

Pyresample interp_kd_tree gaussian interpolation GeoIPS plugin.

geoips.plugins.modules.interpolators.pyresample_wrappers.interp_nearest module#

Geoips plugin for driving pyresample Nearest Neighbor interpolation.

geoips.plugins.modules.interpolators.pyresample_wrappers.interp_nearest.call(area_def, input_xarray, output_xarray, varlist, array_num=None)[source]#

Pyresample interp_kd_tree nearest neighbor GeoIPS plugin.

geoips.plugins.modules.interpolators.pyresample_wrappers.interp_nearest.get_final_roi(xarray_obj, area_def)[source]#

Get the final interpolation Radius of Influence.

This takes the maximum of the xarray attribute, area_def pixel width, and area_def pixel height.

Module contents#

Geoips pyresample interpolators init file.