xcube-dev / xcube

xcube is a Python package for generating and exploiting data cubes powered by xarray, dask, and zarr.
https://xcube.readthedocs.io/
MIT License
201 stars 20 forks source link

Allow for interpolation in `rectify_dataset()` #956

Closed forman closed 7 months ago

forman commented 7 months ago

Enhanced spatial resampling in module xcube.core.resampling:

Closes #955

Checklist:

codecov[bot] commented 7 months ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #956 +/- ## ======================================= Coverage 93.22% 93.22% ======================================= Files 458 458 Lines 35847 35908 +61 ======================================= + Hits 33417 33476 +59 - Misses 2430 2432 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.