Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for lazy-loading chunked xarray.Datasets with dask #247

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

raphaelquast
Copy link
Owner

@raphaelquast raphaelquast commented Jun 13, 2024

PR to improve handling of lazy-loaded Datasets with datashader.

  • At the moment, this PR only handles 2D datasets plotted with m.set_shape.shade_raster()

TODOs

For now, this only handles 2D datasets plotted with shade_raster
Copy link

codecov bot commented Jun 13, 2024

Codecov Report

Attention: Patch coverage is 30.00000% with 49 lines in your changes missing coverage. Please review.

Project coverage is 74.92%. Comparing base (db451fb) to head (6373e79).

Files Patch % Lines
eomaps/eomaps.py 29.03% 44 Missing ⚠️
eomaps/_data_manager.py 28.57% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #247      +/-   ##
==========================================
- Coverage   75.00%   74.92%   -0.08%     
==========================================
  Files          27       27              
  Lines       11853    11869      +16     
==========================================
+ Hits         8890     8893       +3     
- Misses       2963     2976      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@raphaelquast raphaelquast changed the title Add support for lazy-loading chunked xarrax.Datasets with dask Add support for lazy-loading chunked xarray.Datasets with dask Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant