faster 2D interpolation
Pre-release
Pre-release
Use scipy.interpolate.RegularGridInterpolator instead of basemap interp.
This also involves new parameters for dimarray.geo.transform
, dimarray.geo.transform_vectors
and dimarray.interp2d
, accordingly to the new underlying function.
In particular this may require the use of keyword argument bounds_error = False
for new axes that are out-of-bound with respect to original axes.