-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lazy rectilinear interpolator (#6084)
* lazy interpolation using map_complete_blocks * pre-commit fixes * replace test on interpolation with lazy data * Update lib/iris/analysis/_interpolation.py Co-authored-by: Martin Yeo <[email protected]> * Update lib/iris/analysis/_interpolation.py Co-authored-by: Martin Yeo <[email protected]> * resume local import * add entry to latest.rst * add author name to list * drop duplicated method * new signature of map_complete_blocks * update docstrings on lazy data * update userguide with lazy interpolator * the unstructured NN regridder does not support lazy data * remove caching an interpolator * update what's new entry * remove links to docs section about caching interpolators --------- Co-authored-by: Martin Yeo <[email protected]>
- Loading branch information
1 parent
7cf9c5f
commit 38ae1d9
Showing
5 changed files
with
139 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.