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

install rasterio explicitly as a workaround to fix the missing rasterio #911

Closed TejasMorbagal closed 1 year ago

TejasMorbagal commented 1 year ago

[Description of PR]

install rasterio explicitly as a workaround to fix the missing rasterio issue in xcube docker image

Checklist:

~ [ ] Add unit tests and/or doctests in docstrings~ ~ [ ] Add docstrings and API docs for any new/modified user-facing classes and functions~ ~ [ ] New/modified features documented in `docs/source/`~

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6dd9689) 93.33% compared to head (4f0941f) 93.33%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #911 +/- ## ======================================= Coverage 93.33% 93.33% ======================================= Files 447 447 Lines 34924 34924 ======================================= Hits 32596 32596 Misses 2328 2328 ```

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