Closed forman closed 7 months ago
Attention: Patch coverage is 97.36842%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 93.22%. Comparing base (
96f1851
) to head (1b59f2d
).:exclamation: Current head 1b59f2d differs from pull request most recent head 4be34c4. Consider uploading reports for the commit 4be34c4 to get more accurate results
Files | Patch % | Lines |
---|---|---|
xcube/core/resampling/rectify.py | 95.55% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Enhanced spatial resampling in module
xcube.core.resampling
:interpolation
torectify_dataset()
with values"nearest"
,"linear"
, or"bilinear"
."linear"
interpolates between 3 and"bilinear"
between 4 adjacent source pixels.rectify_kwargs
toresample_in_space()
. If given, it is spread into keyword arguments passed to the internalrectify_dataset()
delegation, if any.xy_var_names
of functionrectify_dataset()
.Closes #955
Checklist:
docs/source/*
~ (dedicated PR #957)CHANGES.md