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

Adding support for MergeDims and Split Variables to FilePatternToChunks transform. #39

Closed
wants to merge 5 commits into from

Commits on Sep 22, 2021

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

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    8f1de2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc02d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Remove redundant parens in tuple comprehension

    Co-authored-by: Stephan Hoyer <shoyer@google.com>
    alxmrs and shoyer authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    6c0a9dd View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Updated _open_dataset method to make a local copy myself (instead o…

    …f with fsspec). This avoids contention issues with dask, fsspec, and xarray (including a possible deadlock).
    alxmrs committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    5c9ae62 View commit details
    Browse the repository at this point in the history