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

Commits on Jun 13, 2024

  1. Add support for lazy-loading chunked xarrax.Datasets with dask

    For now, this only handles 2D datasets plotted with shade_raster
    raphaelquast committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    76078b3 View commit details
    Browse the repository at this point in the history
  2. minor

    raphaelquast committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    50cbb5f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    c80e6b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. always extract data from xarray.DataArray

    Raphael Quast committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7460d5e View commit details
    Browse the repository at this point in the history
  2. avoid checking if first element is None

    Raphael Quast committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6373e79 View commit details
    Browse the repository at this point in the history